JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
介面 Style

所有父級介面:
AttributeSet, MutableAttributeSet
所有已知實作類別:
StyleContext.NamedStyle

public interface Style
extends MutableAttributeSet

與文檔中某個元素相關的屬性集合。因為這些通常用於字元和段落樣式與元素之間的關聯,所以就提供了這方面的操作。取得與元素關聯的其他自定義屬性將有效地成為層次結構中的名稱-值對,並且如果沒有在本地找到名稱(鍵),則會把請求轉發給父級。常用的屬性被分離了出來,以便採用更有效的替代實作。


巢狀類別摘要
 
從介面 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
 

方法詳細資訊

getName

String getName()
獲取樣式名稱。不要求命名樣式,因此如果沒有與此樣式相關的名稱,則返回 null

返回:
名稱

addChangeListener

void addChangeListener(ChangeListener l)
添加一個偵聽器,以便隨時追蹤屬性的更改。

參數:
l - 更改偵聽器

removeChangeListener

void removeChangeListener(ChangeListener l)
移除追蹤屬性更改的偵聽器。

參數:
l - 更改偵聽器

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only