Generated by
JDiff

Class javax.swing.text.JTextComponent.AccessibleJTextComponent

Documentation changed from old to new.

Changed Methods
void changedUpdate(DocumentEvent) Documentation changed from old to new.
Handles document remove (fire appropriate property change event which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
AccessibleText getAccessibleText() Documentation changed from old to new.
Get the AccessibleText associated with this object.
Rectangle getCharacterBounds(int) Documentation changed from old to new.
Determines the bounding box of the character at the given index into the string.
void insertUpdate(DocumentEvent) Documentation changed from old to new.
Handles document insert (fire appropriate property change event which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
void removeUpdate(DocumentEvent) Documentation changed from old to new.
Handles document remove (fire appropriate property change event which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).