|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.MenuComponent.AccessibleAWTMenuComponent
java.awt.MenuItem.AccessibleAWTMenuItem
java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
protected class CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
Inner class of CheckboxMenuItem used to provide default support for accessibility. This class is not meant to be used directly by application developers, but is instead meant only to be subclassed by menu component developers.
This class implements accessibility support for the
CheckboxMenuItem
class. It provides an implementation
of the Java Accessibility API appropriate to checkbox menu item
user-interface elements.
Field Summary |
---|
Fields inherited from interface javax.accessibility.AccessibleAction |
---|
DECREMENT, INCREMENT, TOGGLE_EXPAND |
Constructor Summary | |
---|---|
protected |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem()
|
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. |
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 java.awt.MenuItem.AccessibleAWTMenuItem |
---|
getAccessibleName |