|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AbstractBrowserWindow | |
|---|---|
| org.lobobrowser.gui | Contains GUI classes that allow embedding the browser in a Java Swing application. |
| Uses of AbstractBrowserWindow in org.lobobrowser.gui |
|---|
| Subclasses of AbstractBrowserWindow in org.lobobrowser.gui | |
|---|---|
class |
DefaultBrowserWindow
The default window class used by the browser. |
| Methods in org.lobobrowser.gui that return AbstractBrowserWindow | |
|---|---|
AbstractBrowserWindow |
WindowFactory.createWindow(java.lang.String windowId,
java.util.Properties windowProperties,
NavigatorWindow windowContext)
Creates a new navigator window, even if the windowId provided exists. |
AbstractBrowserWindow |
DefaultWindowFactory.createWindow(java.lang.String windowId,
java.util.Properties properties,
NavigatorWindow windowContext)
Creates, sizes a browser window, and registeres listeners that allow the platform to persist window settings and shut itself down when all windows are closed. |
AbstractBrowserWindow |
WindowFactory.getExistingWindow(java.lang.String windowId)
Gets an existing window given a windowId. |
AbstractBrowserWindow |
DefaultWindowFactory.getExistingWindow(java.lang.String windowId)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||