bibliothek.gui.dock.security
Class SecureFlapDockStationFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.flap.FlapDockStationFactory
      extended by bibliothek.gui.dock.security.SecureFlapDockStationFactory
All Implemented Interfaces:
DockFactory<FlapDockStation>

public class SecureFlapDockStationFactory
extends FlapDockStationFactory

A factory that creates instances of SecureFlapDockStation

Author:
Benjamin Sigg

Field Summary
static java.lang.String ID
          The id used for this factory
 
Constructor Summary
SecureFlapDockStationFactory()
           
 
Method Summary
protected  FlapDockStation createStation()
          Creates an instance of a FlapDockStation.
 java.lang.String getID()
          Gets the unique name of this factory.
 
Methods inherited from class bibliothek.gui.dock.station.flap.FlapDockStationFactory
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 id used for this factory

See Also:
Constant Field Values
Constructor Detail

SecureFlapDockStationFactory

public SecureFlapDockStationFactory()
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<FlapDockStation>
Overrides:
getID in class FlapDockStationFactory
Returns:
the id

createStation

protected FlapDockStation createStation()
Description copied from class: FlapDockStationFactory
Creates an instance of a FlapDockStation.

Overrides:
createStation in class FlapDockStationFactory
Returns:
the instance which will be returned by read.