Uses of Interface
org.eclipse.draw2d.KeyListener
Packages that use KeyListener
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of KeyListener in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement KeyListenerModifier and TypeClassDescriptionstatic classAn empty implementation of KeyListener for convenience.Methods in org.eclipse.draw2d with parameters of type KeyListenerModifier and TypeMethodDescriptionvoidFigure.addKeyListener(KeyListener listener) voidIFigure.addKeyListener(KeyListener listener) Registers the given listener as a KeyListener of this figure.voidFigure.removeKeyListener(KeyListener listener) voidIFigure.removeKeyListener(KeyListener listener) Removes the first occurence of the given listener.