javax.accessibility
Interface Accessible
java.lang.Object
|
+--javax.accessibility.Accessible
public interface Accessible
Implementing the Accessibility API must start with implementation
of this interface at a bare minimum. This is the major interface
for the Accessibility API which must be implemented by all user
interface components.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
getAccessibleContext
public AccessibleContext getAccessibleContext()
If a component supports the Accessibility API then this method should
not return null
. Only classes which must extend an accessible
class, but must not itself be accessible, may return null.
Returns:
- the context associated with this accessible object