|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller.Code | |
---|---|
edu.princeton.wordnet.browser |
Uses of Controller.Code in edu.princeton.wordnet.browser |
---|
Methods in edu.princeton.wordnet.browser that return Controller.Code | |
---|---|
static Controller.Code |
Controller.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Controller.Code[] |
Controller.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.princeton.wordnet.browser with parameters of type Controller.Code | |
---|---|
protected void |
Controller.execute(Controller.Code thisCode,
java.lang.Object... theseParams)
Run command |
private javax.swing.JButton |
UI.makeButton(java.lang.String thisText,
java.lang.String thisTooltip,
java.lang.String thisImage,
Controller.Code thisCode)
Make button |
private SmartCheckBoxMenuItem |
UI.makeCheckboxItem(java.lang.String thisText,
java.lang.String thisImage,
Controller.Code thisCommand,
int thisAcceleratorKey,
java.lang.String thisProperty,
boolean thisState)
Make checkbox menu item |
private javax.swing.JMenuItem |
UI.makeMenuItem(java.lang.String thisText,
java.lang.String thisImage,
Controller.Code thisCommand,
int thisAcceleratorKey)
Make menu item |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |