Uses of Class
bibliothek.gui.dock.station.split.Node

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

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

Methods in bibliothek.gui.dock.station.split that return Node
abstract  Node SplitNode.getDividerNode(int x, int y)
          Gets the Node whose divider area contains the point x/y.
 Node Root.getDividerNode(int x, int y)
           
 Node Node.getDividerNode(int x, int y)
           
 Node Leaf.getDividerNode(int x, int y)
           
 

Methods in bibliothek.gui.dock.station.split with parameters of type Node
 void SplitNodeVisitor.handleNode(Node node)
          Invoked when visiting a node of the tree.
 double SplitDockAccess.validateDivider(double divider, Node node)
          Tests whether the given value of the divider is a legal value or not.