public final class SubTaskProgressIndicator extends SensitiveProgressWrapper
| Modifier and Type | Method and Description | 
|---|---|
void | 
finished()  | 
double | 
getFraction()  | 
void | 
setFraction(double newValue)
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 | 
setIndeterminate(boolean indeterminate)
Marks the progress indeterminate (for processes that can't estimate the amount of work to be done) or determinate (for processes
 that can display the fraction of the work done using  
ProgressIndicator.setFraction(double)). | 
void | 
setText(java.lang.String text)
Sets text above the progress bar 
 | 
void | 
setText2(java.lang.String text)
Sets text under the progress bar 
 | 
cancel, checkCanceled, getCancellationTrace, getModalityState, getOriginalProgressIndicator, isCanceled, isIndeterminate, unwrap, unwrapAll, wrapdontStartActivity, finishNonCancelableSection, getLock, getText, getText2, initStateFrom, isCancelable, isModal, isPopupWasShown, isReuseable, isRunning, isShowing, popState, pushState, setModalityProgress, start, startNonCancelableSection, stop, toStringchangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfinishNonCancelableSection, getText, getText2, isModal, isPopupWasShown, isRunning, isShowing, popState, pushState, setModalityProgress, start, startNonCancelableSection, stoppublic void setIndeterminate(boolean indeterminate)
ProgressIndicatorProgressIndicator.setFraction(double)).setIndeterminate in interface ProgressIndicatorsetIndeterminate in class ProgressWrapperpublic void setText(java.lang.String text)
ProgressIndicatorsetText in interface ProgressIndicatorsetText in class ProgressWrappertext - Text to setProgressIndicator.setText2(String)public void setFraction(double newValue)
ProgressIndicatorsetFraction in interface ProgressIndicatorsetFraction in class ProgressWrapperProgressIndicator.setIndeterminate(boolean)public void setText2(java.lang.String text)
ProgressIndicatorsetText2 in interface ProgressIndicatorsetText2 in class ProgressWrappertext - Text to setProgressIndicator.setText(String)public double getFraction()
getFraction in interface ProgressIndicatorgetFraction in class AbstractProgressIndicatorBaseProgressIndicator.setFraction(double)public void finished()