public class DispatchThreadProgressWindow extends ProgressWindow
ProgressWindow.ListenerAbstractProgressIndicatorExBase.IndicatorActionDisposable.ParentDEFAULT_PROGRESS_DIALOG_POSTPONE_TIME_MILLIS, myBackgrounded, TOPIC| Constructor and Description |
|---|
DispatchThreadProgressWindow(boolean shouldShowCancel,
Project project) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareShowDialog() |
void |
setFraction(double fraction)
Sets the fraction: a number between 0.0 and 1.0 reflecting the ratio of work that has already be done (0.0 for nothing, 1.0 for all).
|
void |
setRunnable(java.lang.Runnable runnable) |
void |
setText(java.lang.String text)
Sets text above the progress bar
|
void |
setText2(java.lang.String text)
Sets text under the progress bar
|
background, dispose, getDialog, getTitle, isBackgrounded, isPopupWasShown, pumpEventsForHierarchy, setCancelButtonText, setDelayInMillis, setIndeterminate, setTitle, showDialog, start, startBlocking, startBlocking, stop, toStringcancel, isCanceledaddStateDelegate, checkCanceled, delegateProgressChange, delegateRunningChange, finish, isFinished, isReuseable, onProgressChange, onRunningChange, popState, processFinish, pushState, removeAllStateDelegates, removeStateDelegate, setOwnerTask, wasStarteddontStartActivity, finishNonCancelableSection, getCancellationTrace, getFraction, getLock, getModalityState, getText, getText2, initStateFrom, isCancelable, isIndeterminate, isModal, isRunning, isShowing, setModalityProgress, startNonCancelableSectionchangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcancel, checkCanceled, finishNonCancelableSection, getFraction, getModalityState, getText, getText2, isCanceled, isIndeterminate, isModal, isRunning, isShowing, popState, pushState, setModalityProgress, startNonCancelableSectioninitStateFrompublic DispatchThreadProgressWindow(boolean shouldShowCancel,
Project project)
public void setText(java.lang.String text)
ProgressIndicatorsetText in interface ProgressIndicatorsetText in class ProgressWindowtext - Text to setProgressIndicator.setText2(String)public void setFraction(double fraction)
ProgressIndicatorsetFraction in interface ProgressIndicatorsetFraction in class ProgressWindowProgressIndicator.setIndeterminate(boolean)public void setText2(java.lang.String text)
ProgressIndicatorsetText2 in interface ProgressIndicatorsetText2 in class ProgressWindowtext - Text to setProgressIndicator.setText(String)protected void prepareShowDialog()
prepareShowDialog in class ProgressWindowpublic void setRunnable(java.lang.Runnable runnable)