Package | Description |
---|---|
InstrumentationPlatformGUI | |
InstrumentationPlatformGUI.Elements | |
InstrumentationPlatformGUI.KeyInput |
Modifier and Type | Class and Description |
---|---|
class |
EditAction
Abstraction for any action, which didn't just result in the change of focus
or the way data is viewed, but actually changed properties of elements or more.
|
class |
JumpAction
Abstraction for a n action, result of which is changing focus or something similar,
but not modifying properties of
GUIelement s (other than the Focused
Property . |
Modifier and Type | Field and Description |
---|---|
protected NamedGUIAction |
GUIPanel.enterPressAction |
Modifier and Type | Method and Description |
---|---|
void |
GUIPanel.setEnterPressAction(NamedGUIAction ga)
Set the
NamedGUIAction to be executed when ENTER is pressed. |
Modifier and Type | Class and Description |
---|---|
protected class |
Menu.openSubMenuAction
Utility class used for adding submenus to a
Menu . |
class |
RegisterAction
Deprecated.
Now deprecated class, related to the old way register access was handled.
Still used in some places of the code, but should be removed ASAP.
|
Modifier and Type | Method and Description |
---|---|
NamedGUIAction |
Menu.getAction(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
void |
Menu.addAction(java.lang.String keystroke,
NamedGUIAction ga)
Schedule an action to be executed every time the user presses the key sequence,
expressed by the String provided.
|