Method Summary |
|
public void | complete() Notifies that the operation has finished. |
public void | dispose() Releases any resource holds by this window. |
public void | exceptionOccurred(Throwable exception) Display an exception stack trace. |
public String | getDescription() |
public InternationalString | getTask() |
public String | getTitle() Returns the window title. |
public boolean | isCanceled() |
public void | progress(float percent) |
public void | setCanceled(boolean stop) |
public void | setDescription(String description) |
public void | setTask(InternationalString task) |
public void | setTitle(String name) Set the window title. |
public void | started() Notifies that the operation begins. |
public synchronized void | warningOccurred(String source, String margin, String warning) Display a warning message under the progress bar. |