|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleExtendedComponent
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.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleComponent()
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. |
Methods inherited from interface javax.accessibility.AccessibleComponent |
---|
addFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
Method Detail |
---|
String getToolTipText()
String getTitledBorderText()
AccessibleKeyBinding getAccessibleKeyBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |