|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface MutableAttributeSet
獨特屬性的可變集合的通用介面。 實作可能需要提供以下形式的建構子:public XXXAttributeSet(ConstAttributeSet source);
巢狀類別摘要 |
---|
從介面 javax.swing.text.AttributeSet 繼承的巢狀類別/介面 |
---|
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute |
欄位摘要 |
---|
從介面 javax.swing.text.AttributeSet 繼承的欄位 |
---|
NameAttribute, ResolveAttribute |
方法摘要 | |
---|---|
void |
addAttribute(Object name,
Object value)
創建一個與此屬性集類似的新屬性集,不同之處在於它包含具有給定名稱和值的屬性。 |
void |
addAttributes(AttributeSet attributes)
創建一個與此屬性集類似的新屬性集,不同之處在於它包含具有給定名稱和值的屬性。 |
void |
removeAttribute(Object name)
移除具有給定 name 的屬性。 |
void |
removeAttributes(AttributeSet attributes)
移除具有給定 name 的屬性集。 |
void |
removeAttributes(Enumeration<?> names)
移除具有給定 name 的屬性集。 |
void |
setResolveParent(AttributeSet parent)
設置正解析的父級。 |
從介面 javax.swing.text.AttributeSet 繼承的方法 |
---|
containsAttribute, containsAttributes, copyAttributes, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, isDefined, isEqual |
方法詳細資訊 |
---|
void addAttribute(Object name, Object value)
name
- 名稱value
- 值void addAttributes(AttributeSet attributes)
attributes
- 屬性集void removeAttribute(Object name)
name
的屬性。
name
- 屬性名稱void removeAttributes(Enumeration<?> names)
name
的屬性集。
names
- 名稱集void removeAttributes(AttributeSet attributes)
name
的屬性集。
attributes
- 屬性集void setResolveParent(AttributeSet parent)
parent
- 父級
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。