| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface IdeProgress represents a progress indicator that is displayed on the screen.
IdeProgress is created and started via IdeProgressIndicator's IdeProgressIndicator#start
start method.
This interface provides methods that stop this progress indicator, inquire and set
the current step and its description.
| Method Summary | |
int | getCount()Returns the current step of this indicator. |
String | getStep()Returns a description string of the current step. |
boolean | isCancelRequested()Returns true if the user does some UI action to cancel this operation. |
boolean | isStarted()Checks whether this indicator is started. |
void | setCount(int count)Sets the current step for this indicator. |
void | setStep(String description)Sets the description for the current step. |
void | stop()Stops this indicator. |
| Method Detail |
public int getCount()
getStep methodpublic String getStep()
getCount method.Stringpublic boolean isCancelRequested()
true if the user does some UI action to cancel this operation. (like hitting the Cancel button).public boolean isStarted()
true if this indicator is started, false otherwisepublic void setCount(int count)
setStep method.int step to be setpublic void setStep(String description)
messageFormat string passed to the IdeProgressIndicator.start method
setCount method.String that makes an inventory of this steppublic void stop()
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||