JavaTM 2 Platform
Std. Ed. v1.3.1

Package javax.accessibility

Interface Summary
Accessible Interface Accessible is the main interface for the accessibility package.
AccessibleAction The AccessibleAction interface should be supported by any object that can perform one or more actions.
AccessibleComponent The AccessibleComponent interface should be supported by any object that is rendered on the screen.
AccessibleHypertext The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
AccessibleIcon The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
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.
AccessibleTable Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
AccessibleTableModelChange The AccessibleTableModelChange interface describes a change to the table model.
AccessibleText The AccessibleText interface should be implemented by all classes that present textual information on the display.
AccessibleValue The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
 

Class Summary
AccessibleBundle Base class used to maintain a strongly typed enumeration.
AccessibleContext AccessibleContext represents the minimum information all accessible objects return.
AccessibleHyperlink Encapsulation of a link, or set of links (e.g.
AccessibleRelation Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
AccessibleRelationSet Class AccessibleRelationSet determines a component's relation set.
AccessibleResourceBundle Deprecated. This class is deprecated as of version 1.3 of the Java 2 Platform.
AccessibleRole Class AccessibleRole determines the role of a component.
AccessibleState Class AccessibleState describes a component's particular state.
AccessibleStateSet Class AccessibleStateSet determines a component's state set.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.