Package bibliothek.gui.dock.common.action.core

A set of DockActions that also implement CommonDockAction.

See:
          Description

Interface Summary
CommonDecoratableDockAction The combination of a CommonDockAction and a SharingStandardDockAction, does not introduce any new methods or fields.
This is the interface any DockAction that is used by a CDecorateableAction must implement.
CommonDockAction A DockAction that is used by a CAction.
CommonDropDownItem A combination of SharingDropDownItemAction and CommonDecoratableDockAction, this interface does not add any new methods or fields.
DockActions used by the CDropDownItem must implement this interface.
CommonSelectableAction A combination of SharingSelectableDockAction and CommonDockAction, does not add any new methods or fields.
This is the interface a DockAction must implement if used by CSelectableAction.
 

Class Summary
CommonSeparatorAction A SeparatorAction implementing the CommonDockAction interface.
CommonSimpleButtonAction An implementation of a SimpleButtonAction that also implements CommonDockAction.
CommonSimpleCheckAction A SimpleSelectableAction that also implements CommonDockAction.
CommonSimpleDropDownAction An implementation of a SimpleDropDownAction also implementing CommonDockAction.
CommonSimpleMenuAction A SimpleMenuAction implementing CommonDockAction.
CommonSimpleRadioAction A SimpleSelectableAction that also implements CommonDockAction.
 

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

A set of DockActions that also implement CommonDockAction. These actions are used to feed the CActions.