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

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.
 CDockable.ExtendedMode AbstractCDockable.getExtendedMode()
          Gets the size and location of this dockable.
 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
 void CDockableAccess.informMode(CDockable.ExtendedMode mode)
          Called after the mode of the CDockable has changed.
 void AbstractCDockable.setExtendedMode(CDockable.ExtendedMode extendedMode)
          Sets how and where this dockable should be shown.
 void CDockable.setExtendedMode(CDockable.ExtendedMode extendedMode)
          Sets how and where this dockable should be shown.
 void CStateManager.setMode(Dockable dockable, CDockable.ExtendedMode mode)
          Changes the mode of dockable.
 

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 CMaximizedLocation.findMode()
           
 CDockable.ExtendedMode CMinimizedLocation.findMode()
           
 CDockable.ExtendedMode CRectangleLocation.findMode()
           
 CDockable.ExtendedMode CStackLocation.findMode()
           
 CDockable.ExtendedMode CWorkingAreaLocation.findMode()