Uses of Class
org.eclipse.draw2d.EventDispatcher
Packages that use EventDispatcher
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of EventDispatcher in org.eclipse.draw2dSubclasses of EventDispatcher in org.eclipse.draw2dModifier and TypeClassDescriptionclassThe SWTEventDispatcher provides draw2d with the ability to dispatch SWT Events.Methods in org.eclipse.draw2d that return EventDispatcherModifier and TypeMethodDescriptionprotected EventDispatcherLightweightSystem.getEventDispatcher()Returns this LightwightSystem's EventDispatcher.Figure.internalGetEventDispatcher()IFigure.internalGetEventDispatcher()This method is for internal purposes only and should not be called.LightweightSystem.RootFigure.internalGetEventDispatcher()Methods in org.eclipse.draw2d with parameters of type EventDispatcherModifier and TypeMethodDescriptionvoidLightweightSystem.setEventDispatcher(EventDispatcher dispatcher) Sets this LightweightSystem's EventDispatcher.Constructors in org.eclipse.draw2d with parameters of type EventDispatcherModifierConstructorDescriptionInputEvent(EventDispatcher dispatcher, IFigure source, int state) Constructs a new InputEvent.KeyEvent(EventDispatcher dispatcher, IFigure source, KeyEvent ke) Constructs a new KeyEvent.MouseEvent(int x, int y, EventDispatcher dispatcher, IFigure f, int button, int stateMask) Deprecated.MouseEvent(EventDispatcher dispatcher, IFigure source, MouseEvent me) Constructs a new MouseEvent.
MouseEvent(EventDispatcher, IFigure, org.eclipse.swt.events.MouseEvent)instead.