use of com.microsoft.azuretools.core.utils.ProgressTaskModal in project azure-tools-for-java by Microsoft.
the class UIFactory method getProgressTaskImpl.
@Override
public IProgressTaskImpl getProgressTaskImpl() {
Display display = Display.getDefault();
Shell activeShell = display.getActiveShell();
return new ProgressTaskModal(activeShell);
}
Aggregations