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

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

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

Methods in bibliothek.gui.dock.station.split that return SplitDockAccess
protected  SplitDockAccess SplitNode.getAccess()
          Gets access to the owner-station
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockAccess
Leaf(SplitDockAccess access)
          Creates a new leaf.
Node(SplitDockAccess access)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right, SplitDockStation.Orientation orientation)
          Constructs a new node.
Root(SplitDockAccess access)
          Creates a new root.
SplitNode(SplitDockAccess access)
          Creates a new SplitNode.