Generated by
JDiff

Interface javax.accessibility.AccessibleText

Changed Methods
String getAfterIndex(int, int) Documentation changed from old to new.
Returns the String after a given index.
String getAtIndex(int, int) Documentation changed from old to new.
Returns the String at a given index.
String getBeforeIndex(int, int) Documentation changed from old to new.
Returns the String before a given index.
int getCaretPosition() Documentation changed from old to new.
Returns the zero-based offset of the caret.
int getCharCount() Documentation changed from old to new.
Returns the number of characters (valid indicies)
AttributeSet getCharacterAttribute(int) Documentation changed from old to new.
Returns the AttributeSet for a given character at a given index
Rectangle getCharacterBounds(int) Documentation changed from old to new.
Determines the bounding box of the character at the given index into the string.
int getIndexAtPoint(Point) Documentation changed from old to new.
Given a point in local coordinates return the zero-based index of the character under that Point.
 

Changed Fields
int CHARACTER Documentation changed from old to new.
Constant used to indicate that the part of the text that should be retrieved is a character.
int SENTENCE Documentation changed from old to new.
Constant used to indicate that the part of the text that should be retrieved is a sentence.
int WORD Documentation changed from old to new.
Constant used to indicate that the part of the text that should be retrieved is a word.