|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.text.AbstractDocument.AbstractElement | +--javax.swing.text.AbstractDocument.BranchElement
他の要素を含む複合要素を実装します。
警告:
このクラスの直列化されたオブジェクトは、今後の Swing のリリースとは互換性を持ちません。現在の直列化サポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 では、すべての JavaBeansTM の長期運用サポートが、 java.beans
パッケージに追加されました。XMLEncoder
を参照してください。
入れ子クラスの概要 |
クラス javax.swing.text.AttributeSet から継承した入れ子クラス |
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute |
フィールドの概要 |
インタフェース javax.swing.text.AttributeSet から継承したフィールド |
NameAttribute, ResolveAttribute |
コンストラクタの概要 | |
AbstractDocument.BranchElement(Element parent,
AttributeSet a)
最初は子を含まない、複合要素を作成します。 |
メソッドの概要 | |
Enumeration |
children()
レシーバの子を Enumeration で返します。 |
boolean |
getAllowsChildren()
レシーバが子を許可する場合は true を返します。 |
Element |
getElement(int index)
子要素を取得します。 |
int |
getElementCount()
要素の子の数を取得します。 |
int |
getElementIndex(int offset)
指定されたモデルオフセットに最も近い子要素インデックスを取得します。 |
int |
getEndOffset()
要素のモデル内での終了オフセットを取得します。 |
String |
getName()
要素の名前を取得します。 |
int |
getStartOffset()
要素のモデル内での開始オフセットを取得します。 |
boolean |
isLeaf()
要素が葉かどうかを調べます。 |
Element |
positionToElement(int pos)
指定されたモデル位置を含む子要素を取得します。 |
void |
replace(int offset,
int length,
Element[] elems)
コンテンツを要素の新規セットで置き換えます。 |
String |
toString()
要素を文字列に変換します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public AbstractDocument.BranchElement(Element parent, AttributeSet a)
parent
- 親要素a
- 要素の属性メソッドの詳細 |
public Element positionToElement(int pos)
pos
- 位置 >= 0
public void replace(int offset, int length, Element[] elems)
offset
- 開始オフセット >= 0length
- 置き換える長さ >= 0elems
- 新規要素public String toString()
Object
内の toString
public String getName()
Element
内の getName
AbstractDocument.AbstractElement
内の getName
public int getStartOffset()
Element
内の getStartOffset
AbstractDocument.AbstractElement
内の getStartOffset
public int getEndOffset()
Element
内の getEndOffset
AbstractDocument.AbstractElement
内の getEndOffset
public Element getElement(int index)
Element
内の getElement
AbstractDocument.AbstractElement
内の getElement
index
- 子のインデックス >= 0 && < getElementCount()
public int getElementCount()
Element
内の getElementCount
AbstractDocument.AbstractElement
内の getElementCount
public int getElementIndex(int offset)
Element
内の getElementIndex
AbstractDocument.AbstractElement
内の getElementIndex
offset
- オフセット >= 0
public boolean isLeaf()
Element
内の isLeaf
AbstractDocument.AbstractElement
内の isLeaf
public boolean getAllowsChildren()
TreeNode
内の getAllowsChildren
AbstractDocument.AbstractElement
内の getAllowsChildren
public Enumeration children()
Enumeration
で返します。
TreeNode
内の children
AbstractDocument.AbstractElement
内の children
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.