Microsoft SDK for Java

IAccessible Interface Methods

The IAccessible Interface contains the following methods:

accDoDefaultAction performs the object's default action.
accHitTest retrieves the child object at a specified location on the screen.
accLocation retrieves the screen location of an accessibility object.
accNavigate retrieves the sibling or child object that is navigated to in a specified direction.
accSelect changes focus and modifies selection according to specified flags.
getAccChild retrieves a specified child object.
getAccChildCount retrieves the number of components in the parent container.
getAccDefaultAction retrieves the default action for a specified child object.
getAccDescription retrieves a description of the child object.
getAccFocus retrieves the child object that currently has the keyboard focus.
getAccHelp provides Help text associated with the object.
getAccHelpTopic retrieves the full path of the Help file associated with the object, as well as a value that identifies the Help file topic.
getAccKeyboardShortcut retrieves the keyboard shortcut that selects the object.
getAccName retrieves the name property of the child object.
getAccParent retrieves the parent object (the container) of the child object.
getAccRole retrieves the role property of a specified child object.
getAccSelection retrieves the selected children of the object.
getAccState retrieves the current state code of the object.
getAccValue retrieves the value property of the child object.
setAccName sets the name of a child object.
setAccValue sets the value of a child object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.