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 Support classes for SplitDockStation
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.createRoot(SplitDockAccess access)
          Creates a new root for this station.
 Root SplitDockStation.getRoot()
          Gets the Root of the tree which stores all locations and sizes of the children of this station.
protected  Root SplitDockStation.root()
          Gets the root of this station, creates a root if necessary.
 

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

Methods in bibliothek.gui.dock.facile.station.split that return Root
 Root 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
protected  boolean LockedResizeLayoutManager.isResize(Root root)
          Tells whether the current operation is a resize operation.
 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 ResizeRequest.
 

Constructors in bibliothek.gui.dock.facile.station.split with parameters of type Root
ResizeRoot(LockedResizeLayoutManager<T> layout, 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.