|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
AccessibleContext |
getAccessibleContext()
If a component supports the Accessibility API then this method should not return null . |
Method Detail |
---|
AccessibleContext getAccessibleContext()
null
. Only classes which must extend an accessible
class, but must not itself be accessible, may return null.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |