|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressTicket
Progress task following, must be used from Progress
class.
Method Summary | |
---|---|
void |
finish()
Finish the progress task. |
void |
progress()
Notify the user about a new completed unit. |
void |
progress(int workunit)
Notify the user about completed workunits. |
void |
progress(java.lang.String message)
Notify the user about progress by showing message with details. |
void |
progress(java.lang.String message,
int workunit)
Notify the user about completed workunits and show additional detailed message. |
void |
setDisplayName(java.lang.String newDisplayName)
Change the display name of the progress task. |
void |
start()
Start the progress indication for indeterminate task. |
void |
start(int workunits)
Start the progress indication for a task with known number of steps. |
void |
switchToDeterminate(int workunits)
Currently indeterminate task can be switched to show percentage completed. |
void |
switchToIndeterminate()
Currently determinate task can be switched to indeterminate mode. |
Method Detail |
---|
void finish()
void progress()
void progress(int workunit)
workunit
- a cumulative number of workunits completed so farvoid progress(java.lang.String message)
message
- about the status of the taskvoid progress(java.lang.String message, int workunit)
message
- details about the status of the taskworkunit
- a cumulative number of workunits completed so farvoid setDisplayName(java.lang.String newDisplayName)
newDisplayName
- the new display namevoid start()
void start(int workunits)
workunits
- total number of workunits that will be processedvoid switchToDeterminate(int workunits)
workunits
- workunits total number of workunits that will be processedvoid switchToIndeterminate()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |