|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyListener | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of KeyListener in org.eclipse.draw2d |
Classes in org.eclipse.draw2d that implement KeyListener | |
static class |
KeyListener.Stub
An empty implementation of KeyListener for convenience. |
Methods in org.eclipse.draw2d with parameters of type KeyListener | |
void |
IFigure.addKeyListener(KeyListener listener)
Registers the given listener as a KeyListner of this IFigure. |
void |
IFigure.removeKeyListener(KeyListener listener)
Removes the first occurence of the given listener. |
void |
Figure.addKeyListener(KeyListener listener)
|
void |
Figure.removeKeyListener(KeyListener listener)
|
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |