Eclipse GEF
2.1

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

Extended accessibility support for editpart.


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)
Specified by:
getChildAtPoint in interface AccessibleControlListener
Specified by:
getChildAtPoint in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getChildAtPoint(AccessibleControlEvent)

getChildCount

public void getChildCount(AccessibleControlEvent e)
Specified by:
getChildCount in interface AccessibleControlListener
Specified by:
getChildCount in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getChildCount(AccessibleControlEvent)

getChildren

public void getChildren(AccessibleControlEvent e)
Specified by:
getChildren in interface AccessibleControlListener
Specified by:
getChildren in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getChildren(AccessibleControlEvent)

getDefaultAction

public void getDefaultAction(AccessibleControlEvent e)
Specified by:
getDefaultAction in interface AccessibleControlListener
Specified by:
getDefaultAction in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getDefaultAction(AccessibleControlEvent)

getDescription

public void getDescription(AccessibleEvent e)
Specified by:
getDescription in interface AccessibleListener
Specified by:
getDescription in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleListener.getDescription(AccessibleEvent)

getFocus

public void getFocus(AccessibleControlEvent e)
Specified by:
getFocus in interface AccessibleControlListener
Specified by:
getFocus in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getFocus(AccessibleControlEvent)

getHelp

public void getHelp(AccessibleEvent e)
Specified by:
getHelp in interface AccessibleListener
Specified by:
getHelp in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleListener.getHelp(AccessibleEvent)

getKeyboardShortcut

public void getKeyboardShortcut(AccessibleEvent e)
Specified by:
getKeyboardShortcut in interface AccessibleListener
Specified by:
getKeyboardShortcut in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleListener.getKeyboardShortcut(AccessibleEvent)

getLocation

public void getLocation(AccessibleControlEvent e)
Specified by:
getLocation in interface AccessibleControlListener
Specified by:
getLocation in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getLocation(AccessibleControlEvent)

getName

public void getName(AccessibleEvent e)
Specified by:
getName in interface AccessibleListener
Specified by:
getName in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleListener.getName(AccessibleEvent)

getRole

public void getRole(AccessibleControlEvent e)
Specified by:
getRole in interface AccessibleControlListener
Specified by:
getRole in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getRole(AccessibleControlEvent)

getSelection

public void getSelection(AccessibleControlEvent e)
Specified by:
getSelection in interface AccessibleControlListener
Specified by:
getSelection in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getSelection(AccessibleControlEvent)

getState

public void getState(AccessibleControlEvent e)
Specified by:
getState in interface AccessibleControlListener
Specified by:
getState in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getState(AccessibleControlEvent)

getValue

public void getValue(AccessibleControlEvent e)
Specified by:
getValue in interface AccessibleControlListener
Specified by:
getValue in class EventDispatcher.AccessibilityDispatcher
See Also:
AccessibleControlListener.getValue(AccessibleControlEvent)

Eclipse GEF
2.1

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