Java プラットフォーム 1.2

javax.swing.text
クラス DefaultStyledDocument.SectionElement

java.lang.Object
  |
  +--javax.swing.text.AbstractDocument.AbstractElement
        |
        +--javax.swing.text.AbstractDocument.BranchElement
              |
              +--javax.swing.text.DefaultStyledDocument.SectionElement

protected class DefaultStyledDocument.SectionElement
extends AbstractDocument.BranchElement

ドキュメントのデフォルトのルート要素です。ドキュメント内の段落/行を詳細に設定します。

警告: このクラスの直列化されたオブジェクトは、今後の Swing リリースと互換ではなくなる予定です。現在の直列化のサポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。今後の Swing リリースでは、長期間の持続性をサポートする予定です。

関連項目:
直列化された形式

コンストラクタの概要
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, finalize, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, getResolveParent, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DefaultStyledDocument.SectionElement

public DefaultStyledDocument.SectionElement()
新しい SectionElement を作成します。
メソッドの詳細

getName

public String getName()
要素の名前を取得します。
戻り値:
名前
オーバーライド:
クラス AbstractDocument.BranchElement 内の getName

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.