bibliothek.gui.dock.security
Class SecureSplitDockStationFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitDockStationFactory
      extended by bibliothek.gui.dock.security.SecureSplitDockStationFactory
All Implemented Interfaces:
DockFactory<SplitDockStation,SplitDockPerspective,SplitDockStationLayout>, DockConverter<SplitDockStation,SplitDockPerspective,SplitDockStationLayout>

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 SecureSplitDockStationFactory
extends SplitDockStationFactory

Creates instances of SecureSplitDockStation.

Author:
Benjamin Sigg

Field Summary
static java.lang.String ID
          Deprecated. The id used for this factory
 
Constructor Summary
SecureSplitDockStationFactory()
          Deprecated.  
 
Method Summary
protected  SplitDockStation createStation(boolean hasFullscreenAction)
          Deprecated. Creates new objects of SplitDockStation
 java.lang.String getID()
          Deprecated. Gets the unique name of this converter.
 
Methods inherited from class bibliothek.gui.dock.station.split.SplitDockStationFactory
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

SecureSplitDockStationFactory

public SecureSplitDockStationFactory()
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<SplitDockStation,SplitDockPerspective,SplitDockStationLayout>
Overrides:
getID in class SplitDockStationFactory
Returns:
the id

createStation

protected SplitDockStation createStation(boolean hasFullscreenAction)
Deprecated. 
Description copied from class: SplitDockStationFactory
Creates new objects of SplitDockStation

Overrides:
createStation in class SplitDockStationFactory
Parameters:
hasFullscreenAction - whether the station did have a fullscreen-action
Returns:
the new instance