|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbluej.extensions.MenuGenerator
se.umu.cs.SequenceDiagramEditor.ExtensionMenu
This class is called to create the menuitem for the extension.
Nested Class Summary | |
(package private) class |
ExtensionMenu.MenuAction
This class is used for handling the event of the added menuitem in the menu of the BlueJ-application. |
Field Summary | |
private ExtensionMenu.MenuAction |
anAction
|
private EditorExtension |
simple
|
Constructor Summary | |
ExtensionMenu(EditorExtension s)
The constructor of the class. |
Method Summary | |
javax.swing.JMenuItem |
getMenuItem()
This method is used by the BlueJ-application to get the menuItem to add to the menu. |
Methods inherited from class bluej.extensions.MenuGenerator |
getClassMenuItem, getObjectMenuItem, getToolsMenuItem, notifyPostMenu, notifyPostMenu, notifyPostMenu |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ExtensionMenu.MenuAction anAction
private EditorExtension simple
Constructor Detail |
public ExtensionMenu(EditorExtension s)
s
- An object of the EditorExensionMethod Detail |
public javax.swing.JMenuItem getMenuItem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |