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

Packages that use SplitDockTree
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of SplitDockTree in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return SplitDockTree
 SplitDockTree SplitDockStation.createTree()
          Gets the contents of this station as a SplitDockTree.
 

Methods in bibliothek.gui.dock with parameters of type SplitDockTree
 void SplitDockStation.dropTree(SplitDockTree tree)
          Removes all children from this station and then adds the contents that are stored in tree.
 void SplitDockStation.dropTree(SplitDockTree tree, boolean checkValidity)
          Removes all children from this station and then adds the contents that are stored in tree.
 

Uses of SplitDockTree in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return SplitDockTree
 SplitDockTree CGrid.toTree()
          Creates and returns a tree which contains the CommonDockables of this CGrid.
 

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

Methods in bibliothek.gui.dock.station.split that return SplitDockTree
 SplitDockTree SplitDockTree.Key.getTree()
          Gets the tree which is the owner of this node or leaf.
 SplitDockTree SplitDockTree.root(SplitDockTree.Key key)
          Sets key as the root of the tree.
 SplitDockTree SplitDockGrid.toTree()
          Converts the current grid into a tree.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockTree
 SplitDockTree.Key SplitDockGrid.Node.put(SplitDockTree tree)
          Writes the contents of this node into tree.
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockTree
SplitDockTreeFactory(SplitDockTree tree)
          Creates a new factory.