public class AccessibleAttributeSequence extends Object
AccessibleContext
实现用于生成
ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED
事件。
Modifier and Type | Field and Description |
---|---|
AttributeSet |
attributes
文本属性
|
int |
endIndex
文本序列的结束索引
|
int |
startIndex
文本序列的起始索引
|
Constructor and Description |
---|
AccessibleAttributeSequence(int start, int end, AttributeSet attr)
构建与给定的参数
AccessibleAttributeSequence 。
|
public int startIndex
public int endIndex
public AttributeSet attributes
public AccessibleAttributeSequence(int start, int end, AttributeSet attr)
AccessibleAttributeSequence
。
start
-文本跨度开始指数
end
-文本的广度指数结束
attr
-这个文本跨共享
AttributeSet
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.