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

Packages that use CWorkingArea
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 CWorkingArea in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CWorkingArea
 CWorkingArea CControl.createWorkingArea(String uniqueId)
          Creates and adds a new CWorkingArea to this control.
 

Methods in bibliothek.gui.dock.common with parameters of type CWorkingArea
static CWorkingAreaLocation CLocation.working(CWorkingArea area)
          Creates a new location representing the given CWorkingArea.
 

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

Methods in bibliothek.gui.dock.common.location that return CWorkingArea
 CWorkingArea CWorkingAreaLocation.getWorkingArea()
          Gets the workingarea to which this location relates.
 

Constructors in bibliothek.gui.dock.common.location with parameters of type CWorkingArea
CWorkingAreaLocation(CWorkingArea area)
          Creates a new location.