JavaTM 2 Platform
Standard Ed. 6

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.AttributeSet 繼承的巢狀類別/介面
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
欄位摘要
 
從介面 javax.swing.text.AttributeSet 繼承的欄位
NameAttribute, ResolveAttribute
 
建構子摘要
DefaultStyledDocument.SectionElement()
          創建新 SectionElement。
 
方法摘要
 String getName()
          獲得元素的名稱。
 
從類別 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
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

DefaultStyledDocument.SectionElement

public DefaultStyledDocument.SectionElement()
創建新 SectionElement。

方法詳細資訊

getName

public String getName()
獲得元素的名稱。

指定者:
介面 Element 中的 getName
覆寫:
類別 AbstractDocument.BranchElement 中的 getName
返回:
名稱

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only