insensa.view.dialogs.processes
Class MainProcessThreadControl
java.lang.Object
insensa.view.dialogs.processes.MainProcessThreadControl
- All Implemented Interfaces:
- WorkerStatus
public class MainProcessThreadControl
- extends java.lang.Object
- implements WorkerStatus
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dialog
private MainProcessDialog dialog
view
private CView view
parentDialog
private java.awt.Dialog parentDialog
MainProcessThreadControl
public MainProcessThreadControl(CView view,
java.awt.Dialog parentDialog)
- Parameters:
insensa.view
- parentDialog
-
endPause
public void endPause()
- Specified by:
endPause
in interface WorkerStatus
- See Also:
WorkerStatus.endPause()
endProgress
public void endProgress()
- Specified by:
endProgress
in interface WorkerStatus
- See Also:
WorkerStatus.endProgress()
errorProcess
public void errorProcess()
- Description copied from interface:
WorkerStatus
- Should be launched if an error occurred. Mostly used to just disable the
View;
- Specified by:
errorProcess
in interface WorkerStatus
- See Also:
WorkerStatus.errorProcess()
errorProcess
public void errorProcess(java.lang.String message)
- Specified by:
errorProcess
in interface WorkerStatus
- See Also:
WorkerStatus.errorProcess(java.lang.String)
errorProcess
public void errorProcess(java.lang.Throwable e)
- Specified by:
errorProcess
in interface WorkerStatus
- See Also:
WorkerStatus.errorProcess(java.lang.Throwable)
getChildWorkerStatusList
public WorkerStatusList getChildWorkerStatusList(int index)
- Specified by:
getChildWorkerStatusList
in interface WorkerStatus
- Returns:
- See Also:
WorkerStatus.getChildWorkerStatusList(int)
getParentWorkerStatusList
public WorkerStatusList getParentWorkerStatusList()
- Specified by:
getParentWorkerStatusList
in interface WorkerStatus
- Returns:
- See Also:
WorkerStatus.getParentWorkerStatusList()
getProgress
public float getProgress()
- Specified by:
getProgress
in interface WorkerStatus
- Returns:
- See Also:
WorkerStatus.getProgress()
getStepSize
public float getStepSize()
- Specified by:
getStepSize
in interface WorkerStatus
- Returns:
- See Also:
WorkerStatus.getStepSize()
refreshPercentage
public void refreshPercentage(float percent)
- Specified by:
refreshPercentage
in interface WorkerStatus
- See Also:
WorkerStatus.refreshPercentage(float)
removeChildrenWorkerStatusLists
public void removeChildrenWorkerStatusLists()
- Specified by:
removeChildrenWorkerStatusLists
in interface WorkerStatus
- See Also:
WorkerStatus.removeChildrenWorkerStatusLists()
setChildrenWorkerStatusLists
public void setChildrenWorkerStatusLists(int numOfLists)
- Specified by:
setChildrenWorkerStatusLists
in interface WorkerStatus
- See Also:
WorkerStatus.setChildrenWorkerStatusLists(int)
setParentWorkerStatusList
public void setParentWorkerStatusList(WorkerStatusList mProgress)
- Specified by:
setParentWorkerStatusList
in interface WorkerStatus
- See Also:
WorkerStatus.setParentWorkerStatusList(insensa.WorkerStatusList)
setProcessObject
public void setProcessObject(java.lang.Object obj)
- Specified by:
setProcessObject
in interface WorkerStatus
- See Also:
WorkerStatus.setProcessObject(java.lang.Object)
setProgressName
public void setProgressName(java.lang.String name)
- Specified by:
setProgressName
in interface WorkerStatus
- See Also:
WorkerStatus.setProgressName(java.lang.String)
setStepSize
public void setStepSize(float stepSize)
- Specified by:
setStepSize
in interface WorkerStatus
- See Also:
WorkerStatus.setStepSize(float)
startPause
public void startPause(java.lang.String text)
- Specified by:
startPause
in interface WorkerStatus
- See Also:
WorkerStatus.startPause(java.lang.String)
startProcess
public void startProcess()
- Specified by:
startProcess
in interface WorkerStatus
- See Also:
WorkerStatus.startProcess()