AccessibleControlAdapter.getSelection

Sent when an accessibility client requests the identity of the child or control that is currently selected. The default behavior is to do nothing. <p> Return the identifier of the selected child in the <code>childID</code> field of the event object. Return CHILDID_SELF if the control itself is selected. Return CHILDID_MULTIPLE if multiple children are selected, and return an array of childIDs in the <code>children</code> field. Return CHILDID_NONE if neither the control nor any of its children are selected. </p>

@param e an event object containing the following fields:<ul> <li>childID [Typical OUT] - the ID of the selected child, or CHILDID_SELF, or CHILDID_MULTIPLE, or CHILDID_NONE</li> <li>accessible [Optional OUT] - the accessible object for the control or child may be returned instead of the childID</li> </ul>

class AccessibleControlAdapter
void
getSelection

Meta