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

Packages that use Root
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of Root in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock 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.