CAction
s and supporting classes that are not intended for clients
to be used directly.See: Description
Interface | Description |
---|---|
CDecorateableActionListener |
This listener is added to a
CDecorateableAction and is informed if the property
of the action changed. |
Class | Description |
---|---|
CActionImportanceOrder |
This
DockActionImportanceOrder searches for the annotation DockActionImportance which may
be added to a CAction or to a DockAction . |
CActionOffer | |
CActionSource |
This
DockActionSource handles CAction s. |
CButtonContentFilter |
This
ButtonContentFilter searches for CDecorateableAction s and decides
whether their text is shown |
CDecorateableAction<A extends CommonDecoratableDockAction> |
An action which has text, icons and other decorations.
|
CDropDownItem<A extends CommonDropDownItem> |
An action which can be child of a dropdown-menu.
|
CExtendedModeAction |
This action is intended to change the
ExtendedMode of a
CDockable by calling CDockable.setExtendedMode(ExtendedMode) . |
CloseActionSource |
An action source that observes one
CDockable and either adds
or removes a close-action from itself. |
CSelectableAction<A extends CommonSelectableAction> |
An action which is either selected or deselected.
|
CAction
s and supporting classes that are not intended for clients
to be used directly. Clients should prefer using the classes from the package bibliothek.gui.dock.common.action
.