|
Eclipse Draw2d 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseListener | |
---|---|
org.eclipse.draw2d | Primary package containing general interfaces and implementation classes. |
Uses of MouseListener in org.eclipse.draw2d |
---|
Classes in org.eclipse.draw2d that implement MouseListener | |
---|---|
protected class |
LightweightSystem.EventHandler
Listener used to get all necessary events from the Canvas and pass them on to the EventDispatcher . |
static class |
MouseListener.Stub
An empty implementation of MouseListener for convenience. |
Methods in org.eclipse.draw2d with parameters of type MouseListener | |
---|---|
void |
IFigure.addMouseListener(MouseListener listener)
Registers the given listener as a MouseListener of this IFigure. |
void |
Figure.addMouseListener(MouseListener listener)
|
void |
IFigure.removeMouseListener(MouseListener listener)
Unregisters the given listener, so that it will no longer receive notification of mouse events. |
void |
Figure.removeMouseListener(MouseListener listener)
|
|
Eclipse Draw2d 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |