|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowFactory
Factory used to create browser windows. It is used when the JavaScript method Window.open() is invoked, for example.
NavigatorWindowImpl.setWindowFactory(WindowFactory)| Method Summary | |
|---|---|
AbstractBrowserWindow |
createWindow(java.lang.String windowId,
java.util.Properties windowProperties,
NavigatorWindow windowContext)
Creates a new navigator window, even if the windowId provided exists. |
AbstractBrowserWindow |
getExistingWindow(java.lang.String windowId)
Gets an existing window given a windowId. |
void |
overrideProperties(AbstractBrowserWindow window,
java.util.Properties properties)
|
| Method Detail |
|---|
AbstractBrowserWindow createWindow(java.lang.String windowId,
java.util.Properties windowProperties,
NavigatorWindow windowContext)
windowId - The window ID. It may be null.windowProperties - Window properties, following Window.open() conventions.
In addition, properties title and
icon should be supported.DefaultBrowserWindowAbstractBrowserWindow getExistingWindow(java.lang.String windowId)
void overrideProperties(AbstractBrowserWindow window,
java.util.Properties properties)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||