java.lang.Object
javax.swing.text.AbstractDocument.AbstractElement
javax.swing.text.AbstractDocument.LeafElement
javax.swing.text.html.HTMLDocument.RunElement
- 所有已实现的接口:
-
Serializable
,AttributeSet
,Element
,MutableAttributeSet
,TreeNode
- 封闭类:
-
HTMLDocument
代表具有一组HTML字符级属性的文本块的元素。
-
Nested Class Summary
Nested classes/interfaces declared in interface javax.swing.text.AttributeSet
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
-
Field Summary
Fields declared in interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
-
Constructor Summary
ConstructorDescriptionRunElement
(Element parent, AttributeSet a, int offs0, int offs1) 构造一个代表文档中内容的元素(没有子元素)。 -
Method Summary
Methods declared in class javax.swing.text.AbstractDocument.LeafElement
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, toString
Methods declared in class javax.swing.text.AbstractDocument.AbstractElement
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
-
Constructor Details
-
RunElement
构造一个代表文档中内容的元素(没有子元素)。- 参数:
-
parent
- 父元素 -
a
- 元素属性 -
offs0
- 起始偏移量(必须至少为0) -
offs1
- 结束偏移量(必须至少为offs0) - 自从:
- 1.4
-
-
Method Details
-
getName
获取元素的名称。- 指定者:
-
getName
在接口Element
- 覆盖:
-
getName
在类AbstractDocument.LeafElement
- 返回:
- 名称,如果没有则为null
-
getResolveParent
获取解析父级。在模型级别上,HTML属性不会被继承,因此我们重写此方法返回null。- 指定者:
-
getResolveParent
在接口AttributeSet
- 覆盖:
-
getResolveParent
在类AbstractDocument.AbstractElement
- 返回:
- null,没有
- 参见:
-