Uses of Class
bibliothek.gui.dock.SplitDockStation

Packages that use SplitDockStation
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of SplitDockStation in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type SplitDockStation
 void SplitDockListener.fullScreenDockableChanged(SplitDockStation station, Dockable oldFullScreen, Dockable newFullScreen)
          Invoked when a new Dockable was made fullscreen, or no Dockable at all is fullscreen.
 

Uses of SplitDockStation in bibliothek.gui.dock.security
 

Subclasses of SplitDockStation in bibliothek.gui.dock.security
 class SecureSplitDockStation
          A SplitDockStation which can work in a restricted environment.
Note: This station can only work in the realm of a SecureDockController.
 

Methods in bibliothek.gui.dock.security that return SplitDockStation
protected  SplitDockStation SecureSplitDockStationFactory.createStation()
           
 

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

Methods in bibliothek.gui.dock.station.split that return SplitDockStation
protected  SplitDockStation SplitDockStationFactory.createStation()
          Creates new objects of SplitDockStation
 SplitDockStation SplitDockAccess.getOwner()
          Gets the station to which this object grants access.
 SplitDockStation SplitDropTreeException.getStation()
          Gets the station which is the source of this exception.
 SplitDockStation SplitDockStationFactory.layout(SplitDockStationLayout layout)
           
 SplitDockStation SplitDockStationFactory.layout(SplitDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockStation
 SplitDockStationLayout SplitDockStationFactory.getLayout(SplitDockStation station, Map<Dockable,Integer> children)
           
 void SplitDockStationFactory.setLayout(SplitDockStation element, SplitDockStationLayout layout)
           
 void SplitDockStationFactory.setLayout(SplitDockStation station, SplitDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockStation
SplitDropTreeException(SplitDockStation station, String message)
          Creates a new exception.
SplitFullScreenAction(SplitDockStation station)
          Constructs the action and sets the station on which the Dockables will be made fullscreen.