Draw2D v2.0

org.eclipse.draw2d
Class EventDispatcher.AccessibilityDispatcher

java.lang.Object
  |
  +--org.eclipse.draw2d.EventDispatcher.AccessibilityDispatcher
All Implemented Interfaces:
AccessibleControlListener, AccessibleListener, EventListener, org.eclipse.swt.internal.SWTEventListener
Direct Known Subclasses:
SWTEventDispatcher.FigureAccessibilityDispatcher
Enclosing class:
EventDispatcher

public abstract static class EventDispatcher.AccessibilityDispatcher
extends Object
implements AccessibleControlListener, AccessibleListener


Constructor Summary
EventDispatcher.AccessibilityDispatcher()
           
 
Method Summary
 void getChild(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(AccessibleControlEvent e)
Specified by:
getChild in interface AccessibleControlListener

Draw2D v2.0