|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmvp.View
caltool.edit_ui.EditMenu
public class EditMenu
Class EditMenu is the pulldown menu view of the model class. The EditMenu widget is a Java JMenu. Anonymous instances of JMenuItem are defined for each item in the menu.
Field Summary |
---|
Fields inherited from class mvp.View |
---|
closeAdapter, editable, model, screen, shown, widget, window |
Constructor Summary | |
---|---|
EditMenu(mvp.Screen screen,
Edit edit,
EditUI editUI)
Construct this with the given name as the pulldown label. |
Method Summary | |
---|---|
java.awt.Component |
compose()
Compose this by inserting each of its ten menu items into the pulldown menu. |
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 |
Constructor Detail |
---|
public EditMenu(mvp.Screen screen, Edit edit, EditUI editUI)
Method Detail |
---|
public java.awt.Component compose()
compose
in class mvp.View
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |