bibliothek.gui.dock.station.screen
Interface ScreenDockWindowFactory

All Known Implementing Classes:
DefaultScreenDockWindowFactory, InternalScreenDockWindowFactory, SecureScreenDockWindowFactory

public interface ScreenDockWindowFactory

A ScreenDockWindowFactory can create new ScreenDockWindows. This factory is used by the ScreenDockStation and set through ScreenDockStation.WINDOW_FACTORY.

Author:
Benjamin Sigg

Method Summary
 ScreenDockWindow createWindow(ScreenDockStation station)
          Creates a new window which will be used by station.
 

Method Detail

createWindow

ScreenDockWindow createWindow(ScreenDockStation station)
Creates a new window which will be used by station.

Parameters:
station - the owner of the window
Returns:
the new window