All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.text.DefaultStyledDocument.SectionElement
java.lang.Object
|
+----java.awt.swing.text.AbstractDocument.AbstractElement
|
+----java.awt.swing.text.AbstractDocument.BranchElement
|
+----java.awt.swing.text.DefaultStyledDocument.SectionElement
- protected class DefaultStyledDocument.SectionElement
- extends AbstractDocument.BranchElement
Default root element for a document... maps out the
paragraphs/lines contained.
DefaultStyledDocument.SectionElement(DefaultStyledDocument)
- Creates a new SectionElement.
getName()
- Gets the name of the element.
DefaultStyledDocument.SectionElement
public DefaultStyledDocument.SectionElement(DefaultStyledDocument this$0)
- Creates a new SectionElement.
getName
public String getName()
- Gets the name of the element.
- Returns:
- the name
- Overrides:
- getName in class AbstractDocument.BranchElement
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature