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.
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close