Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IFigure.addCoordinateListener(CoordinateListener listener)
Registers the given listener as a CoordinateListener of this figure.
|
void |
Figure.addCoordinateListener(CoordinateListener listener) |
void |
IFigure.removeCoordinateListener(CoordinateListener listener)
Unregisters the given listener, so that it will no longer receive
notification of coordinate changes.
|
void |
Figure.removeCoordinateListener(CoordinateListener listener) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.