|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenDockWindowFactory
A ScreenDockWindowFactory can create new ScreenDockWindows.
This factory is used by the ScreenDockStation and set through
ScreenDockStation.WINDOW_FACTORY.
| Method Summary | |
|---|---|
ScreenDockWindow |
createWindow(ScreenDockStation station,
WindowConfiguration configuration)
Creates a new window which will be used by station. |
ScreenDockWindow |
updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
This method is called if the result of ScreenDockStation.getOwner() changed, i.e. |
| Method Detail |
|---|
ScreenDockWindow createWindow(ScreenDockStation station,
WindowConfiguration configuration)
station.
station - the owner of the windowconfiguration - information about how the window has to look depending on its future
Dockable and on the current ScreenDockWindowConfiguration.
ScreenDockWindow updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
ScreenDockStation.getOwner() changed, i.e. if
the ScreenDockStation has a new owner. This method may replace the existing window
with a new window if necessary.
window - the currently shown windowconfiguration - the configuration that was used to create windowstation - the owner of the window
null or window means that nothing happens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||