|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.text.AbstractDocument.AbstractElement | +--javax.swing.text.AbstractDocument.LeafElement | +--javax.swing.text.html.HTMLDocument.RunElement
HTML 文字レベル属性のセットが割り当てられているテキストのチャンクを表す要素です。
入れ子クラスの概要 |
クラス javax.swing.text.AttributeSet から継承した入れ子クラス |
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute |
フィールドの概要 |
インタフェース javax.swing.text.AttributeSet から継承したフィールド |
NameAttribute, ResolveAttribute |
コンストラクタの概要 | |
HTMLDocument.RunElement(Element parent,
AttributeSet a,
int offs0,
int offs1)
ドキュメント内のコンテンツを表す (子を持たない) 要素を作成します。 |
メソッドの概要 | |
String |
getName()
要素の名前を取得します。 |
AttributeSet |
getResolveParent()
解決処理側の親を返します。 |
クラス javax.swing.text.AbstractDocument.LeafElement から継承したメソッド |
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public HTMLDocument.RunElement(Element parent, AttributeSet a, int offs0, int offs1)
parent
- 親要素a
- 要素の属性offs0
- 開始オフセット (最小でも 0 でなければならない)offs1
- 終了オフセット (最小でも offs0 でなければならない)メソッドの詳細 |
public String getName()
Element
内の getName
AbstractDocument.LeafElement
内の getName
public AttributeSet getResolveParent()
AttributeSet
内の getResolveParent
AbstractDocument.AbstractElement
内の getResolveParent
AttributeSet.getResolveParent()
|
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.