Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.accessibility

Interface AccessibleExtendedComponent

java.lang.Object
|
+--javax.accessibility.AccessibleComponent
   |
   +--javax.accessibility.AccessibleExtendedComponent

All Implemented Interfaces:

AccessibleComponent


public interface AccessibleExtendedComponent

implements AccessibleComponent

Objects which present graphical components with extensions such as key bindings or tool-tips should implement this interface. Accessibility software can use the implementations of this interface to display the extended information of the component.

The AccessibleContext.getAccessibleComponent() method should return an instance of this interface only when it is supported.

Since:Author:See Also:

Method Summary

javax.accessibility.AccessibleKeyBindinggetAccessibleKeyBinding()

Returns the accessible key bindings for this component.
java.lang.StringgetTitledBorderText()

Returns the title border text for this component.
java.lang.StringgetToolTipText()

Returns the tool-tip text for this component.

Method Details

getAccessibleKeyBinding

public AccessibleKeyBinding getAccessibleKeyBinding()

Returns the accessible key bindings for this component.

Returns:


getTitledBorderText

public String getTitledBorderText()

Returns the title border text for this component.

Returns:


getToolTipText

public String getToolTipText()

Returns the tool-tip text for this component.

Returns: