Action API, as well
as the AbstractAction convenience subclass.See: Description
| Interface | Description |
|---|---|
| Action |
Common interface for dialog actions, where Actions are converted into buttons
in the dialogs button bar.
|
| Class | Description |
|---|---|
| AbstractAction |
A convenience class that implements the
Action interface and provides
a simpler 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. |
| Enum | Description |
|---|---|
| ActionUtils.ActionTextBehavior |
Action text behavior.
|
| Annotation Type | Description |
|---|---|
| ActionProxy |
An annotation to allow conversion of class methods to
Action instances. |
Action API, as well
as the AbstractAction convenience subclass.
Refer to these two classes for the necessary details on what actions are in
the JavaFX context.