Uses of Class
org.eclipse.swt.events.KeyEvent

Packages that use KeyEvent
org.eclipse.swt.events SWT typed listener support. 
 

Uses of KeyEvent in org.eclipse.swt.events
 

Subclasses of KeyEvent in org.eclipse.swt.events
 class TraverseEvent
          Instances of this class are sent as a result of widget traversal actions.
 class VerifyEvent
          Instances of this class are sent as a result of widgets handling keyboard events
 

Methods in org.eclipse.swt.events with parameters of type KeyEvent
 void KeyListener.keyPressed(KeyEvent e)
          Sent when a key is pressed on the system keyboard.
 void KeyListener.keyReleased(KeyEvent e)
          Sent when a key is released on the system keyboard.