API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.accessibility
Author(s)
Since
1.2
Version
Serial
Description
  Defines a contract between user-interface components and an assistive technology that provides access to those components.
See also:   
Accessible View Source Interface Accessible is the main interface for the accessibility package.
AccessibleAction View Source The AccessibleAction interface should be supported by any object that can perform one or more actions.
AccessibleAttributeSequence View Source This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes.
AccessibleBundle View Source Base class used to maintain a strongly typed enumeration.
AccessibleComponent View Source The AccessibleComponent interface should be supported by any object that is rendered on the screen.
AccessibleContext View Source AccessibleContext represents the minimum information all accessible objects return.
AccessibleEditableText View Source The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
AccessibleExtendedComponent View Source The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
AccessibleExtendedTable View Source Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
AccessibleExtendedText View Source The AccessibleExtendedText interface contains additional methods not provided by the AccessibleText interface Applications can determine if an object supports the AccessibleExtendedText interface by first obtaining its AccessibleContext (see Accessible) and then calling the AccessibleContext.getAccessibleText() method of AccessibleContext.
AccessibleHyperlink View Source Encapsulation of a link, or set of links (e.g.
AccessibleHypertext View Source The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
AccessibleIcon View Source The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
AccessibleKeyBinding View Source The AccessibleKeyBinding interface should be supported by any object that has a keyboard bindings such as a keyboard mnemonic and/or keyboard shortcut which can be used to select the object.
AccessibleRelation View Source Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
AccessibleRelationSet View Source Class AccessibleRelationSet determines a component's relation set.
AccessibleResourceBundle View Source A resource bundle containing the localized strings in the accessibility package.
AccessibleRole View Source Class AccessibleRole determines the role of a component.
AccessibleSelection View Source This AccessibleSelection interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.
AccessibleState View Source Class AccessibleState describes a component's particular state.
AccessibleStateSet View Source Class AccessibleStateSet determines a component's state set.
AccessibleStreamable View Source The AccessibleStreamable interface should be implemented by the AccessibleContext of any component that presents the raw stream behind a component on the display screen.
AccessibleTable View Source Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
AccessibleTableModelChange View Source The AccessibleTableModelChange interface describes a change to the table model.
AccessibleText View Source The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleTextSequence View Source This class collects together key details of a span of text.
AccessibleValue View Source The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar