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

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

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

Classes in bibliothek.gui.dock.station.split that implement Divideable
 class Node
          A Node represents an element in the tree of a SplitDockStation.
 

Methods in bibliothek.gui.dock.station.split that return Divideable
protected  Divideable DefaultSplitDividerStrategy.Handler.getDividerNode(int x, int y)
          Gets the node whose dividier contains x, y.
 

Methods in bibliothek.gui.dock.station.split with parameters of type Divideable
protected  void DefaultSplitDividerStrategy.Handler.setDivider(Divideable node, double dividier)
          Called if the dividier of node needs to be changed.