|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.espro.gui.MethodSwitcher
public class MethodSwitcher
The MethodSwitcher supports a menu that allows the method to be switched
for a given item. This is primary used in the MethodSettingsEditor
.
Normally you will not need this.
Nested Class Summary | |
---|---|
protected class |
MethodSwitcher.ChangeMethodAction
The ChangeMethodAction is an action which can be used to change the elicitation method for the current item. |
Method Summary | |
---|---|
static MethodSwitcher |
getInstance()
The MethodSwitcher runs as a singleton class, so this is how you get the instance. |
javax.swing.JMenu |
getMenu()
Returns a JMenu which holds all the methods to choose. |
javax.swing.JMenuBar |
getMenuBar()
Returns a MenuBar with only one menu, the method menu. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MethodSwitcher getInstance()
public javax.swing.JMenu getMenu()
public javax.swing.JMenuBar getMenuBar()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |