|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--mvp.View
|
+--jdraw.edit_ui.EditUI
Class EditUI is the companion view for the Edit model class. EditUI constructs and composes the Edit pulldown menu.
| Field Summary | |
protected EditMenu |
editMenu
The companion model |
| Fields inherited from class mvp.View |
editable, model, screen, shown, widget, window |
| Constructor Summary | |
EditUI(mvp.Screen screen,
Edit edit)
Construct this with the given screen and companion File model. |
|
| Method Summary | |
java.awt.Component |
compose()
Compose this by composing the File pulldown menu. |
EditMenu |
getEditMenu()
|
| Methods inherited from class mvp.View |
getModel, getWidget, getWindow, hide, isEditable, isShown, run, setEditable, setModel, show, show, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected EditMenu editMenu
| Constructor Detail |
public EditUI(mvp.Screen screen,
Edit edit)
screen - - The Screen object to be passed to parent constructor.edit - - The companion Edit object.| Method Detail |
public java.awt.Component compose()
compose in class mvp.Viewpublic EditMenu getEditMenu()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||