Class ProjectOperationApiUiHelper

java.lang.Object
com._1c.g5.v8.dt.ui.operations.ProjectOperationApiUiHelper

public final class ProjectOperationApiUiHelper extends Object
The utility class that provides
  • Method Details

    • executeWithProgressMonitorDialog

      public static void executeWithProgressMonitorDialog(org.eclipse.swt.widgets.Shell shell, Consumer<org.eclipse.core.runtime.IProgressMonitor> monitorConsumer)
      Executes the actions provided by the specified monitorConsumer within progress monitor dialog.
      Parameters:
      shell - the parent shell for dialog, cannot be null.
      monitorConsumer - the action to execute that consumes the progress monitor, cannot be null.