|
|||||||||
Home >> All >> javax >> [ accessibility overview ] | PREV NEXT |
Uses of Package
javax.accessibility
Classes in javax.accessibility used by javax.accessibility | |
Accessible
Implementing the Accessibility API must start with implementation of this interface at a bare minimum. |
|
AccessibleAction
If an object implements this interface then it must be able to perform one or more actions. |
|
AccessibleBundle
This serves as a base class for accessibility "enumerations". |
|
AccessibleComponent
Objects which are to be rendered to a screen as part of a graphical user interface should implement this interface. |
|
AccessibleContext
The minimum information that all accessible objects return. |
|
AccessibleEditableText
Objects which present editable textual information on the display should implement this interface. |
|
AccessibleHyperlink
This object encapsulates actions associated with navigating hypertext. |
|
AccessibleIcon
Objects which have an associated icon, such as buttons, should implement this interface. |
|
AccessibleKeyBinding
Objects which have keyboard bindings for mneumonics or shortcuts should implement this interface. |
|
AccessibleRelation
The relation between one accessible object and one or more other objects. |
|
AccessibleRelationSet
Describes all relations of an accessible object. |
|
AccessibleRole
The role of an accessible object. |
|
AccessibleSelection
If an object implements this interface then it must be able to control the selection of its children. |
|
AccessibleState
A state portion of an accessible object. |
|
AccessibleStateSet
Describes all elements of an accessible object's state. |
|
AccessibleTable
Objects which present information in a 2-dimensional table should implement this interface. |
|
AccessibleText
Objects which present textual information on the display should implement this interface. |
|
AccessibleTextSequence
This is a convenience class that encapsulates a String and a range. |
|
AccessibleValue
If an object implements this interface then it must be able to control a numerical value. |
|
|||||||||
Home >> All >> javax >> [ accessibility overview ] | PREV NEXT |