Uses of Class
bibliothek.gui.dock.common.location.CSplitLocation

Packages that use CSplitLocation
bibliothek.gui.dock.common.location Various implementations of CLocation
 

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

Subclasses of CSplitLocation in bibliothek.gui.dock.common.location
 class CContentAreaCenterLocation
          This location points to the center of a CContentArea.
 class CGridAreaLocation
          A location that represents a CGridArea.
 class CWorkingAreaLocation
          A location representing a CWorkingArea.
 

Methods in bibliothek.gui.dock.common.location that return CSplitLocation
 CSplitLocation TreeLocationRoot.getParent()
           
 

Constructors in bibliothek.gui.dock.common.location with parameters of type CSplitLocation
CRectangleLocation(CSplitLocation parent, double x, double y, double width, double height)
          Creates a new location.
TreeLocationRoot(CSplitLocation root, double size, Side side, long nodeId)
          Creates a new location.