Uses of Class
javax.swing.text.html.HTMLDocument
Package
Description
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of HTMLDocument in javax.swing.text.html
Modifier and TypeMethodDescriptionprotected HTMLDocument
HTMLEditorKit.HTMLTextAction.getHTMLDocument(JEditorPane e)
Modifier and TypeMethodDescriptionprotected 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 representingtag
.protected Element
HTMLEditorKit.HTMLTextAction.findElementMatchingTag(HTMLDocument doc, int offset, HTML.Tag tag)
Returns the deepest element atoffset
matchingtag
.protected Element[]
HTMLEditorKit.HTMLTextAction.getElementsAt(HTMLDocument doc, int offset)
Returns an array of the Elements that containoffset
.protected void
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundary(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
This is invoked when inserting at a boundary.protected void
HTMLEditorKit.InsertHTMLTextAction.insertAtBoundry(JEditorPane editor, HTMLDocument doc, int offset, Element insertElement, String html, HTML.Tag parentTag, HTML.Tag addTag)
Deprecated.As of Java 2 platform v1.3, use insertAtBoundaryvoid
HTMLEditorKit.insertHTML(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag)
Inserts HTML into an existing document.protected void
HTMLEditorKit.InsertHTMLTextAction.insertHTML(JEditorPane editor, HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag addTag)
A cover for HTMLEditorKit.insertHTML.ModifierConstructorDescriptionHTMLWriter(Writer w, HTMLDocument doc)
Creates a new HTMLWriter.HTMLWriter(Writer w, HTMLDocument doc, int pos, int len)
Creates a new HTMLWriter.