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

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.CExternalizeAction

public class CExternalizeAction
extends CExtendedModeAction

An action which externalizes each CDockable to which is is added.

Author:
Benjamin Sigg

Constructor Summary
CExternalizeAction(CControl control)
          Creates a new action
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CExtendedModeAction
action, checkTrigger, getController, setController, setIcon
 
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, 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

CExternalizeAction

public CExternalizeAction(CControl control)
Creates a new action

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