Uses of Class
bibliothek.gui.dock.common.CMinimizeArea

Packages that use CMinimizeArea
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.location Various implementations of CLocation
 

Uses of CMinimizeArea in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CMinimizeArea
 CMinimizeArea CControl.createMinimizeArea(String uniqueId)
          Creates a new area where minimized CDockables can be stored.
 

Methods in bibliothek.gui.dock.common with parameters of type CMinimizeArea
static CMinimizeAreaLocation CLocation.minimized(CMinimizeArea area)
          Creates a new location representing a minimize area.
static CFlapIndexLocation CLocation.minimized(CMinimizeArea area, int index)
          Creates a new location representing a minimize area.
 

Uses of CMinimizeArea in bibliothek.gui.dock.common.location
 

Constructors in bibliothek.gui.dock.common.location with parameters of type CMinimizeArea
CMinimizeAreaLocation(CMinimizeArea area)
          Crates a new location at the end of the minimize area.