Uses of Interface
bibliothek.gui.dock.common.action.core.CommonDecoratableDockAction

Packages that use CommonDecoratableDockAction
bibliothek.gui.dock.common.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.common.action.core A set of DockActions that also implement CommonDockAction
bibliothek.gui.dock.common.action.predefined A set of more complex actions that can be directly used. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
 

Uses of CommonDecoratableDockAction in bibliothek.gui.dock.common.action
 

Classes in bibliothek.gui.dock.common.action that implement CommonDecoratableDockAction
 class CPanelPopup.PanelPopup
          A custom action shows some dialog or window when triggered
 

Uses of CommonDecoratableDockAction in bibliothek.gui.dock.common.action.core
 

Subinterfaces of CommonDecoratableDockAction in bibliothek.gui.dock.common.action.core
 interface 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.
 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.
 

Classes in bibliothek.gui.dock.common.action.core that implement CommonDecoratableDockAction
 class CommonSimpleButtonAction
          An implementation of a SimpleButtonAction that also implements CommonDockAction.
 class CommonSimpleCheckAction
          A SimpleSelectableAction that also implements CommonDockAction.
 class CommonSimpleDropDownAction
          An implementation of a SimpleDropDownAction also implementing CommonDockAction.
 class CommonSimpleMenuAction
          A SimpleMenuAction implementing CommonDockAction.
 class CommonSimpleRadioAction
          A SimpleSelectableAction that also implements CommonDockAction.
 

Uses of CommonDecoratableDockAction in bibliothek.gui.dock.common.action.predefined
 

Classes in bibliothek.gui.dock.common.action.predefined that implement CommonDecoratableDockAction
 class CCloseAction.Action
          Internal representation of the CCloseAction, just calls CCloseAction.close(CDockable) when triggered.
 

Uses of CommonDecoratableDockAction in bibliothek.gui.dock.common.intern.action
 

Classes in bibliothek.gui.dock.common.intern.action with type parameters of type CommonDecoratableDockAction
 class CDecorateableAction<A extends CommonDecoratableDockAction>
          An action which has text, icons and other decorations.
 

Classes in bibliothek.gui.dock.common.intern.action that implement CommonDecoratableDockAction
 class CExtendedModeAction.Action
          The internal representation of a CExtendedModeAction.