Skip to content

start:


:: drafts :: com :: sun :: star :: accessibility ::

service AccessibleAction
Description
This service provides access to all the actions that an accessible object supports.

This set of actions should be kept as small as possible. It is better to provide the functionality through the classical GUI. Only actions that cannot be integrated into the GUI or for which that makes no sense should be realised as an accessible action.


Exported Interfaces
XAccessibleAction
Implement this interface to give access to actions that can be executed for accessible objects.

 
Top of Page