|
Class Summary |
| AbstractActionExt |
Extends the concept of the Action to include toggle or group states. |
| ActionContainerFactory |
Creates user interface elements based on action and action IDs. |
| ActionFactory |
Parses in [composite] actions and action lists from an XML stream source. |
| ActionManager |
The ActionManager manages sets of javax.swing.Actions and lists
of actions. |
| BoundAction |
A class that represents the many type of actions that this framework
supports. |
| CompositeAction |
A class that represents an action which will fire a sequence of actions. |
| ManagedAction |
An extended abstract action, which delegates action and item events to its
listeners. |
| ManagedActionEvent |
Helper to let listeners better handle cascaded events. |
| ManagedItemEvent |
Helper to let listeners better handle cascaded events. |
| TriggerAction |
Action, that supports different settings for tootltip, text and icons
depending on its selection state. |