Class ProjectOperationApiUiHelper


  • public final class ProjectOperationApiUiHelper
    extends Object
    The utility class that provides
    • 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 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.