Interface TethysUIThreadStatusManager
- All Superinterfaces:
TethysUIComponent
- All Known Implementing Classes:
TethysUICoreThreadProgressStatus,TethysUICoreThreadTextAreaStatus
Thread Status Manager.
-
Method Summary
Modifier and TypeMethodDescriptionvoidset Cancelled.voidset Completion.voidsetFailure(Throwable pException) set Failure.voidsetProgress(TethysUIThreadStatus pStatus) set Progress.Methods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
setProgress
set Progress.- Parameters:
pStatus- the status to apply
-
setCompletion
void setCompletion()set Completion. -
setFailure
set Failure.- Parameters:
pException- the exception
-
setCancelled
void setCancelled()set Cancelled.
-