public interface ProgressIndicatorEx extends ProgressIndicator
Modifier and Type | Method and Description |
---|---|
void |
addStateDelegate(ProgressIndicatorEx delegate) |
void |
finish(TaskInfo task) |
void |
initStateFrom(ProgressIndicator indicator) |
boolean |
isFinished(TaskInfo task) |
void |
processFinish() |
boolean |
wasStarted() |
cancel, checkCanceled, finishNonCancelableSection, getFraction, getModalityState, getText, getText2, isCanceled, isIndeterminate, isModal, isPopupWasShown, isRunning, isShowing, popState, pushState, setFraction, setIndeterminate, setModalityProgress, setText, setText2, start, startNonCancelableSection, stop
void addStateDelegate(ProgressIndicatorEx delegate)
void finish(TaskInfo task)
boolean isFinished(TaskInfo task)
boolean wasStarted()
void processFinish()
void initStateFrom(ProgressIndicator indicator)