Class AbstractEditPolicy

java.lang.Object
org.eclipse.gef.editpolicies.AbstractEditPolicy
All Implemented Interfaces:
EditPolicy, RequestConstants
Direct Known Subclasses:
ComponentEditPolicy, ConnectionEditPolicy, ContainerEditPolicy, GraphicalEditPolicy, TreeContainerEditPolicy

public abstract class AbstractEditPolicy extends Object implements EditPolicy, RequestConstants
The default implementation of EditPolicy.

Since this is the default implementation of an interface, this document deals with proper sub-classing. This class is not the API. For documentation on proper usage of the public API, see the documentation for the interface itself: EditPolicy.