GEF v2.0

org.eclipse.gef.ui.parts
Class DomainEventDispatcher.EditPartAccessibilityDispatcher

java.lang.Object
  |
  +--org.eclipse.draw2d.EventDispatcher.AccessibilityDispatcher
        |
        +--org.eclipse.gef.ui.parts.DomainEventDispatcher.EditPartAccessibilityDispatcher
All Implemented Interfaces:
AccessibleControlListener, AccessibleListener, EventListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
DomainEventDispatcher

protected class DomainEventDispatcher.EditPartAccessibilityDispatcher
extends EventDispatcher.AccessibilityDispatcher


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

Constructor Detail

DomainEventDispatcher.EditPartAccessibilityDispatcher

protected DomainEventDispatcher.EditPartAccessibilityDispatcher()
Method Detail

getChildAtPoint

public void getChildAtPoint(AccessibleControlEvent e)
Overrides:
getChildAtPoint in class EventDispatcher.AccessibilityDispatcher

getChildCount

public void getChildCount(AccessibleControlEvent e)
Overrides:
getChildCount in class EventDispatcher.AccessibilityDispatcher

getChildren

public void getChildren(AccessibleControlEvent e)
Overrides:
getChildren in class EventDispatcher.AccessibilityDispatcher

getDefaultAction

public void getDefaultAction(AccessibleControlEvent e)
Overrides:
getDefaultAction in class EventDispatcher.AccessibilityDispatcher

getDescription

public void getDescription(AccessibleEvent e)
Overrides:
getDescription in class EventDispatcher.AccessibilityDispatcher

getFocus

public void getFocus(AccessibleControlEvent e)
Overrides:
getFocus in class EventDispatcher.AccessibilityDispatcher

getHelp

public void getHelp(AccessibleEvent e)
Overrides:
getHelp in class EventDispatcher.AccessibilityDispatcher

getKeyboardShortcut

public void getKeyboardShortcut(AccessibleEvent e)
Overrides:
getKeyboardShortcut in class EventDispatcher.AccessibilityDispatcher

getLocation

public void getLocation(AccessibleControlEvent e)
Overrides:
getLocation in class EventDispatcher.AccessibilityDispatcher

getName

public void getName(AccessibleEvent e)
Overrides:
getName in class EventDispatcher.AccessibilityDispatcher

getRole

public void getRole(AccessibleControlEvent e)
Overrides:
getRole in class EventDispatcher.AccessibilityDispatcher

getSelection

public void getSelection(AccessibleControlEvent e)
Overrides:
getSelection in class EventDispatcher.AccessibilityDispatcher

getState

public void getState(AccessibleControlEvent e)
Overrides:
getState in class EventDispatcher.AccessibilityDispatcher

getValue

public void getValue(AccessibleControlEvent e)
Overrides:
getValue in class EventDispatcher.AccessibilityDispatcher

GEF v2.0