Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.swt.accessibility.AccessibleControlEvent

Packages that use AccessibleControlEvent
org.eclipse.swt.accessibility SWT Accessibility.  
 

Uses of AccessibleControlEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleControlEvent
 void AccessibleControlListener.getChildAtPoint(AccessibleControlEvent e)
          Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
 void AccessibleControlListener.getLocation(AccessibleControlEvent e)
          Sent when an accessibility client requests the location of the control, or the location of a child of the control.
 void AccessibleControlListener.getChild(AccessibleControlEvent e)
          Sent when an accessibility client requests the accessible object for a child of the control.
 void AccessibleControlListener.getChildCount(AccessibleControlEvent e)
          Sent when an accessibility client requests the number of children in the control.
 void AccessibleControlListener.getDefaultAction(AccessibleControlEvent e)
          Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
 void AccessibleControlListener.getFocus(AccessibleControlEvent e)
          Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
 void AccessibleControlListener.getRole(AccessibleControlEvent e)
          Sent when an accessibility client requests the role of the control, or the role of a child of the control.
 void AccessibleControlListener.getSelection(AccessibleControlEvent e)
          Sent when an accessibility client requests the identity of the child or control that is currently selected.
 void AccessibleControlListener.getState(AccessibleControlEvent e)
          Sent when an accessibility client requests the state of the control, or the state of a child of the control.
 void AccessibleControlListener.getValue(AccessibleControlEvent e)
          Sent when an accessibility client requests the value of the control, or the value of a child of the control.
 void AccessibleControlListener.getChildren(AccessibleControlEvent e)
          Sent when an accessibility client requests the children of the control.
 void AccessibleControlAdapter.getChildAtPoint(AccessibleControlEvent e)
          Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
 void AccessibleControlAdapter.getLocation(AccessibleControlEvent e)
          Sent when an accessibility client requests the location of the control, or the location of a child of the control.
 void AccessibleControlAdapter.getChild(AccessibleControlEvent e)
          Sent when an accessibility client requests the accessible object for a child of the control.
 void AccessibleControlAdapter.getChildCount(AccessibleControlEvent e)
          Sent when an accessibility client requests the number of children in the control.
 void AccessibleControlAdapter.getDefaultAction(AccessibleControlEvent e)
          Sent when an accessibility client requests the default action of the control, or the default action of a child of the control.
 void AccessibleControlAdapter.getFocus(AccessibleControlEvent e)
          Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
 void AccessibleControlAdapter.getRole(AccessibleControlEvent e)
          Sent when an accessibility client requests the role of the control, or the role of a child of the control.
 void AccessibleControlAdapter.getSelection(AccessibleControlEvent e)
          Sent when an accessibility client requests the identity of the child or control that is currently selected.
 void AccessibleControlAdapter.getState(AccessibleControlEvent e)
          Sent when an accessibility client requests the state of the control, or the state of a child of the control.
 void AccessibleControlAdapter.getValue(AccessibleControlEvent e)
          Sent when an accessibility client requests the value of the control, or the value of a child of the control.
 void AccessibleControlAdapter.getChildren(AccessibleControlEvent e)
          Sent when an accessibility client requests the children of the control.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.