Method Summary |
|
public void | actionPerformed(ActionEvent e) Invoked when the stop button is pushed. |
public void | appendExceptionError(String message, Throwable e) |
public void | appendProgressErrorText(String t) Sets the text to be appended within the
progress info text area as an error message. |
public void | appendProgressText(String t) Sets the text to be appended within the
progress info text area. |
public void | finished() Sets the process as finished and disables the stop button. |
public int | getMaximum() Retrieves the progress bar's maximum value. |
public String | getText() Returns the text currently displayed in the output pane. |
public void | reset() Resets the progress bar to zero and clears the output text area. |
public void | setIndeterminate(boolean indeterminate) Sets the progress bar to track
indeterminate values - action of
unknown length is taking place. |
public void | setMaximum(int max) Sets the progress bar's maximum value to the specified value. |
public void | setMinimum(int min) Sets the progress bar's minimum value to the specified value. |
public void | setProgressStatus(int status) Sets the progress bar's position during the process. |