import "Accessibility_Application.idl";
Inheritance diagram for Accessibility::Application:
Public Methods | |
void | registerToolkitEventListener (in EventListener listener, in string eventName) |
void | registerObjectEventListener (in EventListener listener, in string eventName) |
boolean | pause () |
boolean | resume () |
string | getLocale (in LOCALE_TYPE lctype) |
void | unImplemented_ () |
void | unImplemented2_ () |
void | unImplemented3_ () |
Data Fields | |
readonly attribute string | toolkitName |
readonly attribute string | version |
attribute long | id |
|
Gets the locale in which the application is currently operating. For the current message locale, use lctype LOCALE_TYPE_MESSAGES.
|
|
Request that the application temporarily stop sending events. In most cases this should pause the application's main event loop.
@returns: @note: This method is not implemented in most toolkits, and therefore should be treated with caution. |
|
registerObjectEventListener:
|
|
|
|
Request that the application resume sending events.
@returns: |
|
|
|
|
|
\cond (This comment tells doxygen not to document these) |
|
The application instance's unique ID as assigned by the registry. |
|
A string indicating the type of user interface toolkit which is used by the application.
|
|
A string indicating the version number of the application's accessibility bridge implementation. |