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

Packages that use SplitNodeVisitor
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

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

Methods in bibliothek.gui.dock.station.split with parameters of type SplitNodeVisitor
 void Leaf.visit(SplitNodeVisitor visitor)
           
 void Node.visit(SplitNodeVisitor visitor)
           
 void Placeholder.visit(SplitNodeVisitor visitor)
           
 void Root.visit(SplitNodeVisitor visitor)
           
abstract  void SplitNode.visit(SplitNodeVisitor visitor)
          Invokes one of the methods of the visitor for every child in the subtree with this as root.