Package org.eclipse.draw2d
Class EventDispatcher.AccessibilityDispatcher
java.lang.Object
org.eclipse.draw2d.EventDispatcher.AccessibilityDispatcher
- All Implemented Interfaces:
- EventListener,- AccessibleControlListener,- AccessibleListener
- Direct Known Subclasses:
- SWTEventDispatcher.FigureAccessibilityDispatcher
- Enclosing class:
- EventDispatcher
public abstract static class EventDispatcher.AccessibilityDispatcher
extends Object
implements AccessibleControlListener, AccessibleListener
Combines 
AccessibleControlListener and AccessibleListener .
 Implements AccessibleControlListener.getChild(AccessibleControlEvent)
 to do nothing.- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.swt.accessibility.AccessibleControlListenergetChildAtPoint, getChildCount, getChildren, getDefaultAction, getFocus, getLocation, getRole, getSelection, getState, getValueMethods inherited from interface org.eclipse.swt.accessibility.AccessibleListenergetDescription, getHelp, getKeyboardShortcut, getName
- 
Constructor Details- 
AccessibilityDispatcherpublic AccessibilityDispatcher()
 
- 
- 
Method Details- 
getChild- Specified by:
- getChildin interface- AccessibleControlListener
- See Also:
 
 
-