bibliothek.gui.dock.security
Class SecureScreenDockStationFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.screen.ScreenDockStationFactory
      extended by bibliothek.gui.dock.security.SecureScreenDockStationFactory
All Implemented Interfaces:
DockFactory<ScreenDockStation>

public class SecureScreenDockStationFactory
extends ScreenDockStationFactory

A factory which creates instances of SecureScreenDockStation.

Author:
Benjamin Sigg

Field Summary
static java.lang.String ID
          The identifier of this factory
 
Constructor Summary
SecureScreenDockStationFactory(java.awt.Window owner)
          Creates a new factory.
 
Method Summary
protected  ScreenDockStation createStation()
          Creates a new ScreenDockStation which will be returned by read.
 java.lang.String getID()
          Gets the unique name of this factory.
 
Methods inherited from class bibliothek.gui.dock.station.screen.ScreenDockStationFactory
getOwner, read, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The identifier of this factory

See Also:
Constant Field Values
Constructor Detail

SecureScreenDockStationFactory

public SecureScreenDockStationFactory(java.awt.Window owner)
Creates a new factory.

Parameters:
owner - the window which will be used as owner of all windows created by this station.
Method Detail

getID

public java.lang.String getID()
Description copied from interface: DockFactory
Gets the unique name of this factory.

Specified by:
getID in interface DockFactory<ScreenDockStation>
Overrides:
getID in class ScreenDockStationFactory
Returns:
the id

createStation

protected ScreenDockStation createStation()
Description copied from class: ScreenDockStationFactory
Creates a new ScreenDockStation which will be returned by read.

Overrides:
createStation in class ScreenDockStationFactory
Returns:
the new station