Package | Description |
---|---|
org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
org.eclipse.gef.editparts |
This package contains abstract implementation of the EditPart interface.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicalEditPart.addNodeListener(NodeListener listener)
Adds a NodeListener to the EditPart.
|
void |
GraphicalEditPart.removeNodeListener(NodeListener listener)
Removes the first occurance of the specified listener from the list of
listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraphicalEditPart.addNodeListener(NodeListener listener) |
void |
AbstractGraphicalEditPart.removeNodeListener(NodeListener listener) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.