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

Packages that use CommonDockAction
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 CommonDockAction in bibliothek.gui.dock.common.action
 

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

Methods in bibliothek.gui.dock.common.action that return CommonDockAction
 CommonDockAction CAction.intern()
          Gets the internal representation of the action.
 

Methods in bibliothek.gui.dock.common.action with parameters of type CommonDockAction
protected  void CAction.init(CommonDockAction action)
          Initializes this action.
 

Constructors in bibliothek.gui.dock.common.action with parameters of type CommonDockAction
CAction(CommonDockAction action)
          Creates a new CAction
 

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

Subinterfaces of CommonDockAction in bibliothek.gui.dock.common.action.core
 interface 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.
 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 CommonDockAction
 class CommonSeparatorAction
          A SeparatorAction implementing the CommonDockAction interface.
 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 CommonDockAction in bibliothek.gui.dock.common.action.predefined
 

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

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

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