| Interface | Description |
|---|---|
| ActionDisplayOptions |
Interface that holds the display options for Actions.
|
| Actions |
An interface defining all the action keys for the action table
|
| SelectionManager |
An interface that needs to be implemented by any classes that can have actions associated with them to enable the
action classes to handle commands correctly.
|
| ToolSelectionHandler |
An interface implemented by classes that can return a selected tool
|
| ToolSelectionListener |
A listener interface implemented by classes that wish to be notified when the tool selection changes.
|
| Class | Description |
|---|---|
| ActionTable |
A static lookup table for action instances.
|
| FormatKeyStroke |
Formats a KeyStroke suitable for display on UI
|
| MainTrianaKeyMapFactory |
A class for building InputMap and ActionMap key binding classes.
|
| ToolSelectionEvent |
The event that is generated
|