public interface AccessibleExtendedComponent extends AccessibleComponent
The AccessibleContext.getAccessibleComponent()
method
should return an instance of this interface only when it is supported.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleComponent()
Modifier and Type | Method and Description |
---|---|
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.
|
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
String getToolTipText()
String getTitledBorderText()
AccessibleKeyBinding getAccessibleKeyBinding()