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

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

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

Subclasses of AbstractTreeLocation in bibliothek.gui.dock.common.location
 class TreeLocationNode
          A turn in a path to an element, beginning at the "normalized-area".
 class TreeLocationRoot
          The root of a path of turns, leading to the location of an element, beginning at the "normalized-area".
 

Methods in bibliothek.gui.dock.common.location that return AbstractTreeLocation
 AbstractTreeLocation TreeLocationLeaf.getParent()
           
 AbstractTreeLocation TreeLocationNode.getParent()
           
 

Constructors in bibliothek.gui.dock.common.location with parameters of type AbstractTreeLocation
TreeLocationLeaf(AbstractTreeLocation parent, long leafId)
          Creates a new leaf.
TreeLocationNode(AbstractTreeLocation parent, double size, Side side, long nodeId)
          Creates a new node.