bibliothek.gui.dock.security
Class SecureScreenDockWindowFactory

java.lang.Object
  extended by bibliothek.gui.dock.security.SecureScreenDockWindowFactory
All Implemented Interfaces:
ScreenDockWindowFactory

public class SecureScreenDockWindowFactory
extends Object
implements ScreenDockWindowFactory

A ScreenDockWindowFactory creating new SecureScreenDockDialogs.

Author:
Benjamin Sigg

Constructor Summary
SecureScreenDockWindowFactory()
           
 
Method Summary
 ScreenDockWindow createWindow(ScreenDockStation station)
          Creates a new window which will be used by station.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureScreenDockWindowFactory

public SecureScreenDockWindowFactory()
Method Detail

createWindow

public ScreenDockWindow createWindow(ScreenDockStation station)
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