import "Accessibility_Registry.idl";
Inheritance diagram for Accessibility::Registry:

Public Member Functions | |
| oneway void | registerApplication (in Application application) |
| Register a new application with the accessibility broker. | |
| void | deregisterApplication (in Application application) |
| De-register an application previously registered with the broker. | |
| void | registerGlobalEventListener (in EventListener listener, in string eventName) |
| Register a client's interest in (all) application events of a certain type. | |
| void | deregisterGlobalEventListenerAll (in EventListener listener) |
| deregisterGlobalEventListenerAll: | |
| void | deregisterGlobalEventListener (in EventListener listener, in string eventName) |
| deregisterGlobalEventListener: | |
| short | getDesktopCount () |
| getDesktopCount: | |
| Desktop | getDesktop (in short n) |
| getDesktop: : the index of the requested Desktop. | |
| DesktopSeq | getDesktopList () |
| Get a list of accessible desktops. | |
| DeviceEventController | getDeviceEventController () |
| Obtain an object which can be used to request device event notifications. | |
The Registry is the first "port of call" for accessible applications and for assistive technologies wishing to query and interact with those applications.
The Registry service provides four basic functions to Assistive Technology (AT) clients:
Definition at line 74 of file Accessibility_Registry.idl.
|
|
Register a new application with the accessibility broker.
|
|
|
De-register an application previously registered with the broker. deregisterApplication:
|
|
||||||||||||
|
Register a client's interest in (all) application events of a certain type.
|
|
|
deregisterGlobalEventListenerAll:
|
|
||||||||||||
|
deregisterGlobalEventListener:
|
|
|
getDesktopCount: Get the current number of desktops.
|
|
|
getDesktop: Get the nth accessible desktop.
|
|
|
Get a list of accessible desktops.
|
|
|
Obtain an object which can be used to request device event notifications.
|
1.4.3