BackgroundUpdaterTask
@Deprecated public abstract class ListBackgroundUpdaterTask extends BackgroundUpdaterTask
Task.Backgroundable, Task.ConditionalModal, Task.Modal, Task.NotificationInfo, Task.WithResult<T,E extends java.lang.Exception>
Modifier and Type | Field and Description |
---|---|
protected AbstractPopup |
myPopup
Deprecated.
|
myBackgroundOption
ALWAYS_BACKGROUND, DEAF
Constructor and Description |
---|
ListBackgroundUpdaterTask(Project project,
java.lang.String title)
Deprecated.
|
ListBackgroundUpdaterTask(Project project,
java.lang.String title,
java.util.Comparator<PsiElement> comparator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
init(AbstractPopup popup,
java.lang.Object component,
Ref<UsageView> usageView)
Deprecated.
please use
BackgroundUpdaterTask |
createComparatorWrapper, createUsage, getTheOnlyOneElement, updateComponent, updateComponent
cancelTask, getCaption, getCurrentSize, getUpdater, init, isCanceled, isFinished, onFinished, onSuccess, paintBusy, replaceModel, run
isConditionalModal, isModal, processSentToBackground, shouldStartInBackground
asBackgroundable, asModal, getCancelText, getCancelTooltipText, getNotificationInfo, getProject, getTitle, isCancellable, isHeadless, notifyFinished, onCancel, onError, onThrowable, queue, setCancelText, setCancelTooltipText, setTitle, whereToRunCallbacks
protected AbstractPopup myPopup
@Deprecated public ListBackgroundUpdaterTask(Project project, java.lang.String title)
ListBackgroundUpdaterTask(Project, String, Comparator)
public ListBackgroundUpdaterTask(Project project, java.lang.String title, java.util.Comparator<PsiElement> comparator)
@Deprecated public void init(AbstractPopup popup, java.lang.Object component, Ref<UsageView> usageView)
BackgroundUpdaterTask