insensa.view.dialogs.infoReader
Class CDialogSetVariableBreaksProperties.CountValuesLoaderList

java.lang.Object
  extended by insensa.view.dialogs.infoReader.CDialogSetVariableBreaksProperties.CountValuesLoaderList
All Implemented Interfaces:
WorkerStatusList
Enclosing class:
CDialogSetVariableBreaksProperties

private class CDialogSetVariableBreaksProperties.CountValuesLoaderList
extends java.lang.Object
implements WorkerStatusList


Field Summary
private  int finishedProcesses
           
private  java.util.List<CDialogSetVariableBreaksProperties.CountValueLoader> loaderList
           
private  int processes
           
private  CDialogSetVariableBreaksProperties varBreaksDia
           
 
Constructor Summary
CDialogSetVariableBreaksProperties.CountValuesLoaderList(CDialogSetVariableBreaksProperties varBreaksDia)
           
 
Method Summary
 void endAllProcesses()
           
 WorkerStatusList getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatus getWorkerStatus()
           
 WorkerStatus getWorkerStatus(int index)
           
 void startAllProcesses(java.lang.String name, int numOfProgress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varBreaksDia

private CDialogSetVariableBreaksProperties varBreaksDia

loaderList

private java.util.List<CDialogSetVariableBreaksProperties.CountValueLoader> loaderList

processes

private int processes

finishedProcesses

private int finishedProcesses
Constructor Detail

CDialogSetVariableBreaksProperties.CountValuesLoaderList

public CDialogSetVariableBreaksProperties.CountValuesLoaderList(CDialogSetVariableBreaksProperties varBreaksDia)
Parameters:
varBreaksDia -
Method Detail

endAllProcesses

public void endAllProcesses()
Specified by:
endAllProcesses in interface WorkerStatusList
See Also:
WorkerStatusList.endAllProcesses()

getChildWorkerStatusList

public WorkerStatusList getChildWorkerStatusList(WorkerStatus wStat)
Specified by:
getChildWorkerStatusList in interface WorkerStatusList
Returns:
See Also:
WorkerStatusList.getChildWorkerStatusList(insensa.WorkerStatus)

getWorkerStatus

public WorkerStatus getWorkerStatus()
Specified by:
getWorkerStatus in interface WorkerStatusList
Returns:
See Also:
WorkerStatusList.getWorkerStatus()

getWorkerStatus

public WorkerStatus getWorkerStatus(int index)
Specified by:
getWorkerStatus in interface WorkerStatusList
Returns:
See Also:
WorkerStatusList.getWorkerStatus(int)

startAllProcesses

public void startAllProcesses(java.lang.String name,
                              int numOfProgress)
                       throws java.io.IOException
Specified by:
startAllProcesses in interface WorkerStatusList
Throws:
java.io.IOException
See Also:
WorkerStatusList.startAllProcesses(java.lang.String, int)