Uses of Class
org.eclipse.draw2d.KeyEvent
Packages that use KeyEvent
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of KeyEvent in org.eclipse.draw2dMethods in org.eclipse.draw2d with parameters of type KeyEventModifier and TypeMethodDescriptionvoidFigure.handleKeyPressed(KeyEvent event) voidIFigure.handleKeyPressed(KeyEvent event) Called when a key is pressed while this IFigure has focus.voidFigure.handleKeyReleased(KeyEvent event) voidIFigure.handleKeyReleased(KeyEvent event) Called when a key is released while this IFigure has focus.voidKeyListener.keyPressed(KeyEvent ke) Called when a key is pressed.voidKeyListener.Stub.keyPressed(KeyEvent ke) voidKeyListener.keyReleased(KeyEvent ke) Called when a key is released.voidKeyListener.Stub.keyReleased(KeyEvent ke)