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

Packages that use AccessibleControlEvent
Package
Description
SWT Accessibility.
  • Uses of AccessibleControlEvent in org.eclipse.swt.accessibility

    Methods in org.eclipse.swt.accessibility with parameters of type AccessibleControlEvent
    Modifier and Type
    Method
    Description
    void
    AccessibleControlAdapter.getChild(AccessibleControlEvent e)
    Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
    void
    AccessibleControlListener.getChild(AccessibleControlEvent e)
    Sent when an accessibility client requests the accessible object for a child of the control by index or childID, or when a client requests the index of an accessible object in its parent.
    void
    AccessibleControlAdapter.getChildAtPoint(AccessibleControlEvent e)
    Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
    void
    AccessibleControlListener.getChildAtPoint(AccessibleControlEvent e)
    Sent when an accessibility client requests the identifier of the control child at the specified display coordinates.
    void
    AccessibleControlAdapter.getChildCount(AccessibleControlEvent e)
    Sent when an accessibility client requests the number of children in the control.
    void
    AccessibleControlListener.getChildCount(AccessibleControlEvent e)
    Sent when an accessibility client requests the number of children in the control.
    void
    AccessibleControlAdapter.getChildren(AccessibleControlEvent e)
    Sent when an accessibility client requests the children, or visible children, of the control.
    void
    AccessibleControlListener.getChildren(AccessibleControlEvent e)
    Sent when an accessibility client requests the children, or visible children, of 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
    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
    AccessibleControlAdapter.getFocus(AccessibleControlEvent e)
    Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
    void
    AccessibleControlListener.getFocus(AccessibleControlEvent e)
    Sent when an accessibility client requests the identity of the child or control that has keyboard focus.
    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
    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
    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
    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
    AccessibleControlAdapter.getSelection(AccessibleControlEvent e)
    Sent when an accessibility client requests the identity of the child or control that is currently selected.
    void
    AccessibleControlListener.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
    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
    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
    AccessibleControlListener.getValue(AccessibleControlEvent e)
    Sent when an accessibility client requests the value of the control, or the value of a child of the control.