import "Accessibility_Application.idl";
Inheritance diagram for Accessibility::Application:

Public Member Functions | |
| void | registerToolkitEventListener (in EventListener listener, in string eventName) |
| void | registerObjectEventListener (in EventListener listener, in string eventName) |
| registerObjectEventListener: | |
| boolean | pause () |
| Request that the application temporarily stop sending events. | |
| boolean | resume () |
| Request that the application resume sending events. | |
| string | getLocale (in LOCALE_TYPE lctype) |
| Gets the locale in which the application is currently operating. | |
Public Attributes | |
| readonly attribute string | toolkitName |
| A string indicating the type of user interface toolkit which is used by the application. | |
| readonly attribute string | version |
| A string indicating the version number of the application's accessibility bridge implementation. | |
| attribute long | id |
| The application instance's unique ID as assigned by the registry. | |
Children of Application are typically, but not exclusively, top-level windows.
Definition at line 41 of file Accessibility_Application.idl.
|
||||||||||||
|
|
|
||||||||||||
|
registerObjectEventListener:
|
|
|
Request that the application temporarily stop sending events. In most cases this should pause the application's main event loop.
|
|
|
Request that the application resume sending events.
|
|
|
Gets the locale in which the application is currently operating. For the current message locale, use lctype LOCALE_TYPE_MESSAGES.
|
|
|
A string indicating the type of user interface toolkit which is used by the application.
Definition at line 50 of file Accessibility_Application.idl. |
|
|
A string indicating the version number of the application's accessibility bridge implementation.
Definition at line 56 of file Accessibility_Application.idl. |
|
|
The application instance's unique ID as assigned by the registry.
Definition at line 61 of file Accessibility_Application.idl. |
1.4.3