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   
bibliothek.gui.dock.common.location   
 

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 that return types with arguments of type CContentArea
 List<CContentArea> CControl.getContentAreas()
          Gets an unmodifiable list of all CContentAreas registered at this control
 

Methods in bibliothek.gui.dock.common with parameters of type CContentArea
 void CControl.addContentArea(CContentArea content)
          Adds a new CContentArea to this control.
static CBaseLocation CLocation.base(CContentArea center)
          Creates a new location that tells all children to use a station defined on center.
 void CControl.removeContentArea(CContentArea content)
          Removes content from the list of known contentareas.
 

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

Methods in bibliothek.gui.dock.common.intern that return CContentArea
protected  CContentArea CStateManager.getCenterOf(Dockable dockable)
          Searches the CContentArea on which dockable is shown.
 

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)