|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.flap.DefaultFlapWindowFactory
bibliothek.gui.dock.security.SecureFlapWindowFactory
DefaultFlapWindowFactory
instead.
@Deprecated @Todo(compatibility=BREAK_MINOR, priority=MAJOR, target=VERSION_1_1_1, description="remove this class, no replacement required") public class SecureFlapWindowFactory
This factory creates SecureFlapWindow
s.
Constructor Summary | |
---|---|
SecureFlapWindowFactory()
Deprecated. |
Method Summary | |
---|---|
FlapWindow |
create(FlapDockStation station,
ButtonPane buttonPane)
Deprecated. Creates a new window for station . |
Methods inherited from class bibliothek.gui.dock.station.flap.DefaultFlapWindowFactory |
---|
getDesktopPaneOf, install, isValid, uninstall |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureFlapWindowFactory()
Method Detail |
---|
public FlapWindow create(FlapDockStation station, ButtonPane buttonPane)
FlapWindowFactory
station
.
create
in interface FlapWindowFactory
create
in class DefaultFlapWindowFactory
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.
null
if this factory is unable to create
a valid window for station
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |