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  HTMLEditorKitand supporting classes for creating
 HTML text editors. | 
- 
Uses of AbstractDocument.BranchElement in javax.swing.textSubclasses of AbstractDocument.BranchElement in javax.swing.text Modifier and Type Class Description protected classDefaultStyledDocument.SectionElementDefault root element for a document... maps out the paragraphs/lines contained.
- 
Uses of AbstractDocument.BranchElement in javax.swing.text.htmlSubclasses of AbstractDocument.BranchElement in javax.swing.text.html Modifier and Type Class Description classHTMLDocument.BlockElementAn element that represents a structural block of HTML.