Uses of Interface
insensa.WorkerStatus

Packages that use WorkerStatus
insensa   
insensa.commands   
insensa.connections   
insensa.helpers   
insensa.inforeader   
insensa.optionfilechanger   
insensa.view   
insensa.view.dialogs   
insensa.view.dialogs.infoReader   
insensa.view.dialogs.processes   
 

Uses of WorkerStatus in insensa
 

Methods in insensa that return WorkerStatus
 WorkerStatus WorkerStatusList.getWorkerStatus()
           
 WorkerStatus WorkerStatusList.getWorkerStatus(int index)
           
 

Methods in insensa with parameters of type WorkerStatus
 CRasterFileSet CRasterFileSet.addChildSet(java.lang.String parentSetPath, java.lang.String name, boolean serialize, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 void CRasterFileSet.addRasterFile(java.lang.String fullName, java.lang.String outputFileName, boolean serialize, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 WorkerStatusList WorkerStatusList.getChildWorkerStatusList(WorkerStatus wStat)
           
 boolean CProject.importProject(WorkerStatus wStatus)
           
 boolean CProject.open(WorkerStatus wStatus)
           
 void CUser.openProject(CProject project, WorkerStatus wStatus)
           
 boolean CModel.openProject(CUser user, CProject project, WorkerStatus wStatus, java.util.List<IProjectListener> projectListener)
           
 

Constructors in insensa with parameters of type WorkerStatus
CRasterFileSet(ParentModule parent, java.lang.String name, ConnectionDependencies conDep, WorkerStatus wStatus)
           
 

Uses of WorkerStatus in insensa.commands
 

Fields in insensa.commands declared as WorkerStatus
protected  WorkerStatus AbstractModelCommand.workerStatus
           
 

Methods in insensa.commands that return WorkerStatus
 WorkerStatus ModelCommand.getWorkerStatus()
           
 WorkerStatus AbstractModelCommand.getWorkerStatus()
           
 

Methods in insensa.commands with parameters of type WorkerStatus
 void ModelCommand.setWorkerStatus(WorkerStatus wStatus)
           
 void AbstractModelCommand.setWorkerStatus(WorkerStatus wStatus)
           
 

Uses of WorkerStatus in insensa.connections
 

Fields in insensa.connections declared as WorkerStatus
protected  WorkerStatus AbstractConnection.workerStatus
           
 

Methods in insensa.connections with parameters of type WorkerStatus
 void ConnectionFileChanger.setWorkerStatus(WorkerStatus workerStatus)
           
 void AbstractConnection.setWorkerStatus(WorkerStatus workerStatus)
           
 

Uses of WorkerStatus in insensa.helpers
 

Fields in insensa.helpers declared as WorkerStatus
private  WorkerStatus WorkerStatusCallback.workerStatus
           
 

Methods in insensa.helpers that return WorkerStatus
 WorkerStatus WorkerStatusCallback.getWorkerStatus()
           
 

Constructors in insensa.helpers with parameters of type WorkerStatus
WorkerStatusCallback(WorkerStatus workerStatus)
           
 

Uses of WorkerStatus in insensa.inforeader
 

Fields in insensa.inforeader declared as WorkerStatus
protected  WorkerStatus AbstractInfoReader.workerStatus
           
 

Methods in insensa.inforeader with parameters of type WorkerStatus
 void InfoReader.setWorkerStatus(WorkerStatus mWorkerStatus)
          Determines a WorkerStatus to listen to execution progress
 void AbstractInfoReader.setWorkerStatus(WorkerStatus mWorkerStatus)
           
 

Uses of WorkerStatus in insensa.optionfilechanger
 

Fields in insensa.optionfilechanger declared as WorkerStatus
protected  WorkerStatus AbstractOptionFileChanger.workerStatus
           
 

Methods in insensa.optionfilechanger with parameters of type WorkerStatus
 void AbstractOptionFileChanger.setWorkerStatus(WorkerStatus workerStatus)
           
 void OptionFileChanger.setWorkerStatus(WorkerStatus workerStatus)
           
 

Uses of WorkerStatus in insensa.view
 

Classes in insensa.view that implement WorkerStatus
 class CStatusLabel
           
 

Uses of WorkerStatus in insensa.view.dialogs
 

Classes in insensa.view.dialogs that implement WorkerStatus
 class CDialogOpenProjectProgress
           
 class CDialogSingleProgress
           
 class ProgressBar
           
 

Methods in insensa.view.dialogs that return WorkerStatus
 WorkerStatus CDialogProgressInfoReader.getWorkerStatus()
           
 WorkerStatus CDialogProgressConnection.getWorkerStatus()
           
 WorkerStatus CDialogProgressInfoReader.getWorkerStatus(int index)
           
 WorkerStatus CDialogProgressConnection.getWorkerStatus(int index)
           
 

Methods in insensa.view.dialogs with parameters of type WorkerStatus
 WorkerStatusList CDialogProgressInfoReader.getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatusList CDialogProgressConnection.getChildWorkerStatusList(WorkerStatus wStat)
           
 

Uses of WorkerStatus in insensa.view.dialogs.infoReader
 

Classes in insensa.view.dialogs.infoReader that implement WorkerStatus
private  class CDialogSetVariableBreaksProperties.CountValueLoader
           
 

Methods in insensa.view.dialogs.infoReader that return WorkerStatus
 WorkerStatus CDialogSetVariableBreaksProperties.CountValuesLoaderList.getWorkerStatus()
           
 WorkerStatus CDialogSetVariableBreaksProperties.CountValuesLoaderList.getWorkerStatus(int index)
           
 

Methods in insensa.view.dialogs.infoReader with parameters of type WorkerStatus
 WorkerStatusList CDialogSetVariableBreaksProperties.CountValuesLoaderList.getChildWorkerStatusList(WorkerStatus wStat)
           
 

Uses of WorkerStatus in insensa.view.dialogs.processes
 

Classes in insensa.view.dialogs.processes that implement WorkerStatus
 class ConnectionInfoReaderTreeNode
           
 class ConnectionProgressBar
           
 class ConnectionTreeNode
          This Tree Node holds a Progress Bar for one Connection The Children of this node are FileNodes for all Files that are necessary for this Connection FileNodes will be added by the progress tree
 class InfoReaderProgressBar
           
 class MainProcessDialog
           
 class MainProcessThreadControl
           
 class OptionDependencyProgressBar
           
 class OptionFileChangerProgressBar
           
 

Methods in insensa.view.dialogs.processes that return WorkerStatus
 WorkerStatus InfoReaderFileTreeNode.getWorkerStatus()
           
 WorkerStatus ConnectionFileTreeNode.getWorkerStatus()
           
 WorkerStatus ConnectionProgressTree.getWorkerStatus()
           
 WorkerStatus OptionOptionTreeNode.getWorkerStatus()
           
 WorkerStatus OptionFileChangerFileTreeNode.getWorkerStatus()
           
 WorkerStatus InfoReaderFileTreeNode.getWorkerStatus(int index)
           
 WorkerStatus ConnectionFileTreeNode.getWorkerStatus(int index)
           
 WorkerStatus ConnectionProgressTree.getWorkerStatus(int index)
           
 WorkerStatus OptionOptionTreeNode.getWorkerStatus(int index)
           
 WorkerStatus OptionFileChangerFileTreeNode.getWorkerStatus(int index)
           
 

Methods in insensa.view.dialogs.processes with parameters of type WorkerStatus
 WorkerStatusList InfoReaderFileTreeNode.getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatusList ConnectionFileTreeNode.getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatusList ConnectionProgressTree.getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatusList OptionOptionTreeNode.getChildWorkerStatusList(WorkerStatus wStat)
           
 WorkerStatusList OptionFileChangerFileTreeNode.getChildWorkerStatusList(WorkerStatus wStat)
           
 void InfoReaderFileTreeNode.refreshTreeNode(WorkerStatus wstat)
           
 void OptionOptionTreeNode.refreshTreeNode(WorkerStatus wstat)
           
 void OptionFileChangerFileTreeNode.refreshTreeNode(WorkerStatus wstat)