bibliothek.gui.dock.security
Class SecureFlapWindowFactory
java.lang.Object
bibliothek.gui.dock.station.flap.DefaultFlapWindowFactory
bibliothek.gui.dock.security.SecureFlapWindowFactory
- All Implemented Interfaces:
- FlapWindowFactory
Deprecated. this class is no longer necessary and will be removed in a future release. Use
DefaultFlapWindowFactory
instead.
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class, no replacement required")
public class SecureFlapWindowFactory
- extends DefaultFlapWindowFactory
This factory creates SecureFlapWindow
s.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureFlapWindowFactory
public SecureFlapWindowFactory()
- Deprecated.
create
public FlapWindow create(FlapDockStation station,
ButtonPane buttonPane)
- Deprecated.
- Description copied from interface:
FlapWindowFactory
- Creates a new window for
station
.
- Specified by:
create
in interface FlapWindowFactory
- Overrides:
create
in class DefaultFlapWindowFactory
- Parameters:
station
- a known client of this factorybuttonPane
- the panel which actually shows the buttons of
station
, may be needed to calculate the location and
size of the window.
- Returns:
- the new window or
null
if this factory is unable to create
a valid window for station