|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.accessibility.AccessibleAttributeSequence
public class AccessibleAttributeSequence
此類別彙集共享相同連續屬性集的文本的跨度,以及該屬性集。此方法供 AccessibleContext
類別的實作者使用,以便產生 ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
事件。
AccessibleContext
,
AccessibleContext.ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
欄位摘要 | |
---|---|
AttributeSet |
attributes
文本屬性 |
int |
endIndex
文本序列的結束索引 |
int |
startIndex
文本序列的起始索引 |
建構子摘要 | |
---|---|
AccessibleAttributeSequence(int start,
int end,
AttributeSet attr)
建構帶有給定參數的 AccessibleAttributeSequence 。 |
方法摘要 |
---|
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public int startIndex
public int endIndex
public AttributeSet attributes
建構子詳細資訊 |
---|
public AccessibleAttributeSequence(int start, int end, AttributeSet attr)
AccessibleAttributeSequence
。
start
- 文本區域開始處的索引end
- 文本區域結束處的索引attr
- 此文本區域所共享的 AttributeSet
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。