Uses of Package
javax.accessibility

Packages that use javax.accessibility
Package
Description
Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting graphics and images.
Defines a contract between user-interface components and an assistive technology that provides access to those components.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Contains classes and interfaces used by the JColorChooser component.
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Provides classes and interfaces for dealing with javax.swing.JTable.
Provides classes and interfaces that deal with editable and noneditable text components.
Provides the class HTMLEditorKit and supporting classes for creating HTML text editors.
Provides classes and interfaces for dealing with javax.swing.JTree.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    Class AccessibleRole determines the role of a component.
    Class AccessibleStateSet determines a component's state set.
  • Classes in javax.accessibility used by java.applet
    Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    Class AccessibleRole determines the role of a component.
    Class AccessibleStateSet determines a component's state set.
  • Classes in javax.accessibility used by java.awt
    Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleAction interface should be supported by any object that can perform one or more actions.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    Class AccessibleRole determines the role of a component.
    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.
    Class AccessibleStateSet determines a component's state set.
    The AccessibleText interface should be implemented by all classes that present textual information on the display.
    The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleAction interface should be supported by any object that can perform one or more actions.
    Base class used to maintain a strongly typed enumeration.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
    Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
    The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
    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.
    Class AccessibleRelation describes a relation between the object that implements the AccessibleRelation and one or more other objects.
    Class AccessibleRelationSet determines a component's relation set.
    Class AccessibleRole determines the role of a component.
    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.
    Class AccessibleState describes a component's particular state.
    Class AccessibleStateSet determines a component's state set.
    Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
    The AccessibleText interface should be implemented by all classes that present textual information on the display.
    This class collects together key details of a span of text.
    The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
  • Classes in javax.accessibility used by javax.swing
    Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleAction interface should be supported by any object that can perform one or more actions.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
    The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
    Class AccessibleExtendedTable provides extended information about a user-interface component that presents data in a two-dimensional table format.
    The AccessibleExtendedText interface contains additional methods not provided by the AccessibleText interface.
    Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext document
    The AccessibleHypertext class is the base class for all classes that present hypertext information on the display.
    The AccessibleIcon interface should be supported by any object that has an associated icon (e.g., buttons).
    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.
    Class AccessibleRelationSet determines a component's relation set.
    Class AccessibleRole determines the role of a component.
    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.
    Class AccessibleStateSet determines a component's state set.
    Class AccessibleTable describes a user-interface component that presents data in a two-dimensional table format.
    The AccessibleTableModelChange interface describes a change to the table model.
    The AccessibleText interface should be implemented by all classes that present textual information on the display.
    This class collects together key details of a span of text.
    The AccessibleValue interface should be supported by any object that supports a numerical value (e.g., a scroll bar).
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    AccessibleContext represents the minimum information all accessible objects return.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
    Class AccessibleRole determines the role of a component.
    Class AccessibleStateSet determines a component's state set.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    The AccessibleAction interface should be supported by any object that can perform one or more actions.
    The AccessibleComponent interface should be supported by any object that is rendered on the screen.
    AccessibleContext represents the minimum information all accessible objects return.
    The AccessibleEditableText interface should be implemented by all classes that present editable textual information on the display.
    The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen.
    The AccessibleExtendedText interface contains additional methods not provided by the AccessibleText interface.
    Class AccessibleRole determines the role of a component.
    Class AccessibleStateSet determines a component's state set.
    The AccessibleText interface should be implemented by all classes that present textual information on the display.
    This class collects together key details of a span of text.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.
    AccessibleContext represents the minimum information all accessible objects return.
  • Class
    Description
    Interface Accessible is the main interface for the accessibility package.