Class Summary |
ActionButton |
The ActionButton is a UI widget that represents a single Action object. |
ActionGroup |
An ActionGroup is a type of UpdateAction that is actually a group of
nested Action objects (potentially including nested ActionGroups). |
ActionMenu |
The ActionMenu subclass of JMenu defines a physical menu that is
dynamically built from the contents of the ActionGroup it is constructed with. |
ActionMenuBar |
The ActionMenuBar subclass of JMenuBar defines a menubar that is
dynamically built from the contents of the ActionGroups it is associated
with. |
ActionMenuItem |
|
ActionPalette |
|
ActionPalettePage |
The ActionPalettePage defines a toolbar that is dynamically built from the
contents of the ActionGroup it is constructed with. |
ActionPopupMenu |
The ActionPopupMenu subclass of JPopupMenu defines a popup menu that is
dynamically built from the contents of the ActionGroup it is constructed with. |
ActionToolBar |
The ActionToolBar defines a toolbar that is dynamically built from the
contents of the ActionGroup it is constructed with.d
|
ActionToolBarPane |
The ActionToolBarPane defines a pane of toolbars dynamically built from
the contents of the ActionGroups it is associated with. |
DelegateAction |
A DelegateAction is a type of UpdateAction acts as a delegate for any
number of other Actions. |
StateAction |
A StateAction is a type of UpdateAction that encapsulates a single state
property. |
UpdateAction |
A UpdateAction functions as a regular Swing Action object - it stores
the shortText, longText, icon, and enabled state for a single action. |