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

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

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

Methods in bibliothek.gui.dock.common.location that return TreeLocationNode
 TreeLocationNode AbstractTreeLocation.east(double size)
          Creates a new location which is based at the east side of this location.
 TreeLocationNode AbstractTreeLocation.east(double size, long nodeId)
          Creates a new location which is based at the east side of this location.
 TreeLocationNode AbstractTreeLocation.north(double size)
          Creates a new location which is based at the north side of this location.
 TreeLocationNode AbstractTreeLocation.north(double size, long nodeId)
          Creates a new location which is based at the north side of this location.
 TreeLocationNode AbstractTreeLocation.south(double size)
          Creates a new location which is based at the south side of this location.
 TreeLocationNode AbstractTreeLocation.south(double size, long nodeId)
          Creates a new location which is based at the south side of this location.
 TreeLocationNode AbstractTreeLocation.west(double size)
          Creates a new location which is based at the west side of this location.
 TreeLocationNode AbstractTreeLocation.west(double size, long nodeId)
          Creates a new location which is based at the west side of this location.