Uses of Class
bibliothek.gui.dock.common.intern.action.CDecorateableAction

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

Subclasses of CDecorateableAction in bibliothek.gui.dock.common.action
 class CButton
          A simple button, the user clicks onto the button and CButton.action() is called.
 class CCheckBox
          An action which behaves like a JCheckBox.
 class CDropDownButton
          A dropdown-button, the last action which was selected by the user will be marked graphically.
 class CMenu
          A collection of CActions which are shown in a menu.
 class CPanelPopup
          This action shows some kind of popup (for example a JDialog) filled with any content the client likes.
 class CRadioButton
          An action which behaves like a JRadioButton.
Several CRadioButtons can be added to a CRadioGroup, only one CRadioButton of such a group will be selected.
 

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

Subclasses of CDecorateableAction in bibliothek.gui.dock.common.action.predefined
 class CCloseAction
          An action that can close any CDockable by calling CDockable.setVisible(boolean).
 class CExternalizeAction
          An action which externalizes each CDockable to which is is added.
 class CMaximizeAction
          An action that maximizes each CDockable to which it is added.
 class CMinimizeAction
          This action minimizes each CDockable to which it is added.
 class CNormalizeAction
          An action that normalizes each CDockable to which it is added.
 class CUnexternalizeAction
          An action that un-externalizes (=normalizes) each CDockable to which it is added.
 class CUnmaximizeExternalizedAction
          An action which externalizes each CDockable to which is is added.
 

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

Subclasses of CDecorateableAction in bibliothek.gui.dock.common.intern.action
 class CDropDownItem<A extends CommonDropDownItem>
          An action which can be child of a dropdown-menu.
 class CExtendedModeAction
          This action is intended to change the ExtendedMode of a CDockable by calling CDockable.setExtendedMode(ExtendedMode).
 class CSelectableAction<A extends CommonSelectableAction>
          An action which is either selected or deselected.
 

Methods in bibliothek.gui.dock.common.intern.action with parameters of type CDecorateableAction
 void CDecorateableActionListener.showTextOnButtonsChanged(CDecorateableAction<? extends DockAction> action)
          Called if the result of isShowTextOnButtons() changed.