|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.accessibility
类 AccessibleTextSequence
java.lang.Object javax.accessibility.AccessibleTextSequence
-
public class AccessibleTextSequence
- extends Object
关于连续文本序列的信息。
字段摘要 | |
---|---|
int |
endIndex |
int |
startIndex |
String |
text |
构造方法摘要 | |
---|---|
AccessibleTextSequence() |
方法摘要 |
---|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
startIndex
public int startIndex
endIndex
public int endIndex
text
public String text
构造方法详细信息 |
---|
AccessibleTextSequence
public AccessibleTextSequence()
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |