|
|||||||||
| Home >> All >> javax >> [ accessibility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.accessibility
Class AccessibleTextSequence

java.lang.Objectjavax.accessibility.AccessibleTextSequence
- public class AccessibleTextSequence
- extends java.lang.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. |
java.lang.String |
text
The text of the sequence. |
| Constructor Summary | |
AccessibleTextSequence()
Create a new instance. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
text
public java.lang.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.
|
|||||||||
| Home >> All >> javax >> [ accessibility overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.accessibility.AccessibleTextSequence