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

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

Uses of Node in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as Node
private  Node SplitDockStation.DividerListener.current
          the node of the currently selected divider
 

Methods in bibliothek.gui.dock.station with parameters of type Node
private  double SplitDockStation.validateDivider(double divider, Node node)
          Tests whether the specified divider-value is legal or not.
 

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.