Introduction - If you have any usage issues, please Google them yourself
Interface Accessible is the main interface for the accessibility package.
30: * All components that support
31: * the accessibility package must implement this interface.
32: * It contains a single method, {@link #getAccessibleContext}, which
33: * returns an instance of the class {@link AccessibleContext}.
34: *
35: * @version 1.1 11/24/97 20:34:48
36: * @author Peter Korn
37: * @author Hans Muller
38: * @author Willie Walker