public static interface GUIChooser.GUIChooserMenuPlugin
Modifier and Type | Interface and Description |
---|---|
static class |
GUIChooser.GUIChooserMenuPlugin.Menu
Enum listing possible menus that plugins can appear in
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName()
Get the name to display in title bar of the enclosing JFrame for the
plugin
|
javax.swing.JMenuBar |
getMenuBar()
Return the menu bar for this plugin
|
java.lang.String |
getMenuEntryText()
Get the text entry to appear in the menu
|
GUIChooser.GUIChooserMenuPlugin.Menu |
getMenuToDisplayIn()
Get the menu that the plugin is to be listed in
|
java.lang.String getApplicationName()
GUIChooser.GUIChooserMenuPlugin.Menu getMenuToDisplayIn()
java.lang.String getMenuEntryText()
javax.swing.JMenuBar getMenuBar()