| Package | Description |
|---|---|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| Modifier and Type | Method and Description |
|---|---|
protected HTMLDocument |
HTMLEditorKit.HTMLTextAction.getHTMLDocument(JEditorPane
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
HTMLEditorKit.HTMLTextAction.elementCountToTag(HTMLDocument
Returns number of elements, starting at the deepest leaf, needed to get to an element representing
tag.
|
protected Element |
HTMLEditorKit.HTMLTextAction.findElementMatchingTag(HTMLDocument
Returns the deepest element at
offset matching
tag.
|
protected Element |
HTMLEditorKit.HTMLTextAction.getElementsAt(HTMLDocument
Returns an array of the Elements that contain
offset.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane
This is invoked when inserting at a boundary.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane
Deprecated.
As of Java 2 platform v1.3, use insertAtBoundary
|
void |
HTMLEditorKit.insertHTML(HTMLDocument
Inserts HTML into an existing document.
|
protected void |
HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane
A cover for HTMLEditorKit.insertHTML.
|
| Constructor and Description | |
|---|---|
HTMLWriter(Writer
Creates a new HTMLWriter.
|
|
HTMLWriter(Writer
Creates a new HTMLWriter.
|