Uses of Class
javax.swing.text.AbstractDocument.AbstractElement
Packages that use AbstractDocument.AbstractElement
包
描述
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
Subclasses of AbstractDocument.AbstractElement in javax.swing.text修饰符和类Class描述classImplements a composite element that contains other elements.classImplements an element that directly represents content of some kind.protected classDefault root element for a document... maps out the paragraphs/lines contained.Methods in javax.swing.text that return AbstractDocument.AbstractElement修饰符和类方法描述protected AbstractDocument.AbstractElementDefaultStyledDocument.createDefaultRoot()Creates the root element to be used to represent the default document structure.protected AbstractDocument.AbstractElementPlainDocument.createDefaultRoot()Creates the root element to be used to represent the default document structure. -
Uses of AbstractDocument.AbstractElement in javax.swing.text.html
Subclasses of AbstractDocument.AbstractElement in javax.swing.text.html修饰符和类Class描述classAn element that represents a structural block of HTML.classAn element that represents a chunk of text that has a set of HTML character level attributes assigned to it.Methods in javax.swing.text.html that return AbstractDocument.AbstractElement修饰符和类方法描述protected AbstractDocument.AbstractElementHTMLDocument.createDefaultRoot()Creates the root element to be used to represent the default document structure.