|
JavaTM 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 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。