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.
|
org.eclipse.gef.editpolicies |
This package contains EditPolicy implementations for many common editing
Roles.
|
Modifier and Type | Class and Description |
---|---|
static class |
EditPartListener.Stub
Listeners interested in just a subset of Events can extend this stub
implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
EditPart.addEditPartListener(EditPartListener listener)
Adds a listener to the EditPart.
|
void |
EditPart.removeEditPartListener(EditPartListener listener)
Removes the first occurance of the specified listener from the list of
listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEditPart.addEditPartListener(EditPartListener listener)
Adds an EditPartListener.
|
void |
AbstractEditPart.removeEditPartListener(EditPartListener listener)
No reason to override
|
Modifier and Type | Method and Description |
---|---|
protected EditPartListener |
LayoutEditPolicy.createListener()
creates the EditPartListener for observing when children are added to the
host.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayoutEditPolicy.setListener(EditPartListener listener)
Sets the EditPartListener used to decorate new children.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.