|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FocusListener | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of FocusListener in org.eclipse.draw2d |
Classes in org.eclipse.draw2d that implement FocusListener | |
static class |
FocusListener.Stub
An empty implementation of FocusListener for convenience. |
Methods in org.eclipse.draw2d with parameters of type FocusListener | |
void |
IFigure.addFocusListener(FocusListener listener)
Registers the given listener as a FocusListener of this IFigure. |
void |
IFigure.removeFocusListener(FocusListener listener)
Unregisters the given listener, so that it will no longer receive notification of focus events. |
void |
Figure.addFocusListener(FocusListener listener)
|
void |
Figure.removeFocusListener(FocusListener listener)
|
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |