Eclipse Draw2d
2.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
protected  EventDispatcher LightweightSystem.getEventDispatcher()
          Returns this LightwightSystem's EventDispatcher.
 EventDispatcher LightweightSystem.RootFigure.internalGetEventDispatcher()
           
 EventDispatcher IFigure.internalGetEventDispatcher()
          This method is for internal purposes only and should not be called.
 EventDispatcher Figure.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
KeyEvent(EventDispatcher dispatcher, IFigure source, KeyEvent ke)
          Constructs a new KeyEvent.
InputEvent(EventDispatcher dispatcher, IFigure source, int state)
          Constructs a new InputEvent.
 


Eclipse Draw2d
2.1

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