bibliothek.gui.dock.security
Class SecureFlapWindowFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.flap.DefaultFlapWindowFactory
      extended by 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 SecureFlapWindows.

Author:
Benjamin Sigg

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

SecureFlapWindowFactory

public SecureFlapWindowFactory()
Deprecated. 
Method Detail

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 factory
buttonPane - 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