Uses of Class
org.lobobrowser.gui.AbstractBrowserWindow

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)
           
 



SourceForge.net LogoCopyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]