|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.accessibility
|
|||||||||||||||||
| Field Summary | |
|---|---|
int |
endIndex
The end index of the text sequence |
int |
startIndex
|
String |
text
The text |
| Constructor Summary | |
|---|---|
AccessibleTextSequence(int start,
int end,
String txt)
Constructs an AccessibleTextSequence with the given
parameters. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int startIndex
public int endIndex
public String text
| Constructor Detail |
|---|
public AccessibleTextSequence(int start,
int end,
String txt)
AccessibleTextSequence with the given
parameters.
start - the beginning index of the span of textend - the ending index of the span of texttxt - the String shared by this text span