|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.eclipse.draw2d.InputEvent
The base class for Draw2d events.
Field Summary | |
static int |
ALT
|
static int |
ANY_BUTTON
A bitwise OR'ing of BUTTON1 , BUTTON2 and BUTTON3 |
static int |
BUTTON1
|
static int |
BUTTON2
|
static int |
BUTTON3
|
static int |
CONTROL
|
static int |
SHIFT
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InputEvent(EventDispatcher dispatcher,
IFigure source,
int state)
Constructs a new InputEvent. |
Method Summary | |
void |
consume()
Marks this event as consumed so that it doesn't get passed on to other listeners. |
int |
getState()
Returns the event statemask, which is a bitwise OR'ing of any of the following: ALT , CONTROL , SHIFT , BUTTON1 , BUTTON2 ,
and BUTTON3 . |
boolean |
isConsumed()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ALT
SWT.ALT
,
Constant Field Valuespublic static final int CONTROL
SWT.CONTROL
,
Constant Field Valuespublic static final int SHIFT
SWT.SHIFT
,
Constant Field Valuespublic static final int BUTTON1
SWT.BUTTON1
,
Constant Field Valuespublic static final int BUTTON2
SWT.BUTTON2
,
Constant Field Valuespublic static final int BUTTON3
SWT.BUTTON3
,
Constant Field Valuespublic static final int ANY_BUTTON
BUTTON1
, BUTTON2
and BUTTON3
Constructor Detail |
public InputEvent(EventDispatcher dispatcher, IFigure source, int state)
dispatcher
- the event dispatchersource
- the source of the eventstate
- the stateMethod Detail |
public void consume()
public int getState()
ALT
, CONTROL
, SHIFT
, BUTTON1
, BUTTON2
,
and BUTTON3
.
public boolean isConsumed()
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |