|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.accessibility.AccessibleTextSequence
public class AccessibleTextSequence
This is a convenience class that encapsulates a string of text and a range specifying where, within a larger body of text, the string may be found.
Field Summary | |
---|---|
int |
endIndex
The ending index. |
int |
startIndex
The starting index. |
String |
text
The text of the sequence. |
Constructor Summary | |
---|---|
AccessibleTextSequence(int start,
int end,
String txt)
Create a new instance. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String text
public int startIndex
public int endIndex
Constructor Detail |
---|
public AccessibleTextSequence(int start, int end, String txt)
start
- the initial index of the text within a larger
body of text.end
- the final index of the text within a larger body
of text.txt
- the text itself.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |