AccessibleControlAdapter.getLocation

Sent when an accessibility client requests the location of the control, or the location of a child of the control. The default behavior is to do nothing. <p> Return a rectangle describing the location of the specified control or child in the <code>x, y, width, and height</code> fields of the event object. </p>

@param e an event object containing the following fields:<ul> <li>childID IN - an identifier specifying the control or one of its children</li> <li>x, y, width, height OUT - the control or child location in display coordinates</li> </ul>

class AccessibleControlAdapter
void
getLocation

Meta