Uses of Class
bibliothek.gui.dock.ScreenDockStation

Packages that use ScreenDockStation
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.station   
bibliothek.gui.dock.common.mode.station   
bibliothek.gui.dock.facile.mode.station   
bibliothek.gui.dock.facile.station.screen   
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
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(WindowProvider owner)
          Creates a new ScreenDockStation.
 ScreenDockStation EfficientControlFactory.createScreenDockStation(WindowProvider owner)
           
 ScreenDockStation SecureControlFactory.createScreenDockStation(WindowProvider owner)
           
 

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

Constructors in bibliothek.gui.dock.common.intern.station with parameters of type ScreenDockStation
ScreenResizeRequestHandler(ScreenDockStation station)
          Creates a new handler.
 

Uses of ScreenDockStation in bibliothek.gui.dock.common.mode.station
 

Constructors in bibliothek.gui.dock.common.mode.station with parameters of type ScreenDockStation
CScreenDockStationHandle(String id, ScreenDockStation station, CLocation location)
          Creates a new handle
 

Constructor parameters in bibliothek.gui.dock.common.mode.station with type arguments of type ScreenDockStation
CScreenDockStationHandle(CStation<ScreenDockStation> station)
          Creates a new handle
 

Uses of ScreenDockStation in bibliothek.gui.dock.facile.mode.station
 

Methods in bibliothek.gui.dock.facile.mode.station that return ScreenDockStation
 ScreenDockStation ScreenDockStationHandle.getStation()
          Gets the station which is managed by this handle.
 

Constructors in bibliothek.gui.dock.facile.mode.station with parameters of type ScreenDockStation
ScreenDockStationHandle(String id, ScreenDockStation station)
          Creates a new handle.
 

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

Constructors in bibliothek.gui.dock.facile.station.screen with parameters of type ScreenDockStation
WindowProviderVisibility(ScreenDockStation station)
          Creates a new WindowProviderVisibility.
 

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()
           
 

Methods in bibliothek.gui.dock.security with parameters of type ScreenDockStation
 ScreenDockWindow SecureScreenDockWindowFactory.createWindow(ScreenDockStation station)
           
 

Constructors in bibliothek.gui.dock.security with parameters of type ScreenDockStation
SecureAbstractScreenDockWindow(ScreenDockStation station)
          Creates a new window
SecureScreenDockDialog(ScreenDockStation station, boolean undecorated)
          Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation station, Dialog dialog, boolean undecorated)
          Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation station, Frame frame, boolean undecorated)
          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 DisplayerScreenDockWindow.getStation()
          Gets the station for which this window is used.
 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
 ScreenDockWindow DefaultScreenDockWindowFactory.createWindow(ScreenDockStation station)
           
 ScreenDockWindow ScreenDockWindowFactory.createWindow(ScreenDockStation station)
          Creates a new window which will be used by station.
 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
AbstractScreenDockWindow(ScreenDockStation station)
          Creates a new window.
AbstractScreenDockWindow(ScreenDockStation station, Component window, Container contentParent, boolean resizeable)
          Creates a new window.
DisplayerScreenDockWindow(ScreenDockStation station)
          Creates a new window
ScreenDockDialog(ScreenDockStation station, boolean undecorated)
          Creates a new dialog.
ScreenDockDialog(ScreenDockStation station, Dialog dialog, boolean undecorated)
          Creates a new dialog.
ScreenDockDialog(ScreenDockStation station, Frame frame, boolean undecorated)
          Creates a new dialog.
ScreenDockFrame(ScreenDockStation station, boolean undecorated)
          Creates a new dialog.