Eclipse Draw2d
3.8.0.201206011245

org.eclipse.draw2d
Class EventDispatcher.AccessibilityDispatcher

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

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

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


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
See Also:
AccessibleControlListener.getChild(AccessibleControlEvent)

Eclipse Draw2d
3.8.0.201206011245

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.