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

Packages that use SplitDockTree
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

Uses of SplitDockTree in bibliothek.gui.dock.station
 

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

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

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.
 SplitDockTree.Key Leaf.submit(SplitDockTree tree)
           
 SplitDockTree.Key Node.submit(SplitDockTree tree)
           
 SplitDockTree.Key Root.submit(SplitDockTree tree)
           
abstract  SplitDockTree.Key SplitNode.submit(SplitDockTree tree)
          Writes the contents of this node into tree.