|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.utils.progress.Progress
public class Progress
Progress functionalities accessor.
Constructor Summary | |
---|---|
Progress()
|
Method Summary | |
---|---|
static void |
finish(ProgressTicket progressTicket)
Finish the progress task. |
static void |
progress(ProgressTicket progressTicket)
Notify the user about a new completed unit. |
static void |
progress(ProgressTicket progressTicket,
int workunit)
Notify the user about completed workunits. |
static void |
progress(ProgressTicket progressTicket,
java.lang.String message)
Notify the user about progress by showing message with details. |
static void |
progress(ProgressTicket progressTicket,
java.lang.String message,
int workunit)
Notify the user about completed workunits and show additional detailed message. |
static void |
setDisplayName(ProgressTicket progressTicket,
java.lang.String newDisplayName)
Change the display name of the progress task. |
static void |
start(ProgressTicket progressTicket)
Start the progress indication for indeterminate task. |
static void |
start(ProgressTicket progressTicket,
int workunits)
Start the progress indication for a task with known number of steps. |
static void |
switchToDeterminate(ProgressTicket progressTicket,
int workunits)
Currently indeterminate task can be switched to show percentage completed. |
static void |
switchToIndeterminate(ProgressTicket progressTicket)
Currently determinate task can be switched to indeterminate mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Progress()
Method Detail |
---|
public static void finish(ProgressTicket progressTicket)
progressTicket
- the progress ticket of the taskpublic static void progress(ProgressTicket progressTicket)
progressTicket
- the progress ticket of the taskpublic static void progress(ProgressTicket progressTicket, int workunit)
progressTicket
- the progress ticket of the taskworkunit
- a cumulative number of workunits completed so farpublic static void progress(ProgressTicket progressTicket, java.lang.String message)
progressTicket
- the progress ticket of the taskmessage
- details about the status of the taskpublic static void progress(ProgressTicket progressTicket, java.lang.String message, int workunit)
progressTicket
- the progress ticket of the taskmessage
- details about the status of the taskworkunit
- a cumulative number of workunits completed so farpublic static void setDisplayName(ProgressTicket progressTicket, java.lang.String newDisplayName)
progressTicket
- the progress ticket of the tasknewDisplayName
- the new display namepublic static void start(ProgressTicket progressTicket)
progressTicket
- the progress ticket of the taskpublic static void start(ProgressTicket progressTicket, int workunits)
progressTicket
- the progress ticket of the taskworkunits
- total number of workunits that will be processedpublic static void switchToDeterminate(ProgressTicket progressTicket, int workunits)
progressTicket
- the progress ticket of the taskworkunits
- workunits total number of workunits that will be processedpublic static void switchToIndeterminate(ProgressTicket progressTicket)
progressTicket
- the progress ticket of the task
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |