|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.accessibility.AccessibleContext
![]()
![]()
![]()
java.awt.MenuComponent.AccessibleAWTMenuComponent
![]()
![]()
![]()
java.awt.MenuItem.AccessibleAWTMenuItem
![]()
![]()
![]()
java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
, AccessibleAction
, AccessibleComponent
, AccessibleSelection
, AccessibleValue


protected class CheckboxMenuItem.AccessibleAWTCheckboxMenuItem

, AccessibleValue

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 |
| Constructor Summary | |
|---|---|
protected |
CheckboxMenuItem.AccessibleAWTCheckboxMenuItem
|
| Method Summary | |
|---|---|
boolean |
doAccessibleAction
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
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
Set the value of this object as a Number. |
Methods inherited from class java.awt.MenuItem.AccessibleAWTMenuItem ![]() |
|---|
getAccessibleName |
Methods inherited from class javax.accessibility.AccessibleContext ![]() |
|---|
addPropertyChangeListener |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

protected CheckboxMenuItem.AccessibleAWTCheckboxMenuItem()
| Method Detail |
|---|

public AccessibleAction![]()
![]()
getAccessibleAction()
getAccessibleAction

in class MenuItem.AccessibleAWTMenuItem

AccessibleAction

