Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
FocusListener.Stub
An empty implementation of FocusListener for convenience.
|
Modifier and Type | Method and Description |
---|---|
void |
IFigure.addFocusListener(FocusListener listener)
Registers the given listener as a FocusListener of this figure.
|
void |
Figure.addFocusListener(FocusListener listener) |
void |
IFigure.removeFocusListener(FocusListener listener)
Unregisters the given listener, so that it will no longer receive
notification of focus events.
|
void |
Figure.removeFocusListener(FocusListener listener) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.