import "Accessibility_Selector.idl";
Public Types | |
| enum | CommandResult { COMMAND_RESULT_INVALID, COMMAND_RESULT_SUCCESS, COMMAND_RESULT_FAILED, COMMAND_RESULT_OBSOLETE, COMMAND_RESULT_LAST_DEFINED } |
| A code returned by a call to activateCommand, indicating the result of the activation request. More... | |
Public Member Functions | |
| CommandList | getCommands () |
| Query the Selector for the current CommandList. | |
| boolean | replaceCommands (in CommandList commands) |
| boolean | refreshCommands () |
| Ask the Selector to re-calculate its CommandList. | |
| CommandResult | activateCommand (in Command command) |
| Request that the Selector invoke the specified Command. | |
| void | registerChangeListener (in CommandListener listener) |
| Register a :CommandListener instance for notification of changes to the command set. | |
| void | deregisterChangeListener (in CommandListener listener) |
| Tell the Selector instance to cease notifying the specified CommandListener of changes to the command list. | |
Public Attributes | |
| readonly attribute boolean | supportsReplace |
| This attribute is TRUE if this Selector allows its CommandList to be specified by the client. | |
Via this interface, an assistive technology or user agent may expose a series of choices or selections in textual form, which can be activated on demand by a client of the Selector interface.
Examples of the use of this interface include voice-command and remote-control applications, in which the user interaction is wholly or partly delegated by the implementor to an external agent.
Definition at line 68 of file Accessibility_Selector.idl.
|
|
A code returned by a call to activateCommand, indicating the result of the activation request.
Definition at line 74 of file Accessibility_Selector.idl. |
|
|
Query the Selector for the current CommandList.
|
|
|
|
|
|
Ask the Selector to re-calculate its CommandList.
|
|
|
Request that the Selector invoke the specified Command.
|
|
|
Register a :CommandListener instance for notification of changes to the command set.
|
|
|
Tell the Selector instance to cease notifying the specified CommandListener of changes to the command list.
|
|
|
This attribute is TRUE if this Selector allows its CommandList to be specified by the client.
Definition at line 93 of file Accessibility_Selector.idl. |
1.4.3