Implement this interface to give access to actions that can be executed
for accessible objects.
Every accessible object that can be manipulated beyond its methods
exported over the accessibility API should support this interface to
expose all actions that it can perform. Each action can be performed or
be queried for a description or associated key bindings.
Returns a key binding object, if there is one, associated with the
specified action. Note that there can be several alternative key
bindings for an action. See XAccessibleKeyBinding for
more information about how key bindings are represented.
Returns a description of the specified action of the object.
Parameter nIndex
This index specifies the action of which to return a
description. If it lies outside the valid range an empty string
is returned.
Returns
The returned value is a localized string of the specified action.
Throws
IndexOutOfBoundsException
If the given index lies not in the valid range then an
::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
Returns a key binding object, if there is one, associated with the
specified action. Note that there can be several alternative key
bindings for an action. See XAccessibleKeyBinding for
more information about how key bindings are represented.
Parameter nIndex
This index specifies the action of which to return the key
binding.
Returns
The returned object describes a set of key bindings associated
with the specified action.
Throws
IndexOutOfBoundsException
if the given index is not valid.