Search in sources :

Example 1 with ProgressTaskModal

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);
}
Also used : Shell(org.eclipse.swt.widgets.Shell) ProgressTaskModal(com.microsoft.azuretools.core.utils.ProgressTaskModal) Display(org.eclipse.swt.widgets.Display)

Aggregations

ProgressTaskModal (com.microsoft.azuretools.core.utils.ProgressTaskModal)1 Display (org.eclipse.swt.widgets.Display)1 Shell (org.eclipse.swt.widgets.Shell)1