|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Button.AccessibleAWTButton
protected class Button.AccessibleAWTButton
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
| Field Summary |
|---|
| Fields inherited from class java.awt.Component.AccessibleAWTComponent |
|---|
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
| Fields inherited from interface javax.accessibility.AccessibleAction |
|---|
CLICK, DECREMENT, INCREMENT, TOGGLE_EXPAND, TOGGLE_POPUP |
| Constructor Summary | |
|---|---|
protected |
Button.AccessibleAWTButton()
|
| Method Summary | |
|---|---|
boolean |
doAccessibleAction(int i)
Perform the specified action. |
AccessibleAction |
getAccessibleAction()
Get any supported accessible actions. |
int |
getAccessibleActionCount()
Get the number possible actions for this object, with the zeroth representing the default action. |
String |
getAccessibleActionDescription(int i)
Get a description for the specified action. |
String |
getAccessibleName()
Returns the accessible name of this component. |
AccessibleRole |
getAccessibleRole()
Returns the role of this component. |
AccessibleValue |
getAccessibleValue()
Get any supported accessible value. |
Number |
getCurrentAccessibleValue()
Gets the current value of this object, or null if it has not been set. |
Number |
getMaximumAccessibleValue()
Gets the maximum value in the range of this object, or null if there is no maximum. |
Number |
getMinimumAccessibleValue()
Gets the minimum value in the range of this object, or null if there is no minimum. |
boolean |
setCurrentAccessibleValue(Number number)
Sets the current value of this object. |
| Methods inherited from class javax.accessibility.AccessibleContext |
|---|
firePropertyChange, getAccessibleEditableText, getAccessibleIcon, getAccessibleRelationSet, getAccessibleSelection, getAccessibleTable, getAccessibleText, setAccessibleDescription, setAccessibleName, setAccessibleParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Button.AccessibleAWTButton()
| Method Detail |
|---|
public int getAccessibleActionCount()
AccessibleAction
getAccessibleActionCount in interface AccessibleActionpublic String getAccessibleActionDescription(int i)
AccessibleAction
getAccessibleActionDescription in interface AccessibleActioni - the action to describe, 0-based
public boolean doAccessibleAction(int i)
AccessibleAction
doAccessibleAction in interface AccessibleActioni - the action to perform, 0-based
public String getAccessibleName()
Component.AccessibleAWTComponent
getAccessibleName in class Component.AccessibleAWTComponentAccessibleContext.setAccessibleName(String)public AccessibleAction getAccessibleAction()
AccessibleContext
getAccessibleAction in class AccessibleContextAccessibleActionpublic AccessibleValue getAccessibleValue()
AccessibleContext
getAccessibleValue in class AccessibleContextAccessibleValuepublic Number getCurrentAccessibleValue()
AccessibleValue
getCurrentAccessibleValue in interface AccessibleValueAccessibleValue.setCurrentAccessibleValue(Number)public boolean setCurrentAccessibleValue(Number number)
AccessibleValue
setCurrentAccessibleValue in interface AccessibleValuenumber - the new value
public Number getMinimumAccessibleValue()
AccessibleValue
getMinimumAccessibleValue in interface AccessibleValueAccessibleValue.getMaximumAccessibleValue()public Number getMaximumAccessibleValue()
AccessibleValue
getMaximumAccessibleValue in interface AccessibleValueAccessibleValue.getMinimumAccessibleValue()public AccessibleRole getAccessibleRole()
Component.AccessibleAWTComponent
getAccessibleRole in class Component.AccessibleAWTComponentAccessibleRole
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||