Eclipse Draw2d
2.1

org.eclipse.draw2d
Class KeyEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.eclipse.draw2d.InputEvent
              |
              +--org.eclipse.draw2d.KeyEvent
All Implemented Interfaces:
Serializable

public class KeyEvent
extends InputEvent

See Also:
Serialized Form

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

character

public char character

keycode

public int keycode
Constructor Detail

KeyEvent

public KeyEvent(EventDispatcher dispatcher,
                IFigure source,
                KeyEvent ke)

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.