javax.swing.text
類別 DefaultStyledDocument.SectionElement
java.lang.Object
javax.swing.text.AbstractDocument.AbstractElement
javax.swing.text.AbstractDocument.BranchElement
javax.swing.text.DefaultStyledDocument.SectionElement
- 所有已實作的介面:
- Serializable, AttributeSet, Element, MutableAttributeSet, TreeNode
- 正在封閉類別:
- DefaultStyledDocument
protected class DefaultStyledDocument.SectionElement
- extends AbstractDocument.BranchElement
文檔的預設根元素... 與所包含的段落/行對應。
警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans
套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder
。
從類別 javax.swing.text.AbstractDocument.BranchElement 繼承的方法 |
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, positionToElement, replace, toString |
從類別 javax.swing.text.AbstractDocument.AbstractElement 繼承的方法 |
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, getResolveParent, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent |
DefaultStyledDocument.SectionElement
public DefaultStyledDocument.SectionElement()
- 創建新 SectionElement。
getName
public String getName()
- 獲得元素的名稱。
- 指定者:
- 介面
Element
中的 getName
- 覆寫:
- 類別
AbstractDocument.BranchElement
中的 getName
- 返回:
- 名稱
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。