blob: 6190fae9c544c470c89232afc32cf0834a3cc385 [file] [log] [blame]
package org.eclipse.gmf.examples.ocldriven.diagram.custom.policies;
import org.eclipse.gmf.examples.ocldriven.toe.diagram.part.TOEVisualIDRegistry;
import org.eclipse.gmf.tooling.runtime.edit.policies.reparent.CreationEditPolicyWithCustomReparent;
public class TOECreationEditPolicyWithCustomReparent extends CreationEditPolicyWithCustomReparent {
public TOECreationEditPolicyWithCustomReparent() {
super(TOEVisualIDRegistry.TYPED_INSTANCE);
}
}