org.eclipse.draw2d
Class EventDispatcher.AccessibilityDispatcher

java.lang.Object
  extended byorg.eclipse.draw2d.EventDispatcher.AccessibilityDispatcher
All Implemented Interfaces:
org.eclipse.swt.accessibility.AccessibleControlListener, org.eclipse.swt.accessibility.AccessibleListener, java.util.EventListener, org.eclipse.swt.internal.SWTEventListener
Direct Known Subclasses:
SWTEventDispatcher.FigureAccessibilityDispatcher
Enclosing class:
EventDispatcher

public abstract static class EventDispatcher.AccessibilityDispatcher
extends java.lang.Object
implements org.eclipse.swt.accessibility.AccessibleControlListener, org.eclipse.swt.accessibility.AccessibleListener

Combines AccessibleControlListener and AccessibleListener. Implements AccessibleControlListener.getChild(AccessibleControlEvent) to do nothing.


Constructor Summary
EventDispatcher.AccessibilityDispatcher()
           
 
Method Summary
 void getChild(org.eclipse.swt.accessibility.AccessibleControlEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.swt.accessibility.AccessibleControlListener
getChildAtPoint, getChildCount, getChildren, getDefaultAction, getFocus, getLocation, getRole, getSelection, getState, getValue
 
Methods inherited from interface org.eclipse.swt.accessibility.AccessibleListener
getDescription, getHelp, getKeyboardShortcut, getName
 

Constructor Detail

EventDispatcher.AccessibilityDispatcher

public EventDispatcher.AccessibilityDispatcher()
Method Detail

getChild

public void getChild(org.eclipse.swt.accessibility.AccessibleControlEvent e)
Specified by:
getChild in interface org.eclipse.swt.accessibility.AccessibleControlListener
See Also:
AccessibleControlListener.getChild(AccessibleControlEvent)