Uses of Class
bibliothek.gui.dock.common.intern.CDockable.ExtendedMode

Packages that use CDockable.ExtendedMode
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action   
bibliothek.gui.dock.common.location   
 

Uses of CDockable.ExtendedMode in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CDockable.ExtendedMode
abstract  CDockable.ExtendedMode CLocation.findMode()
          Gets the mode this location represents.
 

Methods in bibliothek.gui.dock.common with parameters of type CDockable.ExtendedMode
 List<CDockable> CControlRegister.listDockablesInMode(CDockable.ExtendedMode mode)
          Gets a list of all visible CDockables in the given mode.
 

Uses of CDockable.ExtendedMode in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CDockable.ExtendedMode
 CDockable.ExtendedMode CStateManager.childsExtendedMode(DockStation station)
          Finds out which mode a child of station would have.
protected  CDockable.ExtendedMode CStateManager.convertMode(String mode)
          Converts mode into one of the CDockable.ExtendedModes.
 CDockable.ExtendedMode AbstractCDockable.getExtendedMode()
           
 CDockable.ExtendedMode CDockable.getExtendedMode()
          Gets the size and location of this dockable.
 CDockable.ExtendedMode CStateManager.getMode(Dockable dockable)
          Gets the mode dockable is currently into.
static CDockable.ExtendedMode CDockable.ExtendedMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDockable.ExtendedMode[] CDockable.ExtendedMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockable.ExtendedMode
protected  String CStateManager.convertMode(CDockable.ExtendedMode mode)
          Converts mode into one of the strings StateManager.EXTERNALIZED, StateManager.MAXIMIZED, StateManager.MINIMIZED or StateManager.NORMALIZED.
 CLocation AbstractCDockable.getDefaultLocation(CDockable.ExtendedMode mode)
          Gets an earlier set value of AbstractCDockable.setDefaultLocation(bibliothek.gui.dock.common.intern.CDockable.ExtendedMode, CLocation).
 CLocation CStateManager.getLocation(Dockable dockable, CDockable.ExtendedMode mode)
          Assuming that dockable is currently not in mode mode, then this method searches for the previously stored location of dockable.
 void CDockableAccess.informMode(CDockable.ExtendedMode mode)
          Called after the mode of the CDockable has changed.
 List<CDockable> DefaultCControlRegister.listDockablesInMode(CDockable.ExtendedMode mode)
          Gets a list of all visible CDockables in the given mode.
 void AbstractCDockable.setDefaultLocation(CDockable.ExtendedMode mode, CLocation location)
          Sets the default location for mode mode for this dockable.
 void AbstractCDockable.setExtendedMode(CDockable.ExtendedMode extendedMode)
           
 void CDockable.setExtendedMode(CDockable.ExtendedMode extendedMode)
          Sets how and where this dockable should be shown.
 void CStateManager.setLocation(Dockable dockable, CDockable.ExtendedMode mode, CLocation location)
          Sets the default location of dockable when going into mode.
 void CStateManager.setMode(Dockable dockable, CDockable.ExtendedMode mode)
          Changes the mode of dockable.
 

Uses of CDockable.ExtendedMode in bibliothek.gui.dock.common.intern.action
 

Constructors in bibliothek.gui.dock.common.intern.action with parameters of type CDockable.ExtendedMode
CExtendedModeAction(CControl control, CDockable.ExtendedMode mode, String defaultIconKey, String iconKey, PropertyKey<KeyStroke> gotoStroke)
          Creates a new action.
 

Uses of CDockable.ExtendedMode in bibliothek.gui.dock.common.location
 

Methods in bibliothek.gui.dock.common.location that return CDockable.ExtendedMode
 CDockable.ExtendedMode AbstractTreeLocation.findMode()
           
 CDockable.ExtendedMode CBaseLocation.findMode()
           
 CDockable.ExtendedMode CExternalizedLocation.findMode()
           
 CDockable.ExtendedMode CFlapIndexLocation.findMode()
           
 CDockable.ExtendedMode CFlapLocation.findMode()
           
 CDockable.ExtendedMode CMaximizedLocation.findMode()
           
 CDockable.ExtendedMode CRectangleLocation.findMode()
           
 CDockable.ExtendedMode CSplitLocation.findMode()
           
 CDockable.ExtendedMode CStackLocation.findMode()
           
 CDockable.ExtendedMode CWorkingAreaLocation.findMode()