AbstractButton.AccessibleAbstractButton (Java Platform SE 8 ) (original) (raw)
Modifier and Type
Method
Description
boolean
[doAccessibleAction](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#doAccessibleAction-int-)(int i)
Perform the specified Action on the object
[AccessibleAction](../../javax/accessibility/AccessibleAction.html "interface in javax.accessibility")
[getAccessibleAction](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleAction--)()
Get the AccessibleAction associated with this object.
int
[getAccessibleActionCount](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleActionCount--)()
Returns the number of Actions available in this object.
[String](../../java/lang/String.html "class in java.lang")
[getAccessibleActionDescription](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleActionDescription-int-)(int i)
Return a description of the specified action of the object.
[AccessibleIcon](../../javax/accessibility/AccessibleIcon.html "interface in javax.accessibility")[]
[getAccessibleIcon](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleIcon--)()
Get the AccessibleIcons associated with this object if one or more exist.
[AccessibleKeyBinding](../../javax/accessibility/AccessibleKeyBinding.html "interface in javax.accessibility")
[getAccessibleKeyBinding](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleKeyBinding--)()
Returns key bindings associated with this object
[String](../../java/lang/String.html "class in java.lang")
[getAccessibleName](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleName--)()
Returns the accessible name of this object.
[AccessibleRelationSet](../../javax/accessibility/AccessibleRelationSet.html "class in javax.accessibility")
[getAccessibleRelationSet](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleRelationSet--)()
Get the AccessibleRelationSet associated with this object if one exists.
[AccessibleStateSet](../../javax/accessibility/AccessibleStateSet.html "class in javax.accessibility")
[getAccessibleStateSet](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleStateSet--)()
Get the state set of this object.
[AccessibleText](../../javax/accessibility/AccessibleText.html "interface in javax.accessibility")
[getAccessibleText](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleText--)()
Gets the AccessibleText associated with this object presenting text on the display.
[AccessibleValue](../../javax/accessibility/AccessibleValue.html "interface in javax.accessibility")
[getAccessibleValue](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAccessibleValue--)()
Get the AccessibleValue associated with this object.
[String](../../java/lang/String.html "class in java.lang")
[getAfterIndex](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAfterIndex-int-int-)(int part, int index)
Returns the String after a given index.
[String](../../java/lang/String.html "class in java.lang")
[getAtIndex](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getAtIndex-int-int-)(int part, int index)
Returns the String at a given index.
[String](../../java/lang/String.html "class in java.lang")
[getBeforeIndex](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getBeforeIndex-int-int-)(int part, int index)
Returns the String before a given index.
int
[getCaretPosition](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCaretPosition--)()
Return the zero-based offset of the caret.
[AttributeSet](../../javax/swing/text/AttributeSet.html "interface in javax.swing.text")
[getCharacterAttribute](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCharacterAttribute-int-)(int i)
Return the AttributeSet for a given character at a given index
[Rectangle](../../java/awt/Rectangle.html "class in java.awt")
[getCharacterBounds](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCharacterBounds-int-)(int i)
Determine the bounding box of the character at the given index into the string.
int
[getCharCount](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCharCount--)()
Return the number of characters (valid indicies)
[Number](../../java/lang/Number.html "class in java.lang")
[getCurrentAccessibleValue](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getCurrentAccessibleValue--)()
Get the value of this object as a Number.
int
[getIndexAtPoint](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getIndexAtPoint-java.awt.Point-)([Point](../../java/awt/Point.html "class in java.awt") p)
Given a point in local coordinates, return the zero-based index of the character under that Point.
[Number](../../java/lang/Number.html "class in java.lang")
[getMaximumAccessibleValue](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getMaximumAccessibleValue--)()
Get the maximum value of this object as a Number.
[Number](../../java/lang/Number.html "class in java.lang")
[getMinimumAccessibleValue](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getMinimumAccessibleValue--)()
Get the minimum value of this object as a Number.
[String](../../java/lang/String.html "class in java.lang")
[getSelectedText](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getSelectedText--)()
Returns the portion of the text that is selected.
int
[getSelectionEnd](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getSelectionEnd--)()
Returns the end offset within the selected text.
int
[getSelectionStart](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getSelectionStart--)()
Returns the start offset within the selected text.
[String](../../java/lang/String.html "class in java.lang")
[getTitledBorderText](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getTitledBorderText--)()
Returns the titled border text
[String](../../java/lang/String.html "class in java.lang")
[getToolTipText](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#getToolTipText--)()
Returns the tool tip text
boolean
[setCurrentAccessibleValue](../../javax/swing/AbstractButton.AccessibleAbstractButton.html#setCurrentAccessibleValue-java.lang.Number-)([Number](../../java/lang/Number.html "class in java.lang") n)
Set the value of this object as a Number.