bibliothek.gui.dock.security
Class SecureScreenDockStationFactory
java.lang.Object
bibliothek.gui.dock.station.screen.ScreenDockStationFactory
bibliothek.gui.dock.security.SecureScreenDockStationFactory
- All Implemented Interfaces:
- DockFactory<ScreenDockStation,ScreenDockStationLayout>
public class SecureScreenDockStationFactory
- extends ScreenDockStationFactory
A factory which creates instances of SecureScreenDockStation
.
- Author:
- Benjamin Sigg
Field Summary |
static String |
ID
The identifier of 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 identifier of this factory
- See Also:
- Constant Field Values
SecureScreenDockStationFactory
public SecureScreenDockStationFactory(Window owner)
- Creates a new factory.
- Parameters:
owner
- the window which will be used as owner of all windows
created by this station.
getID
public String getID()
- Description copied from interface:
DockFactory
- Gets the unique name of this factory.
- Specified by:
getID
in interface DockFactory<ScreenDockStation,ScreenDockStationLayout>
- Overrides:
getID
in class ScreenDockStationFactory
- Returns:
- the id
createStation
protected ScreenDockStation createStation()
- Description copied from class:
ScreenDockStationFactory
- Creates a new
ScreenDockStation
.
- Overrides:
createStation
in class ScreenDockStationFactory
- Returns:
- the new station