public interface AccessibleExtendedComponent extends AccessibleComponent
AccessibleContext.getAccessibleComponent()
方法。如果返回值不为空,返回值的类型是accessibleextendedcomponent,对象支持此接口。
Modifier and Type | Method and Description |
---|---|
AccessibleKeyBinding |
getAccessibleKeyBinding()
返回与此对象关联的键绑定
|
String |
getTitledBorderText()
返回标题为标题的边框文本
|
String |
getToolTipText()
返回工具提示文本
|
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, 2014, Oracle and/or its affiliates. All rights reserved.