bibliothek.gui.dock.security
Class SecureFlapDockStationFactory
java.lang.Object
bibliothek.gui.dock.station.flap.FlapDockStationFactory
bibliothek.gui.dock.security.SecureFlapDockStationFactory
- All Implemented Interfaces:
- DockFactory<FlapDockStation,FlapDockStationLayout>, DockConverter<FlapDockStation,FlapDockStationLayout>
public class SecureFlapDockStationFactory
- extends FlapDockStationFactory
A factory that creates instances of SecureFlapDockStation
- Author:
- Benjamin Sigg
|
Field Summary |
static String |
ID
The id used for this factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- The id used for this factory
- See Also:
- Constant Field Values
SecureFlapDockStationFactory
public SecureFlapDockStationFactory()
getID
public String getID()
- 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,FlapDockStationLayout>- 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:
- a new object