|
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 | +--org.eclipse.draw2d.KeyEvent
Field Summary | |
char |
character
|
int |
keycode
|
Fields inherited from class org.eclipse.draw2d.InputEvent |
ALT, ANY_BUTTON, BUTTON1, BUTTON2, BUTTON3, CONTROL, SHIFT |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
KeyEvent(EventDispatcher dispatcher,
IFigure source,
KeyEvent ke)
|
Methods inherited from class org.eclipse.draw2d.InputEvent |
consume, getState, 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 char character
public int keycode
Constructor Detail |
public KeyEvent(EventDispatcher dispatcher, IFigure source, KeyEvent ke)
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |