|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProgressReport
The interface for a progress report; a progress report is a read only object containing
all the properties of an IProgressReporter
at a moment in time
Method Summary | |
---|---|
String |
getDetailMessage()
Returns the detail message for this particular report |
String |
getErrorMessage()
Returns the error message (if any) for this report |
org.eclipse.swt.graphics.Image |
getImage()
Returns the image of the reporter |
int |
getMaximum()
Returns the maximum amount of work to be done |
String |
getMessage()
Returns the message for this particular report |
int |
getMinimum()
Returns the minimum amount of work to be done |
String |
getName()
Returns the name of the reporter |
Object |
getObjectData()
Returns the object associated with this report |
int |
getPercentage()
Returns the percentage of work done so far |
IProgressReporter |
getReporter()
|
int |
getReporterID()
Returns the id of the reporter that created this report |
String |
getReporterType()
Returns the reporter type of the reporter that created this report |
int |
getReportType()
Returns the type of report this is |
int |
getSelection()
Returns the amount of work done so far |
String |
getTitle()
Returns the title of the reporter; this is mainly used as a window title if the reporter is shown by itself in a window |
boolean |
isActive()
Returns whether the reporter is still in active state |
boolean |
isCancelAllowed()
Returns whether the process owning the reporter allows a cancel request |
boolean |
isCanceled()
Returns whether the reporter has been canceled |
boolean |
isDisposed()
Returns whether the reporter has been marked for disposal |
boolean |
isDone()
Returns whether the reporter is done with all its work |
boolean |
isIndeterminate()
Returns whether the amount of work done so far can not be calculated accurately |
boolean |
isInErrorState()
Returns whether the reporter has reported an error |
boolean |
isPercentageInUse()
Returns whether the amount of work done is in percentage form |
boolean |
isRetryAllowed()
Returns whether the process owning the reporter allows a retry request |
Method Detail |
---|
IProgressReporter getReporter()
String getReporterType()
int getReporterID()
int getMinimum()
int getMaximum()
int getSelection()
int getPercentage()
boolean isActive()
boolean isIndeterminate()
boolean isDone()
boolean isPercentageInUse()
boolean isCancelAllowed()
boolean isCanceled()
boolean isRetryAllowed()
boolean isInErrorState()
boolean isDisposed()
String getTitle()
String getMessage()
String getDetailMessage()
String getErrorMessage()
String getName()
org.eclipse.swt.graphics.Image getImage()
Object getObjectData()
int getReportType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |