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 
- 
コンストラクタの詳細
- 
SectionElement
public SectionElement()新しいSectionElementを作成します。 
 - 
 - 
メソッドの詳細
- 
getName
public String getName()要素の名前を返します。- 定義:
 getName、インタフェース:Element- オーバーライド:
 getName、クラス:AbstractDocument.BranchElement- 戻り値:
 - 名前
 
 
 -