Class AssemblyEventConnectorEditHelperAdvice

  • All Implemented Interfaces:
    org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelperAdvice

    public class AssemblyEventConnectorEditHelperAdvice
    extends org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
    The Class AssemblyEventConnectorEditHelperAdvice.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.gmf.runtime.common.core.command.ICommand getAfterConfigureCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest req)
      Get the configuration command for an AssemblyConnector.
      • Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice

        approveRequest, configureRequest, createType, createType, getAfterCreateCommand, getAfterCreateRelationshipCommand, getAfterDestroyDependentsCommand, getAfterDestroyElementCommand, getAfterDestroyReferenceCommand, getAfterDuplicateCommand, getAfterEditCommand, getAfterEditContextCommand, getAfterMoveCommand, getAfterReorientReferenceRelationshipCommand, getAfterReorientRelationshipCommand, getAfterSetCommand, getBeforeConfigureCommand, getBeforeCreateCommand, getBeforeCreateRelationshipCommand, getBeforeDestroyDependentsCommand, getBeforeDestroyElementCommand, getBeforeDestroyReferenceCommand, getBeforeDuplicateCommand, getBeforeEditCommand, getBeforeEditContextCommand, getBeforeMoveCommand, getBeforeReorientReferenceRelationshipCommand, getBeforeReorientRelationshipCommand, getBeforeSetCommand
    • Constructor Detail

      • AssemblyEventConnectorEditHelperAdvice

        public AssemblyEventConnectorEditHelperAdvice()
    • Method Detail

      • getAfterConfigureCommand

        protected org.eclipse.gmf.runtime.common.core.command.ICommand getAfterConfigureCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest req)
        Get the configuration command for an AssemblyConnector. This is modified manually to create the assumed name for the new connector.
        Overrides:
        getAfterConfigureCommand in class org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
        Parameters:
        req - the req
        Returns:
        the configure command
        Generated class or method.
        not