Method Summary |
|
public void | addCancelListener(ProgressDialogListener listener) Adds a cancel action listener. |
public void | cancelAction() Cancels the current action. |
public void | dispose() Disposed of the dialog. |
public int | getMaximumValue() Gets the maximum value for the progress dialog. |
public String | getMessage() Gets the display message for the progress dialog. |
public int | getMinimumValue() Gets the minimum value for the progress dialog. |
public String | getTitle() Gets the title for the progress dialog. |
public int | getValue() Gets the current value for the progress dialog. |
public boolean | isCancelled() Returns whether or not this action has been cancelled. |
public void | setMaximumValue(int maximum) Sets the maximum value for the progress dialog. |
public void | setMinimumValue(int minimum) Sets the minimum value for the progress dialog. |
public void | setValue(int value) Sets the current value for the progress dialog. |
public void | show() Shows the dialog. |