Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SWTEventDispatcher
The SWTEventDispatcher provides draw2d with the ability to dispatch SWT
Events.
|
Modifier and Type | Method and Description |
---|---|
protected EventDispatcher |
LightweightSystem.getEventDispatcher()
Returns this LightwightSystem's EventDispatcher.
|
EventDispatcher |
LightweightSystem.RootFigure.internalGetEventDispatcher() |
EventDispatcher |
Figure.internalGetEventDispatcher() |
EventDispatcher |
IFigure.internalGetEventDispatcher()
This method is for internal purposes only and should not be
called.
|
Modifier and Type | Method and Description |
---|---|
void |
LightweightSystem.setEventDispatcher(EventDispatcher dispatcher)
Sets this LightweightSystem's EventDispatcher.
|
Constructor and Description |
---|
InputEvent(EventDispatcher dispatcher,
IFigure source,
int state)
Constructs a new InputEvent.
|
KeyEvent(EventDispatcher dispatcher,
IFigure source,
KeyEvent ke)
Constructs a new KeyEvent.
|
MouseEvent(EventDispatcher dispatcher,
IFigure source,
MouseEvent me)
Constructs a new MouseEvent.
|
MouseEvent(int x,
int y,
EventDispatcher dispatcher,
IFigure f,
int button,
int stateMask)
Deprecated.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.