|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--javax.swing.text.SimpleAttributeSet
ハッシュテーブルを使用する、MutableAttributeSet の直接の実装です。
警告:
このクラスの直列化されたオブジェクトは、今後の Swing のリリースとは互換性を持ちません。現在の直列化サポートは、短期間の運用や、同じバージョンの Swing を実行するアプリケーション間の RMI に適しています。1.4 では、すべての JavaBeansTM の長期運用サポートが、 java.beans
パッケージに追加されました。XMLEncoder
を参照してください。
入れ子クラスの概要 |
クラス javax.swing.text.AttributeSet から継承した入れ子クラス |
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute |
フィールドの概要 | |
static AttributeSet |
EMPTY
空の属性セットです。 |
インタフェース javax.swing.text.AttributeSet から継承したフィールド |
NameAttribute, ResolveAttribute |
コンストラクタの概要 | |
SimpleAttributeSet()
新しい属性セットを作成します。 |
|
SimpleAttributeSet(AttributeSet source)
指定された属性セットに基づいて新しい属性セットを作成します。 |
メソッドの概要 | |
void |
addAttribute(Object name,
Object value)
リストに属性を追加します。 |
void |
addAttributes(AttributeSet attributes)
属性セットをリストに追加します。 |
Object |
clone()
属性セットを複製します。 |
boolean |
containsAttribute(Object name,
Object value)
属性リストに指定された属性名と値のペアがあるかどうかを判定します。 |
boolean |
containsAttributes(AttributeSet attributes)
属性リストに指定されたすべての名前と値のペアがあるかどうかを判定します。 |
AttributeSet |
copyAttributes()
属性のコピーを作成します。 |
boolean |
equals(Object obj)
このオブジェクトを指定されたオブジェクトと比較します。 |
Object |
getAttribute(Object name)
属性の値を取得します。 |
int |
getAttributeCount()
属性の数を返します。 |
Enumeration |
getAttributeNames()
セット内の属性の名前を返します。 |
AttributeSet |
getResolveParent()
解釈処理側の親を返します。 |
int |
hashCode()
この属性セットのためのハッシュコードを返します。 |
boolean |
isDefined(Object attrName)
指定された属性が定義されているかどうかを判定します。 |
boolean |
isEmpty()
属性セットが空かどうかを判定します。 |
boolean |
isEqual(AttributeSet attr)
2 つの属性セットを比較します。 |
void |
removeAttribute(Object name)
リストから属性を削除します。 |
void |
removeAttributes(AttributeSet attributes)
リストから属性セットを削除します。 |
void |
removeAttributes(Enumeration names)
リストから属性セットを削除します。 |
void |
setResolveParent(AttributeSet parent)
解釈処理側の親を設定します。 |
String |
toString()
属性セットを文字列に変換します。 |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public static final AttributeSet EMPTY
コンストラクタの詳細 |
public SimpleAttributeSet()
public SimpleAttributeSet(AttributeSet source)
source
- 属性セットメソッドの詳細 |
public boolean isEmpty()
public int getAttributeCount()
AttributeSet
内の getAttributeCount
public boolean isDefined(Object attrName)
AttributeSet
内の isDefined
attrName
- 属性名
public boolean isEqual(AttributeSet attr)
AttributeSet
内の isEqual
attr
- 2 番目の属性セット
public AttributeSet copyAttributes()
AttributeSet
内の copyAttributes
public Enumeration getAttributeNames()
AttributeSet
内の getAttributeNames
Enumeration
)public Object getAttribute(Object name)
AttributeSet
内の getAttribute
name
- 属性名
public boolean containsAttribute(Object name, Object value)
AttributeSet
内の containsAttribute
name
- 名前value
- 値
public boolean containsAttributes(AttributeSet attributes)
AttributeSet
内の containsAttributes
attributes
- 属性リスト
public void addAttribute(Object name, Object value)
MutableAttributeSet
内の addAttribute
name
- 属性名value
- 属性値public void addAttributes(AttributeSet attributes)
MutableAttributeSet
内の addAttributes
attributes
- 追加する属性セットpublic void removeAttribute(Object name)
MutableAttributeSet
内の removeAttribute
name
- 属性名public void removeAttributes(Enumeration names)
MutableAttributeSet
内の removeAttributes
names
- 削除する名前のセットpublic void removeAttributes(AttributeSet attributes)
MutableAttributeSet
内の removeAttributes
attributes
- 削除する属性セットpublic AttributeSet getResolveParent()
AttributeSet
内の getResolveParent
public void setResolveParent(AttributeSet parent)
MutableAttributeSet
内の setResolveParent
parent
- 親public Object clone()
Object
内の clone
Cloneable
public int hashCode()
Object
内の hashCode
Object.equals(java.lang.Object)
,
Hashtable
public boolean equals(Object obj)
true
になります。
Object
内の equals
obj
- この属性セットと比較されるオブジェクト
true
、そうでない場合は false
Object.hashCode()
,
Hashtable
public String toString()
Object
内の toString
|
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.