This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


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.
AccessibleEditableText The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
AccessibleExtendedComponent The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
AccessibleExtendedTable Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
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 javax.accessibility.Accessible) and then calling the javax.accessibility.AccessibleContext.getAccessibleText method of AccessibleContext.
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).
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.
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.
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.
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
AccessibleAttributeSequence This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes.
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 A resource bundle containing the localized strings in the accessibility package.
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.
AccessibleTextSequence This class collects together key details of a span of text.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.