import "Accessibility_Accessible.idl";
Inheritance diagram for Accessibility::Accessible:


Public Member Functions | |
| boolean | isEqual (in Accessible obj) |
| Accessible | getChildAtIndex (in long index) |
| long | getIndexInParent () |
| RelationSet | getRelationSet () |
| Role | getRole () |
| string | getRoleName () |
| string | getLocalizedRoleName () |
| StateSet | getState () |
| void | unImplemented () |
| void | unImplemented2 () |
| void | unImplemented3 () |
Public Attributes | |
| attribute string | name |
| attribute string | description |
| readonly attribute Accessible | parent |
| readonly attribute long | childCount |
|
|
getChildAtIndex: : an in parameter indicating which child is requested (zero-indexed). Get the accessible child of this object at index . Returns: the 'nth' child of this object. |
|
|
getIndexInParent: Get the index of this object in its parent's child list. Returns: a long integer indicating this object's index in the parent's list. |
|
|
getLocalizedRoleName: Get a string indicating the type of UI role played by this object, translated to the current locale. Returns: a UTF-8 string indicating the type of UI role played by this object. |
|
|
getRelationSet: Get a set defining this object's relationship to other accessible objects. Returns: a defining this object's relationships. |
|
|
getRole: Get the indicating the type of UI role played by this object. Returns: a indicating the type of UI role played by this object. |
|
|
getRoleName: Get a string indicating the type of UI role played by this object. Returns: a UTF-8 string indicating the type of UI role played by this object. |
|
|
getState: Get the current state of the object as a . Returns: a encapsulating the currently true states of the object. |
|
|
isEqual: : an #Accessible object reference to compare to Determine whether an #Accessible refers to the same object as another Returns: a #boolean indicating whether the two object references point to the same object. |
|
|
|
|
|
|
|
|
|
|
|
: the number of children contained by this object. |
|
|
: a #string describing the object in more detail than . |
|
|
: a (short) #string representing the object's name. |
|
|
: an #Accessible object which is this object's containing object. |
1.3.5