javax.accessibility
Class AccessibleTextSequence

java.lang.Object
  extended by javax.accessibility.AccessibleTextSequence

public class AccessibleTextSequence
extends Object

This is a convenience class that encapsulates a String and a range.

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text
The text of the sequence.


startIndex

public int startIndex
The starting index.


endIndex

public int endIndex
The ending index.

Constructor Detail

AccessibleTextSequence

public AccessibleTextSequence()
Create a new instance.