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