public interface AwbProgressMonitor extends IProgressMonitor
UNKNOWN| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the component.
|
boolean |
isCanceled()
Checks if the action has been canceled.
|
boolean |
isVisible()
Checks if the component is visible.
|
void |
setAllow2Cancel(boolean allowToCancel)
Sets the component cancelable or not.
|
void |
setHeaderText(java.lang.String headerText)
Sets the header text.
|
void |
setOwner(java.awt.Window ownerWindow)
Allows to set the owner window of JDialog, if used.
|
void |
setProgress(int progress)
Sets the progress.
|
void |
setProgressText(java.lang.String progressText)
Sets the progress text.
|
void |
setVisible(boolean visible)
Sets the component visible or invisible.
|
void |
setWindowTitle(java.lang.String windowTitle)
Sets the window title.
|
beginTask, done, internalWorked, setCanceled, setTaskName, subTask, workedvoid setVisible(boolean visible)
visible - the new visibleboolean isVisible()
void dispose()
void setOwner(java.awt.Window ownerWindow)
ownerWindow - the new ownervoid setWindowTitle(java.lang.String windowTitle)
windowTitle - the new window titlevoid setHeaderText(java.lang.String headerText)
headerText - the new header textvoid setProgressText(java.lang.String progressText)
progressText - the new progress textvoid setProgress(int progress)
progress - the new progressvoid setAllow2Cancel(boolean allowToCancel)
allowToCancel - the new allow to cancelboolean isCanceled()
isCanceled in interface IProgressMonitor