Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
KeyListener.Stub
An empty implementation of KeyListener for convenience.
|
Modifier and Type | Method and Description |
---|---|
void |
IFigure.addKeyListener(KeyListener listener)
Registers the given listener as a KeyListener of this figure.
|
void |
Figure.addKeyListener(KeyListener listener) |
void |
IFigure.removeKeyListener(KeyListener listener)
Removes the first occurence of the given listener.
|
void |
Figure.removeKeyListener(KeyListener listener) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.