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()
Create a new instance. | |