public interface AccessibleExtendedComponent extends AccessibleComponent
AccessibleContext.getAccessibleComponent()
method.
If the return value is not null and the type of the return value is
AccessibleExtendedComponent, the object supports this interface.Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext.getAccessibleComponent()
Modifier and Type | Method and Description |
---|---|
AccessibleKeyBinding |
getAccessibleKeyBinding()
Returns key bindings associated with this object
|
String |
getTitledBorderText()
Returns the titled border text
|
String |
getToolTipText()
Returns the tool tip text
|
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()
AccessibleKeyBinding
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2023, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.