|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
public interface Style
與文檔中某個元素相關的屬性集合。因為這些通常用於字元和段落樣式與元素之間的關聯,所以就提供了這方面的操作。取得與元素關聯的其他自定義屬性將有效地成為層次結構中的名稱-值對,並且如果沒有在本地找到名稱(鍵),則會把請求轉發給父級。常用的屬性被分離了出來,以便採用更有效的替代實作。
巢狀類別摘要 |
---|
從介面 javax.swing.text.AttributeSet 繼承的巢狀類別/介面 |
---|
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute |
欄位摘要 |
---|
從介面 javax.swing.text.AttributeSet 繼承的欄位 |
---|
NameAttribute, ResolveAttribute |
方法摘要 | |
---|---|
void |
addChangeListener(ChangeListener l)
添加一個偵聽器,以便隨時追蹤屬性的更改。 |
String |
getName()
獲取樣式名稱。 |
void |
removeChangeListener(ChangeListener l)
移除追蹤屬性更改的偵聽器。 |
從介面 javax.swing.text.MutableAttributeSet 繼承的方法 |
---|
addAttribute, addAttributes, removeAttribute, removeAttributes, removeAttributes, setResolveParent |
從介面 javax.swing.text.AttributeSet 繼承的方法 |
---|
containsAttribute, containsAttributes, copyAttributes, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, isDefined, isEqual |
方法詳細資訊 |
---|
String getName()
null
。
void addChangeListener(ChangeListener l)
l
- 更改偵聽器void removeChangeListener(ChangeListener l)
l
- 更改偵聽器
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。