Class AddFormAttributeTask

    • Constructor Detail

      • AddFormAttributeTask

        public AddFormAttributeTask​(FormAttributeManagementService managementService,
                                    Form form,
                                    FormAttribute attribute)
        Creates a new task of adding attribute.
        Parameters:
        managementService - the management service. Addition happens by using this service.
        form - form in which the new attribute will be added;
        attribute - it is the added attribute
    • Method Detail

      • execute

        public org.eclipse.core.runtime.IStatus execute​(Form form,
                                                        org.eclipse.core.runtime.IProgressMonitor monitor)
        Specified by:
        execute in class BmBasicTask1<Form>