Uses of Package
javax.accessibility
-
Packages that use javax.accessibility Package Description com.sun.java.accessibility.util Provides a collection of interfaces and classes that compose the Java Accessibility Utilities.java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.javax.accessibility Defines a contract between user-interface components and an assistive technology that provides access to those components.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.colorchooser Contains classes and interfaces used by theJColorChooser
component.javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.javax.swing.plaf.multi Provides user interface objects that combine two or more look and feels.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable
.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.text.html Provides the classHTMLEditorKit
and supporting classes for creating HTML text editors.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree
. -
Classes in javax.accessibility used by com.sun.java.accessibility.util Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set. -
Classes in javax.accessibility used by java.applet Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set. -
Classes in javax.accessibility used by java.awt Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleAction TheAccessibleAction
interface should be supported by any object that can perform one or more actions.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleSelection ThisAccessibleSelection
interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set.AccessibleText TheAccessibleText
interface should be implemented by all classes that present textual information on the display.AccessibleValue TheAccessibleValue
interface should be supported by any object that supports a numerical value (e.g., a scroll bar). -
Classes in javax.accessibility used by javax.accessibility Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleAction TheAccessibleAction
interface should be supported by any object that can perform one or more actions.AccessibleBundle Base class used to maintain a strongly typed enumeration.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleEditableText TheAccessibleEditableText
interface should be implemented by all classes that present editable textual information on the display.AccessibleHyperlink Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext documentAccessibleIcon TheAccessibleIcon
interface should be supported by any object that has an associated icon (e.g., buttons).AccessibleKeyBinding TheAccessibleKeyBinding
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 ClassAccessibleRelation
describes a relation between the object that implements theAccessibleRelation
and one or more other objects.AccessibleRelationSet ClassAccessibleRelationSet
determines a component's relation set.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleSelection ThisAccessibleSelection
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 ClassAccessibleState
describes a component's particular state.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set.AccessibleTable ClassAccessibleTable
describes a user-interface component that presents data in a two-dimensional table format.AccessibleText TheAccessibleText
interface should be implemented by all classes that present textual information on the display.AccessibleTextSequence This class collects together key details of a span of text.AccessibleValue TheAccessibleValue
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 Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleAction TheAccessibleAction
interface should be supported by any object that can perform one or more actions.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleEditableText TheAccessibleEditableText
interface should be implemented by all classes that present editable textual information on the display.AccessibleExtendedComponent TheAccessibleExtendedComponent
interface should be supported by any object that is rendered on the screen.AccessibleExtendedTable ClassAccessibleExtendedTable
provides extended information about a user-interface component that presents data in a two-dimensional table format.AccessibleExtendedText TheAccessibleExtendedText
interface contains additional methods not provided by theAccessibleText
interface.AccessibleHyperlink Encapsulation of a link, or set of links (e.g. client side imagemap) in a Hypertext documentAccessibleHypertext TheAccessibleHypertext
class is the base class for all classes that present hypertext information on the display.AccessibleIcon TheAccessibleIcon
interface should be supported by any object that has an associated icon (e.g., buttons).AccessibleKeyBinding TheAccessibleKeyBinding
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.AccessibleRelationSet ClassAccessibleRelationSet
determines a component's relation set.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleSelection ThisAccessibleSelection
interface provides the standard mechanism for an assistive technology to determine what the current selected children are, as well as modify the selection set.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set.AccessibleTable ClassAccessibleTable
describes a user-interface component that presents data in a two-dimensional table format.AccessibleTableModelChange TheAccessibleTableModelChange
interface describes a change to the table model.AccessibleText TheAccessibleText
interface should be implemented by all classes that present textual information on the display.AccessibleTextSequence This class collects together key details of a span of text.AccessibleValue TheAccessibleValue
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.colorchooser Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package. -
Classes in javax.accessibility used by javax.swing.plaf Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package. -
Classes in javax.accessibility used by javax.swing.plaf.basic Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return. -
Classes in javax.accessibility used by javax.swing.plaf.metal Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package. -
Classes in javax.accessibility used by javax.swing.plaf.multi Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package. -
Classes in javax.accessibility used by javax.swing.table Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleExtendedComponent TheAccessibleExtendedComponent
interface should be supported by any object that is rendered on the screen.AccessibleRole ClassAccessibleRole
determines the role of a component. -
Classes in javax.accessibility used by javax.swing.text Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleAction TheAccessibleAction
interface should be supported by any object that can perform one or more actions.AccessibleComponent TheAccessibleComponent
interface should be supported by any object that is rendered on the screen.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return.AccessibleEditableText TheAccessibleEditableText
interface should be implemented by all classes that present editable textual information on the display.AccessibleExtendedComponent TheAccessibleExtendedComponent
interface should be supported by any object that is rendered on the screen.AccessibleExtendedText TheAccessibleExtendedText
interface contains additional methods not provided by theAccessibleText
interface.AccessibleRole ClassAccessibleRole
determines the role of a component.AccessibleStateSet ClassAccessibleStateSet
determines a component's state set.AccessibleText TheAccessibleText
interface should be implemented by all classes that present textual information on the display.AccessibleTextSequence This class collects together key details of a span of text. -
Classes in javax.accessibility used by javax.swing.text.html Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.AccessibleContext AccessibleContext
represents the minimum information all accessible objects return. -
Classes in javax.accessibility used by javax.swing.tree Class Description Accessible InterfaceAccessible
is the main interface for the accessibility package.