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

Packages that use Node
bibliothek.gui.dock.facile.station.split Support classes for SplitDockStation
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.facile.station.split
 

Methods in bibliothek.gui.dock.facile.station.split that return Node
 Node ResizeNode.getNode()
          Gets the node that is represented by this element
 

Methods in bibliothek.gui.dock.facile.station.split with parameters of type Node
 double DelegatingSplitLayoutManager.validateDivider(SplitDockStation station, double divider, Node node)
           
 

Constructors in bibliothek.gui.dock.facile.station.split with parameters of type Node
ResizeNode(LockedResizeLayoutManager<T> layout, ResizeElement<T> parent, Node node)
          Creates a new node-element.
 

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

Methods in bibliothek.gui.dock.station.split that return Node
 Node SplitNode.createNode(long id)
          Creates a new Node.
 Node Leaf.getDividerNode(int x, int y)
           
 Node Node.getDividerNode(int x, int y)
           
 Node Placeholder.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.
 double DefaultSplitLayoutManager.validateDivider(SplitDockStation station, double divider, Node node)
           
 double SplitLayoutManager.validateDivider(SplitDockStation station, double divider, Node node)
          Tests whether the specified divider-value is legal or not.