Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PolylineConnection
An implementation of
Connection based on Polyline. |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionAnchor.addAnchorListener(AnchorListener listener)
Adds a listener interested in the movement of this ConnectionAnchor.
|
void |
AbstractConnectionAnchor.addAnchorListener(AnchorListener listener)
Adds the given listener to the listeners to be notified of anchor
location changes.
|
void |
ConnectionAnchorBase.addAnchorListener(AnchorListener listener) |
void |
ConnectionAnchor.removeAnchorListener(AnchorListener listener)
Removes the listener.
|
void |
AbstractConnectionAnchor.removeAnchorListener(AnchorListener listener)
Removes the given listener from this anchor.
|
void |
ConnectionAnchorBase.removeAnchorListener(AnchorListener listener) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.