javax.swing.text
クラス DefaultStyledDocument.SectionElement
java.lang.Object
|
+--javax.swing.text.AbstractDocument.AbstractElement
|
+--javax.swing.text.AbstractDocument.BranchElement
|
+--javax.swing.text.DefaultStyledDocument.SectionElement
- すべての実装インタフェース:
- AttributeSet, Element, MutableAttributeSet, Serializable, TreeNode
- 含まれているクラス:
- DefaultStyledDocument
- protected class DefaultStyledDocument.SectionElement
- extends AbstractDocument.BranchElement
ドキュメントのデフォルトルート要素で、含まれる段落や行をマッピングします。
警告:
このクラスの直列化されたオブジェクトは、今後の Swing のリリースとは互換性を持ちません。現在の直列化サポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 では、すべての JavaBeansTM の長期運用サポートが、 java.beans
パッケージに追加されました。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, finalize, 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
- 戻り値:
- 名前
バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。 Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.