Package bibliothek.gui.dock.common.intern.action

CActions and supporting classes that are not intended for clients to be used directly.

See:
          Description

Class Summary
CActionOffer An ActionOffer that searches for CommonDockables and asks them for their sources.
CActionSource This DockActionSource handles CActions.
CDecorateableAction An action which has text, icons and other decorations.
CDropDownItem 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 An action which is either selected or deselected.
 

Package bibliothek.gui.dock.common.intern.action Description

CActions 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.