Uses of Class
bibliothek.gui.dock.ScreenDockStation

Packages that use ScreenDockStation
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.facile.action   
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.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDockStation in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return ScreenDockStation
 ScreenDockStation CControlFactory.createScreenDockStation(JFrame owner)
          Creates a new ScreenDockStation.
 ScreenDockStation EfficientControlFactory.createScreenDockStation(JFrame owner)
           
 ScreenDockStation SecureControlFactory.createScreenDockStation(JFrame owner)
           
 

Uses of ScreenDockStation in bibliothek.gui.dock.facile.action
 

Methods in bibliothek.gui.dock.facile.action with parameters of type ScreenDockStation
 void StateManager.add(String name, ScreenDockStation station)
          Adds a station to which a Dockable can be externalized.
 

Uses of ScreenDockStation in bibliothek.gui.dock.security
 

Subclasses of ScreenDockStation in bibliothek.gui.dock.security
 class SecureScreenDockStation
          A ScreenDockStation that uses SecureScreenDockDialog instead of ScreenDockDialog.
 

Methods in bibliothek.gui.dock.security that return ScreenDockStation
protected  ScreenDockStation SecureScreenDockStationFactory.createStation()
           
 

Constructors in bibliothek.gui.dock.security with parameters of type ScreenDockStation
SecureScreenDockDialog(ScreenDockStation station, Dialog dialog)
          Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation station, Frame frame)
          Creates a new dialog.
 

Uses of ScreenDockStation in bibliothek.gui.dock.station.screen
 

Methods in bibliothek.gui.dock.station.screen that return ScreenDockStation
protected  ScreenDockStation ScreenDockStationFactory.createStation()
          Creates a new ScreenDockStation.
 ScreenDockStation ScreenDockDialog.getStation()
          Gets the station for which this dialog is shown
 ScreenDockStation ScreenDockStationFactory.layout(ScreenDockStationLayout layout)
           
 ScreenDockStation ScreenDockStationFactory.layout(ScreenDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation
 ScreenDockStationLayout ScreenDockStationFactory.getLayout(ScreenDockStation station, Map<Dockable,Integer> children)
           
 void ScreenDockStationFactory.setLayout(ScreenDockStation element, ScreenDockStationLayout layout)
           
 void ScreenDockStationFactory.setLayout(ScreenDockStation station, ScreenDockStationLayout layout, Map<Integer,Dockable> children)
           
 

Constructors in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation
ScreenDockDialog(ScreenDockStation station, Dialog dialog)
          Creates a new dialog.
ScreenDockDialog(ScreenDockStation station, Frame frame)
          Creates a new dialog.