Eclipse Remote Application Platform

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

Packages that use AccessibleEvent
org.eclipse.swt.accessibility   
 

Uses of AccessibleEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleEvent
 void AccessibleAdapter.getDescription(AccessibleEvent e)
          Sent when an accessibility client requests a description of the control, or a description of a child of the control.
 void AccessibleListener.getDescription(AccessibleEvent e)
          Sent when an accessibility client requests a description of the control, or a description of a child of the control.
 void AccessibleAdapter.getHelp(AccessibleEvent e)
          Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
 void AccessibleListener.getHelp(AccessibleEvent e)
          Sent when an accessibility client requests the help string of the control, or the help string of a child of the control.
 void AccessibleAdapter.getKeyboardShortcut(AccessibleEvent e)
          Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
 void AccessibleListener.getKeyboardShortcut(AccessibleEvent e)
          Sent when an accessibility client requests the keyboard shortcut of the control, or the keyboard shortcut of a child of the control.
 void AccessibleAdapter.getName(AccessibleEvent e)
          Sent when an accessibility client requests the name of the control, or the name of a child of the control.
 void AccessibleListener.getName(AccessibleEvent e)
          Sent when an accessibility client requests the name of the control, or the name of a child of the control.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0