caltool.edit_ui
Class EditUI

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

public class EditUI
extends mvp.View

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

See Also:
Serialized Form

Field Summary
protected  EditMenu editMenu
           
 
Fields inherited from class mvp.View
closeAdapter, editable, model, screen, shown, widget, window
 
Constructor Summary
EditUI(mvp.Screen screen, Edit edit)
           
 
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

editMenu

protected EditMenu editMenu
Constructor Detail

EditUI

public EditUI(mvp.Screen screen,
              Edit edit)
Method Detail

compose

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