Package com._1c.g5.v8.dt.ui.operations
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
executeWithProgressMonitorDialog(org.eclipse.swt.widgets.Shell shell, Consumer<org.eclipse.core.runtime.IProgressMonitor> monitorConsumer)
Executes the actions provided by the specifiedmonitorConsumer
within progress monitor dialog.
-
-
-
Method Detail
-
executeWithProgressMonitorDialog
public static void executeWithProgressMonitorDialog(org.eclipse.swt.widgets.Shell shell, Consumer<org.eclipse.core.runtime.IProgressMonitor> monitorConsumer)
Executes the actions provided by the specifiedmonitorConsumer
within progress monitor dialog.- Parameters:
shell
- the parent shell for dialog, cannot benull
.monitorConsumer
- the action to execute that consumes the progress monitor, cannot benull
.
-
-