javax.accessibility
public interface AccessibleExtendedComponent extends AccessibleComponent
The AccessibleContext.getAccessibleComponent()
method
should return an instance of this interface only when it is supported.
Since: 1.2
See Also: Accessible AccessibleContext getAccessibleComponent
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
AccessibleKeyBinding | getAccessibleKeyBinding()
Returns the accessible key bindings for this component.
|
String | getTitledBorderText()
Returns the title border text for this component.
|
String | getToolTipText()
Returns the tool-tip text for this component.
|
Returns: the key bindings, or null if not supported
Returns: the titled border text, or null if not supported
Returns: the tool-tip, or null if not supported