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.facile.station.split   
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
 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.facile.station.split
 

Methods in bibliothek.gui.dock.facile.station.split that return Root
 Root LockedResizeLayoutManager.ResizeRoot.getRoot()
          Gets the root which is represented by this root-element.
 

Methods in bibliothek.gui.dock.facile.station.split with parameters of type Root
 void DelegatingSplitLayoutManager.updateBounds(Root root, double x, double y, double factorW, double factorH)
           
 void LockedResizeLayoutManager.updateBounds(Root root, double x, double y, double factorW, double factorH)
           
 void LockedResizeLayoutManager.updateBoundsLocked(Root root, double x, double y, double factorW, double factorH)
          Updates the bounds of root and all its children and does consider all LockedResizeLayoutManager.ResizeRequest.
 

Constructors in bibliothek.gui.dock.facile.station.split with parameters of type Root
LockedResizeLayoutManager.ResizeRoot(Root root)
          Creates a new root-element
 

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

Methods in bibliothek.gui.dock.station.split that return Root
 Root Root.getRoot()
           
 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.
 void DefaultSplitLayoutManager.updateBounds(Root root, double x, double y, double factorW, double factorH)
           
 void SplitLayoutManager.updateBounds(Root root, double x, double y, double factorW, double factorH)
          Called when the bounds of all DockableDisplayer of a station have to be updated.