bibliothek.gui.dock.security
Class SecureScreenDockWindowFactory
java.lang.Object
bibliothek.gui.dock.security.SecureScreenDockWindowFactory
- All Implemented Interfaces:
- ScreenDockWindowFactory
Deprecated. this class is no longer necessary, use DefaultScreenDockWindowFactory
instead
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class, no replacement necessary")
public class SecureScreenDockWindowFactory
- extends Object
- implements ScreenDockWindowFactory
A ScreenDockWindowFactory
creating new SecureScreenDockDialog
s.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureScreenDockWindowFactory
public SecureScreenDockWindowFactory()
- Deprecated.
createWindow
public ScreenDockWindow createWindow(ScreenDockStation station)
- Deprecated.
- Description copied from interface:
ScreenDockWindowFactory
- Creates a new window which will be used by
station
.
- Specified by:
createWindow
in interface ScreenDockWindowFactory
- Parameters:
station
- the owner of the window
- Returns:
- the new window