Class EDataTypeItemSemanticEditPolicy

  • All Implemented Interfaces:
    org.eclipse.gef.EditPolicy, org.eclipse.gef.RequestConstants

    public class EDataTypeItemSemanticEditPolicy
    extends EMFProfileBaseItemSemanticEditPolicy
    Generated class or method.
    • Constructor Detail

      • EDataTypeItemSemanticEditPolicy

        public EDataTypeItemSemanticEditPolicy()
        Generated class or method.
    • Method Detail

      • getStartCreateRelationshipCommand

        protected org.eclipse.gef.commands.Command getStartCreateRelationshipCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
        Generated class or method.
      • getCompleteCreateRelationshipCommand

        protected org.eclipse.gef.commands.Command getCompleteCreateRelationshipCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
        Generated class or method.
      • getReorientRelationshipCommand

        protected org.eclipse.gef.commands.Command getReorientRelationshipCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.ReorientRelationshipRequest req)
        Returns command to reorient EClass based link. New link target or source should be the domain model element associated with this node.
        Overrides:
        getReorientRelationshipCommand in class EMFProfileBaseItemSemanticEditPolicy
        Generated class or method.