Class ChangeFormAttributeUseAlwaysValueTask

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

    public class ChangeFormAttributeUseAlwaysValueTask
    extends BmBasicTask1<Form>
    The task change "use always" value for form attribute.
    • Constructor Detail

      • ChangeFormAttributeUseAlwaysValueTask

        public ChangeFormAttributeUseAlwaysValueTask​(IUseAlwaysAttributeService service,
                                                     PropertyInfo info,
                                                     boolean checked)
        Create a new bm task.
        Parameters:
        service - the use always service.
        info - the changed property info.
        checked - the use always value.
    • 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>