|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface javax.accessibility.AccessibleText
.
Documentation changed from old to new.
Added Methods | |
AccessibleIcon[] getAccessibleIcon() |
Get the AccessibleIcons associated with this object if one or more exist. |
AccessibleRelationSet getAccessibleRelationSet() |
Get the AccessibleRelationSet associated with this object if one exists. |
String getAfterIndex(int, |
Returns the String after a given index. |
String getAtIndex(int, |
Returns the String at a given index. |
String getBeforeIndex(int, |
Returns the String before a given index. |
int getCaretPosition() |
Return the zero-based offset of the caret. |
int getCharCount() |
Return the number of characters (valid indicies) |
AttributeSet getCharacterAttribute(int ) |
Return the AttributeSet for a given character at a given index |
Rectangle getCharacterBounds(int ) |
Determine the bounding box of the character at the given index into the string. |
int getIndexAtPoint(Point ) |
Given a point in local coordinates return the zero-based index of the character under that Point. |
String getSelectedText() |
Returns the portion of the text that is selected. |
int getSelectionEnd() |
Returns the end offset within the selected text. |
int getSelectionStart() |
Returns the start offset within the selected text. |
Changed Methods | ||
AccessibleAction getAccessibleAction() |
Documentation changed from old to new. |
Get the AccessibleAction associated with this object. |
int getAccessibleActionCount() |
Documentation changed from old to new. |
Returns the number of Actions available in this object. |
String getAccessibleName() |
Documentation changed from old to new. |
Returns the accessible name of this object. |
AccessibleText getAccessibleText() |
Documentation changed from old to new. Method was inherited from AccessibleContext, but is now defined locally. |
|
AccessibleValue getAccessibleValue() |
Documentation changed from old to new. |
Get the AccessibleValue associated with this object. |
Number getMinimumAccessibleValue() |
Documentation changed from old to new. |
Get the minimum value of this object as a Number. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |