Uses of Class
bibliothek.gui.dock.station.split.Root

Packages that use Root
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

Uses of Root in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as Root
private  Root SplitDockStation.root
          The root of the tree which determines the structure of this station
 

Methods in bibliothek.gui.dock.station that return Root
protected  Root SplitDockStation.getRoot()
          Gets the Root of the tree which stores all locations and sizes of the children of this station.
 

Uses of Root in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return Root
protected  Root Root.getRoot()
           
protected  Root SplitNode.getRoot()
          Gets the root of the tree in which this node is
 

Methods in bibliothek.gui.dock.station.split with parameters of type Root
 void SplitNodeVisitor.handleRoot(Root root)
          Invoked when visiting the root of the tree.