Uses of Interface
bibliothek.gui.dock.station.split.SplitTreeFactory

Packages that use SplitTreeFactory
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 SplitTreeFactory in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type SplitTreeFactory
<N> N
SplitDockStation.visit(SplitTreeFactory<N> factory)
          Visits the internal structure of this station.
 

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

Classes in bibliothek.gui.dock.station.split that implement SplitTreeFactory
 class SplitDockTreeFactory
          A SplitTreeFactory that writes into a SplitDockTree and so fills up an empty SplitDockTree until it is a full, valid tree.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitTreeFactory
<N> N
Leaf.submit(SplitTreeFactory<N> factory)
           
<N> N
Node.submit(SplitTreeFactory<N> factory)
           
<N> N
Placeholder.submit(SplitTreeFactory<N> factory)
           
<N> N
Root.submit(SplitTreeFactory<N> factory)
           
abstract
<N> N
SplitNode.submit(SplitTreeFactory<N> factory)
          Writes the contents of this node into a new tree create by factory.