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.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 with parameters of type SplitDockTree
 void SplitDockStation.dropTree(SplitDockTree<Dockable> tree)
          Removes all children from this station and then adds the contents that are stored in tree.
 void SplitDockStation.dropTree(SplitDockTree<Dockable> 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.station.split
 

Subclasses of SplitDockTree in bibliothek.gui.dock.station.split
 class DockableSplitDockTree
          Implementation of a SplitDockTree that works with Dockables.
 class PerspectiveSplitDockTree
          Implementation of a SplitDockTree that works with PerspectiveDockables.
 

Methods in bibliothek.gui.dock.station.split that return SplitDockTree
protected abstract  SplitDockTree<D> AbstractSplitPlaceholderConverter.createTree()
          Creates a new SplitDockTree which will be used for AbstractSplitPlaceholderConverter.dropTree(Object, SplitDockTree).
protected  SplitDockTree<PerspectiveDockable> SplitPerspectivePlaceholderConverter.createTree()
           
protected  SplitDockTree<Dockable> SplitPlaceholderConverter.createTree()
           
 SplitDockTree<D> SplitDockTree.Key.getTree()
          Gets the tree which is the owner of this node or leaf.
 SplitDockTree<D> SplitDockTree.root(SplitDockTree.Key key)
          Sets key as the root of the tree.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockTree
protected abstract  void AbstractSplitPlaceholderConverter.dropTree(P station, SplitDockTree<D> tree)
          Updates station such that its layout looks as described by tree.
protected  void SplitPerspectivePlaceholderConverter.dropTree(SplitDockPerspective station, SplitDockTree<PerspectiveDockable> tree)
           
protected  void SplitPlaceholderConverter.dropTree(SplitDockStation station, SplitDockTree<Dockable> tree)
           
protected  void AbstractSplitDockGrid.fillTree(SplitDockTree<D> tree)
          Fills the contents of this grid into tree.
 SplitDockTree.Key AbstractSplitDockGrid.Node.put(SplitDockTree<D> tree)
          Writes the contents of this node into tree.
 

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