|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Accessible
) and then calling the AccessibleContext.getAccessibleAction()
method. If the return value is not null, the object supports this interface.
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext.getAccessibleAction()
Method Summary | |
boolean | doAccessibleAction(int i)
Perform the specified Action on the object |
int | getAccessibleActionCount()
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object. |
String | getAccessibleActionDescription(int i)
Returns a description of the specified action of the object. |
Method Detail |
public int getAccessibleActionCount()
public String getAccessibleActionDescription(int i)
i
- zero-based index of the actionsgetAccessibleActionCount()
public boolean doAccessibleAction(int i)
i
- zero-based index of actionsgetAccessibleActionCount()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |