javax.accessibility

Interface 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: 1.2

UNKNOWN: updated to 1.4

Method Summary
AccessibleContextgetAccessibleContext()
If a component supports the Accessibility API then this method should not return null.

Method Detail

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