You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



interface nsIAccessibleAction

The nsIAccessible interface provided by MAI which the user can activate/interact with


Public Methods


[more] boolean doAction (in long index)
execute the specified Action and return the result.
[more] AString getDescription (in long index)
get a description of the specified action of the object
[more] void getDescriptionConst (in long index, [shared, retval] out string description)
get the string that descript the specified action
[more] AString getKeyBinding (in long index)
Returns a keybinding associated with this action, if one exists.
[more] void getKeyBindingConst (in long index, [shared, retval] out string keyBinding)
Returns a keybinding associated with an specified action, if one exists.


Documentation

The nsIAccessible interface provided by MAI which the user can activate/interact with
o boolean doAction(in long index)
execute the specified Action and return the result.

Parameters:
index - input the index of the specified action
Returns:
a boolean type result representing if the action was successfully executed.

o AString getDescription(in long index)
get a description of the specified action of the object

Parameters:
index - input the action index corresponding to the action to be performed
Returns:
an Astring result descript the specified action.

o void getDescriptionConst(in long index, [shared, retval] out string description)
get the string that descript the specified action

Parameters:
index - input a long type index corresponding to the action to be performed
description - output a string type result which specify the action

o AString getKeyBinding(in long index)
Returns a keybinding associated with this action, if one exists.

Parameters:
index - the action index corresponding to the action to be performed
eter - index an input parameter
Returns:
an AString representing the keybinding

o void getKeyBindingConst(in long index, [shared, retval] out string keyBinding)
Returns a keybinding associated with an specified action, if one exists.

Parameters:
index - input a long type index corresponding to the specified action
keyBinding - output a keybinding associated with an specified action


This class has no child classes.


Alphabetic index



This page was generated with the help of DOC++ .