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

Packages that use SplitDockAccess
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
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
 

Methods in bibliothek.gui.dock with parameters of type SplitDockAccess
protected  Root SplitDockStation.createRoot(SplitDockAccess access)
          Creates a new root for this 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.
Leaf(SplitDockAccess access, long id)
          Creates a new leaf.
Node(SplitDockAccess access)
          Constructs a new node.
Node(SplitDockAccess access, long id)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right, long id)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right, SplitDockStation.Orientation orientation)
          Constructs a new node.
Node(SplitDockAccess access, SplitNode left, SplitNode right, SplitDockStation.Orientation orientation, long id)
          Constructs a new node.
Placeholder(SplitDockAccess access, long id)
          Creates a new placeholder
Root(SplitDockAccess access)
          Creates a new root.
Root(SplitDockAccess access, long id)
          Creates a new root.
SplitNode(SplitDockAccess access, long id)
          Creates a new SplitNode.
SplitPlaceholderSet(SplitDockAccess access)
          Creates a new set.
VisibleSplitNode(SplitDockAccess access, long id)
          Creates a new node.