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