javax.accessibility
public class AccessibleTextSequence extends Object
Since: 1.5
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.
|
Parameters: 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.
Since: 1.6