|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.screen.window.InternalScreenDockWindowFactory
public class InternalScreenDockWindowFactory
A simple factory creating new instances of InternalDockDialog.
InternalBoundaryRestriction| Constructor Summary | |
|---|---|
InternalScreenDockWindowFactory(JDesktopPane desktop)
Creates the 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InternalScreenDockWindowFactory(JDesktopPane desktop)
desktop as parent.
desktop - the parent for new windows| Method Detail |
|---|
public ScreenDockWindow updateWindow(ScreenDockWindow window,
WindowConfiguration configuration,
ScreenDockStation station)
ScreenDockWindowFactoryScreenDockStation.getOwner() changed, i.e. if
the ScreenDockStation has a new owner. This method may replace the existing window
with a new window if necessary.
updateWindow in interface ScreenDockWindowFactorywindow - the currently shown windowconfiguration - the configuration that was used to create windowstation - the owner of the window
null or window means that nothing happens
public ScreenDockWindow createWindow(ScreenDockStation station,
WindowConfiguration configuration)
ScreenDockWindowFactorystation.
createWindow in interface ScreenDockWindowFactorystation - the owner of the windowconfiguration - information about how the window has to look depending on its future
Dockable and on the current ScreenDockWindowConfiguration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||