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

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

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

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