Interfaces |
XAccessible |
This interface has to be implemented by any class that wants to be
accessible.
|
XAccessibleAction |
Implement this interface to give access to actions that can be executed
for accessible objects.
|
XAccessibleComponent |
The XAccessibleComponent interface should be supported by
any class that can be rendered on the screen.
|
XAccessibleContext |
Implement this interface for exposing various aspects of a class'
content.
|
XAccessibleEditableText |
Implement this interface to give read and write access to a text
representation.
|
XAccessibleEventBroadcaster |
makes it possible to register listeners which are called whenever
an accessibility event (see AccessibleEventObject ) occurs.
|
XAccessibleEventListener |
makes it possible to register a component as a listener, which is called whenever
an accessibility event occurs.
|
XAccessibleExtendedComponent |
The ::AccessibleExtendedComponent interface contains
additional methods to those of the ::AccessibleComponent
interface. These methods provide more seldom used information. The
division into two interfaces allows classes to support the more
frequently used methods of the ::AccessibleComponent
interface and only support the ::AccessibleExtendedComponent
interface if that makes sense for the class.
|
XAccessibleHyperlink |
Implement this interface to represent a hyperlink or a group of
hyperlinks.
|
XAccessibleHypertext |
Implement this interface to expose the hypertext structure of a document.
|
XAccessibleImage |
Implement this interface to represent images and icons.
|
XAccessibleKeyBinding |
This interface can be used to represent any number of key bindings which
then can be associated to a certain action.
|
XAccessibleRelationSet |
Implement this interface to give access to an object's set of relations.
|
XAccessibleSelection |
Implement this interface to represent a selection of accessible objects.
|
XAccessibleStateSet |
Implement this interface to represent a set of states.
|
XAccessibleTable |
Implement this interface to give access to a two-dimensional table.
|
XAccessibleText |
Implement this interface to give read-only access to a text.
|
XAccessibleValue |
Implement this interface to give access to a single numerical value.
|
Copyright © 2003 Sun Microsystems, Inc.