Java javax.accessibility AccessibleContext fields, constructors, methods, implement or subclass

Example usage for Java javax.accessibility AccessibleContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.accessibility AccessibleContext.

The text is from its open source code.

Field

StringACCESSIBLE_NAME_PROPERTY
Constant used to determine when the #accessibleName property has changed.
StringACCESSIBLE_DESCRIPTION_PROPERTY
Constant used to determine when the #accessibleDescription property has changed.
StringACCESSIBLE_STATE_PROPERTY
Constant used to determine when the accessibleStateSet property has changed.

Constructor

Method

AccessibleActiongetAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions.
AccessiblegetAccessibleChild(int i)
Returns the specified Accessible child of the object.
intgetAccessibleChildrenCount()
Returns the number of accessible children of the object.
AccessibleComponentgetAccessibleComponent()
Gets the AccessibleComponent associated with this object that has a graphical representation.
StringgetAccessibleDescription()
Gets the accessibleDescription property of this object.
AccessibleIcon[]getAccessibleIcon()
Gets the AccessibleIcons associated with an object that has one or more associated icons.
StringgetAccessibleName()
Gets the accessibleName property of this object.
AccessibleRelationSetgetAccessibleRelationSet()
Gets the AccessibleRelationSet associated with an object.
AccessibleSelectiongetAccessibleSelection()
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
AccessibleTablegetAccessibleTable()
Gets the AccessibleTable associated with an object.
AccessibleTextgetAccessibleText()
Gets the AccessibleText associated with this object presenting text on the display.
AccessibleValuegetAccessibleValue()
Gets the AccessibleValue associated with this object that supports a Numerical value.
voidsetAccessibleDescription(String s)
Sets the accessible description of this object.
voidsetAccessibleName(String s)
Sets the localized accessible name of this object.