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. |
| ActionUtils |
Convenience class for users of the
Action API. |
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.