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,FlapDockPerspective,FlapDockStationLayout>, DockConverter<FlapDockStation,FlapDockPerspective,FlapDockStationLayout>

Deprecated. this class is no longer necessary and will be removed in a future release

@Deprecated
@Todo(compatibility=BREAK_MINOR,
      priority=MAJOR,
      target=VERSION_1_1_1,
      description="remove this class, make sure old layouts can still be read")
public class SecureFlapDockStationFactory
extends FlapDockStationFactory

A factory that creates instances of SecureFlapDockStation

Author:
Benjamin Sigg

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

See Also:
Constant Field Values
Constructor Detail

SecureFlapDockStationFactory

public SecureFlapDockStationFactory()
Deprecated. 
Method Detail

getID

public java.lang.String getID()
Deprecated. 
Description copied from interface: DockConverter
Gets the unique name of this converter. Please note that unique identifiers starting with "dock." should not be used by clients.

Specified by:
getID in interface DockConverter<FlapDockStation,FlapDockPerspective,FlapDockStationLayout>
Overrides:
getID in class FlapDockStationFactory
Returns:
the id

createStation

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

Overrides:
createStation in class FlapDockStationFactory
Returns:
a new object