Package com._1c.g5.v8.dt.ui.operations
Class ProjectOperationApiUiHelper
java.lang.Object
com._1c.g5.v8.dt.ui.operations.ProjectOperationApiUiHelper
The utility class that provides
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 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 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
.
-