Example usage for Java javax.accessibility AccessibleContext fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ACCESSIBLE_NAME_PROPERTY Constant used to determine when the #accessibleName property has changed. |
String | ACCESSIBLE_DESCRIPTION_PROPERTY Constant used to determine when the #accessibleDescription property has changed. |
String | ACCESSIBLE_STATE_PROPERTY Constant used to determine when the accessibleStateSet property has changed. |
AccessibleAction | getAccessibleAction() Gets the AccessibleAction associated with this object that supports one or more actions. |
Accessible | getAccessibleChild(int i) Returns the specified Accessible child of the object. |
int | getAccessibleChildrenCount() Returns the number of accessible children of the object. |
AccessibleComponent | getAccessibleComponent() Gets the AccessibleComponent associated with this object that has a graphical representation. |
String | getAccessibleDescription() Gets the accessibleDescription property of this object. |
AccessibleIcon[] | getAccessibleIcon() Gets the AccessibleIcons associated with an object that has one or more associated icons. |
String | getAccessibleName() Gets the accessibleName property of this object. |
AccessibleRelationSet | getAccessibleRelationSet() Gets the AccessibleRelationSet associated with an object. |
AccessibleSelection | getAccessibleSelection() Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected. |
AccessibleTable | getAccessibleTable() Gets the AccessibleTable associated with an object. |
AccessibleText | getAccessibleText() Gets the AccessibleText associated with this object presenting text on the display. |
AccessibleValue | getAccessibleValue() Gets the AccessibleValue associated with this object that supports a Numerical value. |
void | setAccessibleDescription(String s) Sets the accessible description of this object. |
void | setAccessibleName(String s) Sets the localized accessible name of this object. |