|
||||||||||
| 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
, AccessibleAction
, AccessibleComponent
, AccessibleSelection
, AccessibleValue

, Menu.AccessibleAWTMenu


protected class MenuItem.AccessibleAWTMenuItem

, AccessibleValue

Inner class of MenuItem 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
MenuItem class. It provides an implementation of the
Java Accessibility API appropriate to menu item user-interface elements.
| Field Summary |
|---|
Fields inherited from interface javax.accessibility.AccessibleAction ![]() |
|---|
DECREMENT |
| Constructor Summary | |
|---|---|
protected |
MenuItem.AccessibleAWTMenuItem
|
| 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. |
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
Set the value of this object as a Number. |
Methods inherited from class javax.accessibility.AccessibleContext ![]() |
|---|
addPropertyChangeListener |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

protected MenuItem.AccessibleAWTMenuItem()
| Method Detail |
|---|

public String![]()
![]()
getAccessibleName()
getAccessibleName

in class MenuComponent.AccessibleAWTMenuComponent

AccessibleContext.setAccessibleName(java.lang.String)


public AccessibleRole![]()
![]()
getAccessibleRole()
getAccessibleRole
