Liking cljdoc? Tell your friends :D

javax.accessibility.AccessibleExtendedComponent

The AccessibleExtendedComponent interface should be supported by any object that is rendered on the screen. This interface provides the standard mechanism for an assistive technology to determine the extended graphical representation of an object. Applications can determine if an object supports the AccessibleExtendedComponent interface by first obtaining its AccessibleContext and then calling the AccessibleContext.getAccessibleComponent() method. If the return value is not null and the type of the return value is AccessibleExtendedComponent, the object supports this interface.

The AccessibleExtendedComponent interface should be supported by any object
that is rendered on the screen.  This interface provides the standard
mechanism for an assistive technology to determine the extended
graphical representation of an object.  Applications can determine
if an object supports the AccessibleExtendedComponent interface by first
obtaining its AccessibleContext
and then calling the
AccessibleContext.getAccessibleComponent() method.
If the return value is not null and the type of the return value is
AccessibleExtendedComponent, the object supports this interface.
raw docstring

get-accessible-key-bindingclj

(get-accessible-key-binding this)

Returns key bindings associated with this object

returns: the key bindings, if supported, of the object; otherwise, null - javax.accessibility.AccessibleKeyBinding

Returns key bindings associated with this object

returns: the key bindings, if supported, of the object;
 otherwise, null - `javax.accessibility.AccessibleKeyBinding`
raw docstring

get-titled-border-textclj

(get-titled-border-text this)

Returns the titled border text

returns: the titled border text, if supported, of the object; otherwise, null - java.lang.String

Returns the titled border text

returns: the titled border text, if supported, of the object;
 otherwise, null - `java.lang.String`
raw docstring

get-tool-tip-textclj

(get-tool-tip-text this)

Returns the tool tip text

returns: the tool tip text, if supported, of the object; otherwise, null - java.lang.String

Returns the tool tip text

returns: the tool tip text, if supported, of the object;
 otherwise, null - `java.lang.String`
raw docstring

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

× close