|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectofflineProcessing.OLProcessDialog.OLMonitor
class OLProcessDialog.OLMonitor
| Field Summary | |
|---|---|
(package private) int |
doneFiles
|
(package private) int |
numFiles
|
| Fields inherited from interface offlineProcessing.TaskMonitor |
|---|
TASK_COMPLETE, TASK_CRASHED, TASK_IDLE, TASK_INTERRRUPTED, TASK_RUNNING |
| Constructor Summary | |
|---|---|
OLProcessDialog.OLMonitor()
|
|
| Method Summary | |
|---|---|
void |
setFileName(java.lang.String fileName)
Set the current file name. |
void |
setNumFiles(int nFiles)
Set the total number of files to process (will be one if only loaded data are being processed). |
void |
setProgress(int global,
double loaded)
Set the overall task progress |
void |
setStatus(int taskStatus)
Set the task status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int doneFiles
int numFiles
| Constructor Detail |
|---|
OLProcessDialog.OLMonitor()
| Method Detail |
|---|
public void setFileName(java.lang.String fileName)
TaskMonitor
setFileName in interface TaskMonitorpublic void setNumFiles(int nFiles)
TaskMonitor
setNumFiles in interface TaskMonitor
public void setProgress(int global,
double loaded)
TaskMonitor
setProgress in interface TaskMonitorglobal - - global progress, i.e. number of files completed (0 - nFiles)loaded - - progress though data currently loaded (0 - 1.)public void setStatus(int taskStatus)
TaskMonitor
setStatus in interface TaskMonitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||