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

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

Methods in bibliothek.gui.dock that return SplitNodeFactory
 SplitNodeFactory SplitDockStation.getNodeFactory()
          Gets the factory which is responsible for creating new SplitNodes.
 

Methods in bibliothek.gui.dock with parameters of type SplitNodeFactory
 void SplitDockStation.setNodeFactory(SplitNodeFactory factory)
          Sets the factory which is responsible for creating new SplitNodes.
 

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

Classes in bibliothek.gui.dock.station.split that implement SplitNodeFactory
 class DefaultSplitNodeFactory
          This implementation of SplitNodeFactory creates the standard SplitNodes.