Class CustomAssemblyContextItemSemanticEditPolicy

java.lang.Object
org.eclipse.gef.editpolicies.AbstractEditPolicy
org.eclipse.gmf.runtime.diagram.ui.editpolicies.SemanticEditPolicy
All Implemented Interfaces:
org.eclipse.gef.EditPolicy, org.eclipse.gef.RequestConstants

public class CustomAssemblyContextItemSemanticEditPolicy extends AssemblyContextItemSemanticEditPolicy
The Class CustomAssemblyContextItemSemanticEditPolicy.
  • Constructor Details

    • CustomAssemblyContextItemSemanticEditPolicy

      public CustomAssemblyContextItemSemanticEditPolicy()
  • Method Details

    • getDestroyElementCommand

      protected org.eclipse.gef.commands.Command getDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req)
      Gets the destroy element command.
      Overrides:
      getDestroyElementCommand in class AssemblyContextItemSemanticEditPolicy
      Parameters:
      req - the req
      Returns:
      the destroy element command
      Generated class or method.
      not