Class ResetOrRemoveFormExtensionCommandTask

  • All Implemented Interfaces:
    IBmTask<org.eclipse.core.runtime.IStatus>

    public class ResetOrRemoveFormExtensionCommandTask
    extends BmBasicTask2<Form,​FormCommand>
    Task to delete command or replace it with base command (reset)
    • Constructor Detail

      • ResetOrRemoveFormExtensionCommandTask

        public ResetOrRemoveFormExtensionCommandTask​(Form form,
                                                     FormCommand command,
                                                     FormCommandManagementService managementService)
        Constructor
        Parameters:
        form - the extension form, cannot be null
        command - form command, cannot be null
        managementService - command management service, cannot be null