| java.lang.Object | |||
| ↳ | javax.swing.text.AbstractDocument.AbstractElement | ||
| ↳ | javax.swing.text.AbstractDocument.LeafElement | ||
| ↳ | javax.swing.text.html.HTMLDocument.RunElement | ||
An element that represents a chunk of text that has a set of HTML character level attributes assigned to it.
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
javax.swing.text.AttributeSet
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an element that represents content within the
document (has no children).
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name of the element.
| |||||||||||
Gets the resolving parent.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.swing.text.AbstractDocument.LeafElement
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
javax.swing.text.AbstractDocument.AbstractElement
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.AttributeSet
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.Element
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.text.MutableAttributeSet
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
javax.swing.tree.TreeNode
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Constructs an element that represents content within the document (has no children).
| parent | the parent element |
|---|---|
| a | the element attributes |
| offs0 | the start offset (must be at least 0) |
| offs1 | the end offset (must be at least offs0) |
Gets the resolving parent. HTML attributes are not inherited at the model level so we override this to return null.
