| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| 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
This class implements accessibility support for the 
 Button class.  It provides an implementation of the 
 Java Accessibility API appropriate to button user-interface elements.
| 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 on the object  | 
 AccessibleAction | 
getAccessibleAction()
Get the AccessibleAction associated with this object.  | 
 int | 
getAccessibleActionCount()
Returns the number of Actions available in this object.  | 
 String | 
getAccessibleActionDescription(int i)
Return a description of the specified action of the object.  | 
 String | 
getAccessibleName()
Get the accessible name of this object.  | 
 AccessibleRole | 
getAccessibleRole()
Get the role of this object.  | 
 AccessibleValue | 
getAccessibleValue()
Get the AccessibleValue associated with this object.  | 
 Number | 
getCurrentAccessibleValue()
Get the value of this object as a Number.  | 
 Number | 
getMaximumAccessibleValue()
Get the maximum value of this object as a Number.  | 
 Number | 
getMinimumAccessibleValue()
Get the minimum value of this object as a Number.  | 
 boolean | 
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number.  | 
| 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 String getAccessibleName()
getAccessibleName in class Component.AccessibleAWTComponentAccessibleContext.setAccessibleName(java.lang.String)public AccessibleAction getAccessibleAction()
getAccessibleAction in class AccessibleContextAccessibleActionpublic AccessibleValue getAccessibleValue()
getAccessibleValue in class AccessibleContextAccessibleValuepublic int getAccessibleActionCount()
getAccessibleActionCount in interface AccessibleActionpublic String getAccessibleActionDescription(int i)
getAccessibleActionDescription in interface AccessibleActioni - zero-based index of the actions
AccessibleAction.getAccessibleActionCount()public boolean doAccessibleAction(int i)
doAccessibleAction in interface AccessibleActioni - zero-based index of actions
AccessibleAction.getAccessibleActionCount()public Number getCurrentAccessibleValue()
getCurrentAccessibleValue in interface AccessibleValueAbstractButton.isSelected()public boolean setCurrentAccessibleValue(Number n)
setCurrentAccessibleValue in interface AccessibleValueAccessibleValue.getCurrentAccessibleValue()public Number getMinimumAccessibleValue()
getMinimumAccessibleValue in interface AccessibleValueAccessibleValue.getMaximumAccessibleValue()public Number getMaximumAccessibleValue()
getMaximumAccessibleValue in interface AccessibleValueAccessibleValue.getMinimumAccessibleValue()public AccessibleRole getAccessibleRole()
getAccessibleRole in class Component.AccessibleAWTComponentAccessibleRole
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.