bibliothek.gui.dock.common.action.predefined
Class CUnmaximizeExternalizedAction

java.lang.Object
  extended by bibliothek.gui.dock.common.action.CAction
      extended by bibliothek.gui.dock.common.intern.action.CDecorateableAction
          extended by bibliothek.gui.dock.common.intern.action.CDropDownItem
              extended by bibliothek.gui.dock.common.intern.action.CExtendedModeAction
                  extended by bibliothek.gui.dock.common.action.predefined.CUnmaximizeExternalizedAction

public class CUnmaximizeExternalizedAction
extends CExtendedModeAction

An action which externalizes each CDockable to which is is added. This action does the same as CExternalizeAction, it just has another icon and title.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
CExtendedModeAction.Action
 
Constructor Summary
CUnmaximizeExternalizedAction(CControl control)
          Creates a new action
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
action, checkTrigger, createAction, getController, init, setController
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem
init, isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction
getAccelerator, getDisabledIcon, getIcon, getText, getTooltip, init, isEnabled, setAccelerator, setDisabledIcon, setEnabled, setIcon, setText, setTooltip
 
Methods inherited from class bibliothek.gui.dock.common.action.CAction
init, intern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CUnmaximizeExternalizedAction

public CUnmaximizeExternalizedAction(CControl control)
Creates a new action

Parameters:
control - the control for which this action will be used