Uses of Class
bibliothek.gui.dock.station.StationChildHandle

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

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

Methods in bibliothek.gui.dock.station.split that return StationChildHandle
 StationChildHandle SplitDockAccess.addHandle(Dockable dockable, boolean fire)
          Creates a StationChildHandle for dockable and adds the displayer to the station.
 StationChildHandle Leaf.getDockableHandle()
          Gets the handle which is responsible for the current Dockable.
 StationChildHandle SplitDockAccess.getFullScreenDockable()
          Gets the DockableDisplayer which is currently in fullscreen-mode.
 

Methods in bibliothek.gui.dock.station.split with parameters of type StationChildHandle
 void SplitDockAccess.removeHandle(StationChildHandle handle, boolean fire)
          Removes an element from the station.
 void Leaf.setHandle(StationChildHandle handle)
          Sets the element of this leaf.