See: Description
| Interface | Description |
|---|---|
| AnnotatedActionFactory |
Defines the interface used by
ActionMap for creating instances of AnnotatedAction. |
| Class | Description |
|---|---|
| Action |
A base class for Action API.
|
| ActionGroup |
An ActionGroup (unsurprisingly) groups together zero or more
Action
instances, allowing for more complex controls like ToolBar,
MenuBar and ContextMenu to be automatically generated from
the collection of actions inside the ActionGroup. |
| ActionMap |
Action Map provides an ability to create an action map of any object.
|
| ActionUtils |
Convenience class for users of the
Action API. |
| AnnotatedAction |
An action that invokes a method that has been annotated with
ActionProxy. |
| AnnotatedCheckAction | |
| DefaultActionFactory |
The default
AnnotatedActionFactory to be used when no alternative has been specified. |
| Enum | Description |
|---|---|
| ActionUtils.ActionTextBehavior |
Action text behavior.
|
| Annotation Type | Description |
|---|---|
| ActionCheck |
Marks the
Action or a method annotated with ActionProxy to let action engine know
that ToggleButton or CheckMenuItem has to be bound to the action
instead of standard Button and MenuItem |
| ActionProxy |
An annotation to allow conversion of class methods to
Action instances. |