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

Packages that use CContentArea
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.location Various implementations of CLocation
 

Uses of CContentArea in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CContentArea
 CContentArea CControl.createContentArea(String uniqueId)
          Creates and adds a new CContentArea.
 CContentArea CControl.getContentArea()
          Gets the element that should be in the center of the mainframe.
 

Methods in bibliothek.gui.dock.common with parameters of type CContentArea
static CBaseLocation CLocation.base(CContentArea center)
          Creates a new location that tells all children to use a station defined on center.
static CMaximizedLocation CLocation.maximized(CContentArea area)
          Creates a location representing the maximized mode on area.
 void CControl.removeContentArea(CContentArea content)
          Deprecated. use CControl.removeStationContainer(CStationContainer) instead
 

Uses of CContentArea in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CContentArea
 CContentArea DefaultCControlRegister.getDefaultContentArea()
           
 CContentArea MutableCControlRegister.getDefaultContentArea()
          Gets the default set of CStations.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CContentArea
 void DefaultCControlRegister.setDefaultContentArea(CContentArea container)
           
 void MutableCControlRegister.setDefaultContentArea(CContentArea container)
          Sets the default set of CStations.
 

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

Methods in bibliothek.gui.dock.common.location that return CContentArea
 CContentArea CBaseLocation.getContentArea()
          Gets the contentarea to which this location relates.
 

Constructors in bibliothek.gui.dock.common.location with parameters of type CContentArea
CBaseLocation(CContentArea center)