Liking cljdoc? Tell your friends :D

javax.accessibility.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.

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.
raw docstring

get-accessible-contextclj

(get-accessible-context this)

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.

returns: the AccessibleContext associated with this object - javax.accessibility.AccessibleContext

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.

returns: the AccessibleContext associated with this object - `javax.accessibility.AccessibleContext`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close