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
 

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 SplitNode.getRoot()
          Gets the root of the tree in which this node is
protected  Root Root.getRoot()
           
 

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.