import "Accessibility_Action.idl";
Public Member Functions | |
| string | getDescription (in long index) |
| string | getName (in long index) |
| boolean | doAction (in long index) |
| string | getKeyBinding (in long index) |
| void | unImplemented () |
| void | unImplemented2 () |
| void | unImplemented3 () |
| void | unImplemented4 () |
Public Attributes | |
| readonly attribute long | nActions |
|
|
doAction: : an in parameter specifying the 0-based index of the action to perform. Causes the object to perform the specified action. Returns: a indicating success or failure. |
|
|
getDescription: : an in parameter specifying the index of the action for which a description is desired. Gets the description of the specified action. Returns: a containing the description of the specified action. |
|
|
getKeyBinding: : an in parameter specifying the 0-based index of the action for which a key binding is requested. Gets the key binding associated with a specific action. Returns: a containing the key binding for the specified action, "" if none exists. |
|
|
getName: : an in parameter specifying the index of the action whose name is requested. Gets the name of the specified action. Returns: a containing the name of the specified action. |
|
|
unImplemented: placeholders for future expansion. |
|
|
|
|
|
|
|
|
|
|
|
nActions: a containing the number of actions this object supports. |
1.3.5