bibliothek.gui.dock.station.screen
Class InternalScreenDockWindowFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.screen.InternalScreenDockWindowFactory
All Implemented Interfaces:
ScreenDockWindowFactory

public class InternalScreenDockWindowFactory
extends Object
implements ScreenDockWindowFactory

A simple factory creating new instances of InternalDockDialog.

Author:
Benjamin Sigg
See Also:
InternalBoundaryRestriction

Constructor Summary
InternalScreenDockWindowFactory(JDesktopPane desktop)
          Creates the factory.
 
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

InternalScreenDockWindowFactory

public InternalScreenDockWindowFactory(JDesktopPane desktop)
Creates the factory. All windows will have desktop as parent.

Parameters:
desktop - the parent for new windows
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