bibliothek.gui.dock.security
Class SecureStackDockStationFactory
java.lang.Object
bibliothek.gui.dock.station.stack.StackDockStationFactory
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 String |
ID
Deprecated. The id used for this factory |
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 |
ID
public static final String ID
- Deprecated.
- The id used for this factory
- See Also:
- Constant Field Values
SecureStackDockStationFactory
public SecureStackDockStationFactory()
- Deprecated.
getID
public 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