Eclipse Draw2d
2.1

org.eclipse.draw2d
Class SWTEventDispatcher.FigureAccessibilityDispatcher

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

protected class SWTEventDispatcher.FigureAccessibilityDispatcher
extends EventDispatcher.AccessibilityDispatcher


Constructor Summary
protected SWTEventDispatcher.FigureAccessibilityDispatcher()
           
 
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

SWTEventDispatcher.FigureAccessibilityDispatcher

protected SWTEventDispatcher.FigureAccessibilityDispatcher()
Method Detail

getChildAtPoint

public void getChildAtPoint(AccessibleControlEvent e)

getChildCount

public void getChildCount(AccessibleControlEvent e)

getChildren

public void getChildren(AccessibleControlEvent e)

getDefaultAction

public void getDefaultAction(AccessibleControlEvent e)

getDescription

public void getDescription(AccessibleEvent e)

getFocus

public void getFocus(AccessibleControlEvent e)

getHelp

public void getHelp(AccessibleEvent e)

getKeyboardShortcut

public void getKeyboardShortcut(AccessibleEvent e)

getLocation

public void getLocation(AccessibleControlEvent e)

getName

public void getName(AccessibleEvent e)

getRole

public void getRole(AccessibleControlEvent e)

getSelection

public void getSelection(AccessibleControlEvent e)

getState

public void getState(AccessibleControlEvent e)

getValue

public void getValue(AccessibleControlEvent e)

Eclipse Draw2d
2.1

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