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

Packages that use ScreenDockStation
bibliothek.gui.dock.security   
bibliothek.gui.dock.station.screen   
 

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, java.awt.Dialog dialog)
          Creates a new dialog.
SecureScreenDockDialog(ScreenDockStation station, java.awt.Frame frame)
          Creates a new dialog.
 

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

Fields in bibliothek.gui.dock.station.screen declared as ScreenDockStation
private  ScreenDockStation ScreenDockDialog.station
           
 

Methods in bibliothek.gui.dock.station.screen that return ScreenDockStation
protected  ScreenDockStation ScreenDockStationFactory.createStation()
          Creates a new ScreenDockStation which will be returned by read.
 ScreenDockStation ScreenDockDialog.getStation()
          Gets the station for which this dialog is shown
 ScreenDockStation ScreenDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children, boolean ignore, java.io.DataInputStream in)
           
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStation
 void ScreenDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children, boolean ignore, ScreenDockStation station, java.io.DataInputStream in)
           
 void ScreenDockStationFactory.write(ScreenDockStation station, java.util.Map<Dockable,java.lang.Integer> children, java.io.DataOutputStream out)
           
 

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