Uses of Class
javax.swing.text.AbstractDocument.AbstractElement
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of AbstractDocument.AbstractElement in javax.swing.text
Modifier and TypeClassDescriptionclass
Implements a composite element that contains other elements.class
Implements an element that directly represents content of some kind.protected class
Default root element for a document... maps out the paragraphs/lines contained.Modifier and TypeMethodDescriptionprotected AbstractDocument.AbstractElement
DefaultStyledDocument.createDefaultRoot()
Creates the root element to be used to represent the default document structure.protected AbstractDocument.AbstractElement
PlainDocument.createDefaultRoot()
Creates the root element to be used to represent the default document structure. -
Uses of AbstractDocument.AbstractElement in javax.swing.text.html
Modifier and TypeClassDescriptionclass
An element that represents a structural block of HTML.class
An element that represents a chunk of text that has a set of HTML character level attributes assigned to it.Modifier and TypeMethodDescriptionprotected AbstractDocument.AbstractElement
HTMLDocument.createDefaultRoot()
Creates the root element to be used to represent the default document structure.