Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:

Method Summary

javax.accessibility.AccessibleContextgetAccessibleContext()

If a component supports the Accessibility API then this method should not return null.

Method Details

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: