javax.accessibility
Interface AccessibleExtendedComponent

All Superinterfaces:
AccessibleComponent
All Known Implementing Classes:
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.JComponent.AccessibleJComponent, javax.swing.JLabel.AccessibleJLabel

public interface AccessibleExtendedComponent
extends AccessibleComponent

Untamed:


Method Summary
 AccessibleKeyBinding getAccessibleKeyBinding()
          Enabled: Returns key bindings associated with this object
 String getTitledBorderText()
          Enabled: Returns the titled border text
 String getToolTipText()
          Enabled: Returns the tool tip text
 
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

getToolTipText

public String getToolTipText()
Enabled: Returns the tool tip text

Returns:
the tool tip text, if supported, of the object; otherwise, null

getTitledBorderText

public String getTitledBorderText()
Enabled: Returns the titled border text

Returns:
the titled border text, if supported, of the object; otherwise, null

getAccessibleKeyBinding

public AccessibleKeyBinding getAccessibleKeyBinding()
Enabled: Returns key bindings associated with this object

Returns:
the key bindings, if supported, of the object; otherwise, null
See Also:
AccessibleKeyBinding


comments?