Class TreeContainerEditPolicy

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

public abstract class TreeContainerEditPolicy extends AbstractEditPolicy
An EditPolicy for handling ADDS, MOVES, and CREATES on a TreeEditPart .

This EditPolicy is responsible for displaying the insertion feedback in the Tree during the appropriate interactions.

This EditPolicy factors the getCommand(Request) into three different abstract methods which subclasses must implement.

Since:
2.0