Package com.inet.html

com.inet.html package This package contains the classes required to extend Java's StyledDocument.

See:
          Description

Interface Summary
CssDocument View support extension interface.
InetHtmlFontFactory Factory to resolve font requests.
PainterFactory The interface for a factory which can create paint controllers.
ViewPainter handles paint commands
 

Class Summary
InetHtmlConfiguration This class defines the settings used by the document and the view/editor of a document.
InetHtmlDocument The document is the controller component of the JWebEngine model.
InetHtmlDocumentIterator The document iterator implementation for the InetHtmlDocument
InetHtmlEditorKit The JWebEngine implementation of the EditorKit.
InetHtmlEditorKit.ExtendedHyperlinkEvent An extended hyperlink event to support link targets
InetHtmlEditorKit.LinkController Class to watch the associated component and fire hyperlink events on it when appropriate.
InetHtmlFactory The factory to create views for model elements.
InetHtmlParser The HTML parser of JWebEngine.
InetHtmlTransferHandler This is the transfer handler, which should be used when operating on an InetHtmlDocument editor.
InetHtmlWriter Write the InetHtmlDocument as text/plain.
 

Package com.inet.html Description

com.inet.html package

This package contains the classes required to extend Java's StyledDocument. Which are basically the Document itself, the writer, the parser and the editor kit including a view factory. So the classes of this package are the main entry point for integrating JWebEngine with Java's JEditorPane

To use JWebEngine there are two simple ways: