AccessibleControlAdapter.getChildCount

Sent when an accessibility client requests the number of children in the control. The default behavior is to do nothing. <p> Return the number of child items in the <code>detail</code> field of the event object. </p>

@param e an event object containing the following fields:<ul> <li>detail OUT - the number of child items in this control</li> </ul>

class AccessibleControlAdapter
void
getChildCount

Meta