public abstract class ProgressIndicatorProvider
extends java.lang.Object
Constructor and Description |
---|
ProgressIndicatorProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
checkCanceled() |
protected abstract void |
doCheckCanceled() |
static ProgressIndicator |
getGlobalProgressIndicator() |
static ProgressIndicatorProvider |
getInstance() |
abstract ProgressIndicator |
getProgressIndicator() |
static NonCancelableSection |
startNonCancelableSectionIfSupported()
Deprecated.
|
public static ProgressIndicatorProvider getInstance()
public abstract ProgressIndicator getProgressIndicator()
protected abstract void doCheckCanceled() throws ProcessCanceledException
ProcessCanceledException
public static ProgressIndicator getGlobalProgressIndicator()
@Deprecated public static NonCancelableSection startNonCancelableSectionIfSupported()
ProgressManager.executeNonCancelableSection(Runnable)
insteadpublic static void checkCanceled() throws ProcessCanceledException
ProcessCanceledException