caltool.admin_ui
Class AdminUI

java.lang.Object
  extended by mvp.View
      extended by caltool.admin_ui.AdminUI
All Implemented Interfaces:
java.io.Serializable, java.util.Observer

public class AdminUI
extends mvp.View

Skeletal version of AdminUI class that constructs and composes its pulldown menu. Construction and composition of remaining Admin UI dialogs is forthcoming.

See Also:
Serialized Form

Field Summary
protected  AdminMenu adminMenu
           
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
AdminUI(mvp.Screen screen, Admin admin)
           
 
Method Summary
 java.awt.Component compose()
           
 
Methods inherited from class mvp.View
getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setExitOnClose, setModel, show, show, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adminMenu

protected AdminMenu adminMenu
Constructor Detail

AdminUI

public AdminUI(mvp.Screen screen,
               Admin admin)
Method Detail

compose

public java.awt.Component compose()
Overrides:
compose in class mvp.View