See: Description
Interface | Description |
---|---|
ActionPerformer | Deprecated
No longer recommended.
|
Presenter |
Provides a presentation feature for an action.
|
Presenter.Menu |
The presenter interface for presenting an action in a menu.
|
Presenter.Popup |
The presenter interface for presenting an action in a popup menu.
|
Presenter.Toolbar |
The presenter interface for presenting an action in a toolbar.
|
Class | Description |
---|---|
ActionInvoker |
A mixture of a utility class allowing to invoke actions and also a
code injection mechanism to allow overall system to be aware of invoked
actions.
|
ActionPresenterProvider |
Provider of action presentations.
|
BooleanStateAction | Deprecated
Use new support for stateful actions in Actions or ActionState annotation
|
CallableSystemAction |
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
CallbackSystemAction |
Not preferred anymore, the replacement is
Actions.callback factory method.
|
SystemAction |
A base class for user-visible actions.
|