|
|||||||||
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 and a range.
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 |
---|
public String text
public int startIndex
public int endIndex
Constructor Detail |
---|
public AccessibleTextSequence()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |