|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLDocument | |
|---|---|
| javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
| Uses of HTMLDocument in javax.swing.text.html |
|---|
| Methods in javax.swing.text.html that return HTMLDocument | |
|---|---|
protected HTMLDocument |
HTMLEditorKit.HTMLTextAction.getHTMLDocument(JEditorPane e)
|
| Methods in javax.swing.text.html with parameters of type HTMLDocument | |
|---|---|
protected int |
HTMLEditorKit.HTMLTextAction.elementCountToTag(HTMLDocument doc,
int offset,
HTML.Tag tag)
Returns number of elements, starting at the deepest leaf, needed to get to an element representing tag. |
protected Element |
HTMLEditorKit.HTMLTextAction.findElementMatchingTag(HTMLDocument doc,
int offset,
HTML.Tag tag)
Returns the deepest element at offset matching
tag. |
protected Element[] |
HTMLEditorKit.HTMLTextAction.getElementsAt(HTMLDocument doc,
int offset)
Returns an array of the Elements that contain offset. |
protected void |
HTMLEditorKit.InsertHTMLTextAction. |