Home » openjdk-7 » javax » accessibility »

javax.accessibility

Interfaces:

Accessible   Interface Accessible is the main interface for the accessibility package.  code | html
AccessibleAction   The AccessibleAction interface should be supported by any object that can perform one or more actions.  code | html
AccessibleComponent   The AccessibleComponent interface should be supported by any object that is rendered on the screen.  code | html
AccessibleEditableText  

The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display. 

code | html
AccessibleExtendedComponent   The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.  code | html
AccessibleExtendedTable   Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.  code | html
AccessibleExtendedText  

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. 

code | html
AccessibleHypertext  

The AccessibleHypertext class is the base class for all classes that present hypertext information on the display. 

code | html
AccessibleIcon   The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).  code | html
AccessibleKeyBinding   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.  code | html
AccessibleSelection   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.  code | html
AccessibleStreamable   The AccessibleStreamable interface should be implemented by the AccessibleContext of any component that presents the raw stream behind a component on the display screen.  code | html
AccessibleTable   Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.  code | html
AccessibleTableModelChange   The AccessibleTableModelChange interface describes a change to the table model.  code | html
AccessibleText  

The AccessibleText interface should be implemented by all classes that present textual information on the display. 

code | html
AccessibleValue   The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).  code | html

Abstract Classes:

AccessibleBundle  

Base class used to maintain a strongly typed enumeration. 

code | html
AccessibleContext   AccessibleContext represents the minimum information all accessible objects return.  code | html
AccessibleHyperlink   Encapsulation of a link, or set of links (e.g.  code | html

Classes:

AccessibleAttributeSequence   This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes.  code | html
AccessibleRelation  

Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects. 

code | html
AccessibleRelationSet   Class AccessibleRelationSet determines a component's relation set.  code | html
AccessibleResourceBundle   A resource bundle containing the localized strings in the accessibility package.  code | html
AccessibleRole  

Class AccessibleRole determines the role of a component. 

code | html
AccessibleState  

Class AccessibleState describes a component's particular state. 

code | html
AccessibleStateSet   Class AccessibleStateSet determines a component's state set.  code | html
AccessibleTextSequence   This class collects together key details of a span of text.  code | html