Package org.jdesktop.jdic.browser

Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets.

See:
          Description

Interface Summary
WebBrowserListener The listener interface for receiving WebBrowser events.
 

Class Summary
WebBrowser A WebBrowser component represents a blank rectangular area of the screen onto which the application can load webpages or from which the application can trap events from the browser window.
WebBrowser.Status Deprecated. As of release 0.9 of JDIC.
WebBrowserEvent A WebBrowserEvent is dispatched by a WebBrowser object to indicate a defined WebBrowser event occured.
WebBrowserUtil Deprecated. As of release 0.9 of JDIC.
 

Package org.jdesktop.jdic.browser Description

Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets.

The embedded browsing component enables Java applications and applets to access web browsing capabilities, provided by full-featured system browsers (Internet Explorer or Mozilla on Windows, and Mozilla on Linux/Solaris).

The capabilities include creating a browser window, web content rendering, navigation, a basic history mechanism, and progress notification. 

Usage of the component is very much like a Swing JEditorPane component.



Copyright © 2005 Sun Microsystems All Rights Reserved.