|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.eclipse.draw2d.InputEvent
| Field Summary | |
static int |
ALT
|
static int |
ANY_BUTTON
|
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)
|
|
| Method Summary | |
void |
consume()
|
int |
getState()
|
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
public static final int CONTROL
public static final int SHIFT
public static final int BUTTON1
public static final int BUTTON2
public static final int BUTTON3
public static final int ANY_BUTTON
| Constructor Detail |
public InputEvent(EventDispatcher dispatcher,
IFigure source,
int state)
| Method Detail |
public void consume()
public int getState()
public boolean isConsumed()
|
Draw2D v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||