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

interface XAccessibleContext2
Base Interfaces
XAccessibleContext2XAccessibleContext

XAccessibleContext

Methods' Summary
getAccessibleId Return the object's identifier.  
Methods' Details
getAccessibleId
string
getAccessibleId();

Description
Return the object's identifier.

This is not meant to be presented to the user, but to be an ID which is stable over application development. Typically, this is the gtkbuilder ID. Such an ID can then be used to identify a given well-known accessible object independently from the current locale, user-visible labelling, or dialog structure. This can then be used for tailored screen reading (e.g. automatically announcing the content of a well-known object), or for automatic regression testing (to check the behavior of well-known objects). Uniqueness within the window is thus desirable when returning a non-empty string.

Returns
The returned string is the object's identifier.
Top of Page