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

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

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

Methods in bibliothek.gui.dock.common.location that return TreeLocationRoot
 TreeLocationRoot CSplitLocation.east(double size)
          Creates a location that describes a space in the right part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.east(double size, long nodeId)
          Creates a location that describes a space in the right part of the SplitDockStation.
 TreeLocationRoot CBaseLocation.normalEast(double size)
          Creates a location describing a normalized element at the east of the normalized-area.
 TreeLocationRoot CBaseLocation.normalNorth(double size)
          Creates a location describing a normalized element at the north of the normalized-area.
 TreeLocationRoot CBaseLocation.normalSouth(double size)
          Creates a location describing a normalized element at the south of the normalized-area.
 TreeLocationRoot CBaseLocation.normalWest(double size)
          Creates a location describing a normalized element at the west of the normalized-area.
 TreeLocationRoot CSplitLocation.north(double size)
          Creates a location that describes a space in the upper part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.north(double size, long nodeId)
          Creates a location that describes a space in the upper part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.south(double size)
          Creates a location that describes a space in the lower part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.south(double size, long nodeId)
          Creates a location that describes a space in the lower part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.west(double size)
          Creates a location that describes a space in the left part of the SplitDockStation.
 TreeLocationRoot CSplitLocation.west(double size, long nodeId)
          Creates a location that describes a space in the left part of the SplitDockStation.