- 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以降、すべてのJavaBeans™用の長期間の格納サポートが java.beansパッケージに追加されています。XMLEncoderを参照してください。
- 
- 
ネストされたクラスのサマリー- 
インタフェース javax.swing.text.AttributeSetで宣言されたネストされたクラス/インタフェースAttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
- 
 - 
フィールドのサマリー- 
インタフェース javax.swing.text.AttributeSetで宣言されたフィールドNameAttribute, ResolveAttribute
 
- 
 - 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 SectionElement()新しいSectionElementを作成します。
 - 
メソッドのサマリー- 
クラス 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
 
- 
 
- 
- 
- 
メソッドの詳細- 
getNamepublic String getName() 要素の名前を返します。- 定義:
- getName、インタフェース:- Element
- オーバーライド:
- getName、クラス:- AbstractDocument.BranchElement
- 戻り値:
- 名前
 
 
- 
 
-