static void |
Progress.finish(ProgressTicket progressTicket) |
Finish the progress task.
|
static void |
Progress.finish(ProgressTicket progressTicket,
String finishMessage) |
Finish the progress task and display a wrap-up message
|
static String |
Progress.getDisplayName(ProgressTicket progressTicket) |
Returns the current task's display name, or an empty string.
|
static void |
Progress.progress(ProgressTicket progressTicket) |
Notify the user about a new completed unit.
|
static void |
Progress.progress(ProgressTicket progressTicket,
int workunit) |
Notify the user about completed workunits.
|
static void |
Progress.progress(ProgressTicket progressTicket,
String message) |
Notify the user about progress by showing message with details.
|
static void |
Progress.progress(ProgressTicket progressTicket,
String message,
int workunit) |
Notify the user about completed workunits and show additional detailed message.
|
static void |
Progress.setDisplayName(ProgressTicket progressTicket,
String newDisplayName) |
Change the display name of the progress task.
|
static void |
Progress.start(ProgressTicket progressTicket) |
Start the progress indication for indeterminate task.
|
static void |
Progress.start(ProgressTicket progressTicket,
int workunits) |
Start the progress indication for a task with known number of steps.
|
static void |
Progress.switchToDeterminate(ProgressTicket progressTicket,
int workunits) |
Currently indeterminate task can be switched to show percentage completed.
|
static void |
Progress.switchToIndeterminate(ProgressTicket progressTicket) |
Currently determinate task can be switched to indeterminate mode.
|