|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interfaces javax.accessibility.AccessibleAction, javax.accessibility.AccessibleEditableText
.
Documentation changed from old to new.
Changed Constructors | ||
void ) |
Change in type from JTextComponent to void . |
Constructs an AccessibleJTextComponent. |
Added Methods | |
void cut(int, |
Cuts the text between two indices into the system clipboard. |
void delete(int, |
Deletes the text between two indices |
boolean doAccessibleAction(int ) |
Performs the specified Action on the object |
int getAccessibleActionCount() |
Returns the number of accessible actions available in this object If there are more than one the first one is considered the "default" action of the object. |
String getAccessibleActionDescription(int ) |
Returns a description of the specified action of the object. |
AccessibleEditableText getAccessibleEditableText() |
Returns the AccessibleEditableText interface for this text component. |
String getTextRange(int, |
Returns the text string between two indices. |
void insertTextAtIndex(int, |
Inserts the specified string at the given index |
void paste(int ) |
Pastes the text from the system clipboard into the text starting at the specified index. |
void replaceText(int, |
Replaces the text between two indices with the specified string. |
void selectText(int, |
Selects the text between two indices. |
void setAttributes(int, |
Sets attributes for the text between two indices. |
void setTextContents(String ) |
Sets the text contents to the specified string. |
Changed Methods | ||
AccessibleAction getAccessibleAction() |
Documentation changed from old to new. Method was inherited from AccessibleContext, but is now defined locally. |
|
String getAfterIndex(int, |
Documentation changed from old to new. |
|
String getAtIndex(int, |
Documentation changed from old to new. |
|
String getBeforeIndex(int, |
Documentation changed from old to new. |
|
int getCharCount() |
Documentation changed from old to new. |
Returns the number of characters (valid indices) |
Rectangle getCharacterBounds(int ) |
Documentation changed from old to new. |
Determines the bounding box of the character at the given index into the string. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |