Module java.desktop

Interface AccessibleExtendedComponent

    • Method Detail

      • getToolTipText

        String getToolTipText()
        Returns the tool tip text.
        Returns:
        the tool tip text, if supported, of the object; otherwise, null
      • getTitledBorderText

        String getTitledBorderText()
        Returns the titled border text.
        Returns:
        the titled border text, if supported, of the object; otherwise, null
      • getAccessibleKeyBinding

        AccessibleKeyBinding getAccessibleKeyBinding()
        Returns key bindings associated with this object.
        Returns:
        the key bindings, if supported, of the object; otherwise, null
        See Also:
        AccessibleKeyBinding