Package org.lobobrowser.gui

Contains GUI classes that allow embedding the browser in a Java Swing application.

See:
          Description

Interface Summary
BrowserWindow Whenever FramePanel is used, browser windows should implement this interface or extend AbstractBrowserWindow.
WindowCallback A interface that receives calls during requests.
WindowFactory Factory used to create browser windows.
 

Class Summary
AbstractBrowserWindow Browser windows should extend this class.
AddressBarPanel The address bar panel of a browser window.
AuthenticationDialog Dialog used in HTTP and proxy authentication.
BrowserPanel A BrowserPanel contains a FramePanel along with optional address bar, toolbars, menu bar and status bar.
ConsoleModel The Swing document model that is used to store console output.
DefaultBrowserWindow The default window class used by the browser.
DefaultWindowFactory Browser windows are created by this factory by default.
FillerComponent A component used in conjunction with BoxLayot.
FramePanel A browser frame panel.
NavigationEngine This class stores navigation back/forward state for a frame.
NavigatorWindowImpl Default implementation of the NavigatorWindow interface.
ProgressWindow Progress window shown before a window is opened.
RigidComponent A component used in conjunction with BoxLayout
SharedToolBarPanel The shared toolbar component.
StatusBarPanel The status bar component.
 

Package org.lobobrowser.gui Description

Contains GUI classes that allow embedding the browser in a Java Swing application.



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