Uses of Class
javax.swing.text.AbstractDocument.BranchElement
Package | Description |
---|---|
javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text
components.
|
javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating
HTML text editors. |
-
Uses of AbstractDocument.BranchElement in javax.swing.text
Subclasses of AbstractDocument.BranchElement in javax.swing.text Modifier and Type Class Description protected class
DefaultStyledDocument.SectionElement
Default root element for a document... maps out the paragraphs/lines contained. -
Uses of AbstractDocument.BranchElement in javax.swing.text.html
Subclasses of AbstractDocument.BranchElement in javax.swing.text.html Modifier and Type Class Description class
HTMLDocument.BlockElement
An element that represents a structural block of HTML.