public interface Accessible
Interface Accessible is the main interface for the accessibility package. All components that support the accessibility package must implement this interface. It contains a single method, getAccessibleContext(), which returns an instance of the class AccessibleContext.getAccessibleContext
public AccessibleContext getAccessibleContext()Returns the AccessibleContext associated with this object. In most cases, the return value should not be null if the object implements interface Accessible. If a component developer creates a subclass of an object that implements Accessible, and that subclass is not Accessible, the developer should override the getAccessibleContext method to return null. 这是Java文档给出的解释。

解决方案 »

  1.   

    Interface Accessible is the main interface for the accessibility package.这句话看不懂是什么意思?麻烦翻译一下!
      

  2.   

    就是accessibility package里面的类都继承Interface Accessible 
    不知说的对不
      

  3.   

    Interface Accessible is the main interface for the accessibility package.
    ——应该是说Accessible接口是用于包访问权限的主要接口。
      

  4.   

    accessibility,给一些残疾人士方便使用的功能。好了,剩下的就明白了。
      

  5.   

    accessibility,给一些残疾人士方便使用的功能。是真还是假?