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

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

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

Methods in bibliothek.gui.dock.station.split that return Node
 Node Leaf.getDividerNode(int x, int y)
           
 Node Node.getDividerNode(int x, int y)
           
 Node Root.getDividerNode(int x, int y)
           
abstract  Node SplitNode.getDividerNode(int x, int y)
          Gets the Node whose divider area contains the point x/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.