bibliothek.gui.dock.security
Class SecureStackDockStationFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.StackDockStationFactory
      extended by bibliothek.gui.dock.security.SecureStackDockStationFactory
All Implemented Interfaces:
DockFactory<StackDockStation,StackDockPerspective,StackDockStationLayout>, DockConverter<StackDockStation,StackDockPerspective,StackDockStationLayout>

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

@Deprecated
@Todo(compatibility=BREAK_MAJOR,
      priority=MAJOR,
      target=VERSION_1_1_1,
      description="Remove this class, no replacement necessary")
public class SecureStackDockStationFactory
extends StackDockStationFactory

A factory creating instances of SecureStackDockStation.

Author:
Benjamin Sigg

Field Summary
static java.lang.String ID
          Deprecated. The id used for this factory
 
Constructor Summary
SecureStackDockStationFactory()
          Deprecated.  
 
Method Summary
protected  StackDockStation createStation()
          Deprecated. Called when a new StackDockStation is required.
 java.lang.String getID()
          Deprecated. Gets the unique name of this converter.
 
Methods inherited from class bibliothek.gui.dock.station.stack.StackDockStationFactory
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

SecureStackDockStationFactory

public SecureStackDockStationFactory()
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<StackDockStation,StackDockPerspective,StackDockStationLayout>
Overrides:
getID in class StackDockStationFactory
Returns:
the id

createStation

protected StackDockStation createStation()
Deprecated. 
Description copied from class: StackDockStationFactory
Called when a new StackDockStation is required.

Overrides:
createStation in class StackDockStationFactory
Returns:
a new station