Eclipse Draw2d
3.1

Uses of Class
org.eclipse.draw2d.EventDispatcher

Packages that use EventDispatcher
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of EventDispatcher in org.eclipse.draw2d
 

Subclasses of EventDispatcher in org.eclipse.draw2d
 class SWTEventDispatcher
          The SWTEventDispatcher provides draw2d with the ability to dispatch SWT Events.
 

Methods in org.eclipse.draw2d that return EventDispatcher
 EventDispatcher IFigure.internalGetEventDispatcher()
          This method is for internal purposes only and should not be called.
 EventDispatcher Figure.internalGetEventDispatcher()
           
protected  EventDispatcher LightweightSystem.getEventDispatcher()
          Returns this LightwightSystem's EventDispatcher.
 EventDispatcher LightweightSystem.RootFigure.internalGetEventDispatcher()
           
 

Methods in org.eclipse.draw2d with parameters of type EventDispatcher
 void LightweightSystem.setEventDispatcher(EventDispatcher dispatcher)
          Sets this LightweightSystem's EventDispatcher.
 

Constructors in org.eclipse.draw2d with parameters of type EventDispatcher
InputEvent(EventDispatcher dispatcher, IFigure source, int state)
          Constructs a new InputEvent.
KeyEvent(EventDispatcher dispatcher, IFigure source, KeyEvent ke)
          Constructs a new KeyEvent.
 


Eclipse Draw2d
3.1

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