All Implemented Interfaces:
AccessibleText
All Known Implementing Classes:
AccessibleJTextComponent, AccessibleJSpinner
The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display. Along with the AccessibleText interface, this interface provides the standard mechanism for an assistive technology to access that text via its content, attributes, and spatial location. Applications can determine if an object supports the AccessibleEditableText interface by first obtaining its AccessibleContext (see Accessible ) and then calling the AccessibleContext#getAccessibleEditableText method of AccessibleContext. If the return value is not null, the object supports this interface.
Lynn
- Monsanto1.4
- Method from javax.accessibility.AccessibleEditableText Summary: |
---|
cut, delete, getTextRange, insertTextAtIndex, paste, replaceText, selectText, setAttributes, setTextContents |
Method from javax.accessibility.AccessibleEditableText Detail: |
---|
|
|
|
|
|
|
|
|
|