Uses of Interface
insensa.ParentModule

Packages that use ParentModule
insensa   
 

Uses of ParentModule in insensa
 

Classes in insensa that implement ParentModule
 class CProject
          TODO remove Sets
 class CRasterFileSet
           
 

Fields in insensa declared as ParentModule
private  ParentModule CRasterFileInformation.parent
           
private  ParentModule CRasterFileSet.parent
           
 

Methods in insensa that return ParentModule
 ParentModule CRasterFileSet.getParent()
           
 ParentModule CRasterFileInformation.getParentModule()
           
 

Methods in insensa with parameters of type ParentModule
 void CRasterFileInformation.setParentModule(ParentModule parentModule)
           
 void CRasterFileSet.setParentModule(ParentModule parent)
           
 

Constructors in insensa with parameters of type ParentModule
CRasterFileInformation(CRasterFileInformation oldFile, ParentModule parent, java.lang.String newOutputFileName, boolean keepOpen)
          Creates a new CRasterFileInformation as a copy of another, with new OutputFilePath and OutputFileName.
CRasterFileInformation(ParentModule parent, java.lang.String outputFileName, java.lang.String fullName, ConnectionDependencies conDep)
          Open existing File as CRasterFileInformation.
CRasterFileInformation(ParentModule parent, java.lang.String outputFileName, java.lang.String fullName, OptionFileChanger option, ConnectionDependencies conDep)
           
CRasterFileInformation(java.lang.String newAbsoluteFilePath, CRasterFileInformation oldFile, ParentModule parent, boolean copyInfos, boolean copyOptions, boolean keepOpen)
          Create a new File Instance and copy all Options and Infos from CRasterFile and CRasterFileInformation The Path of the new File instance is the path of newAbsoluteFilePath The XML Information for the new File is the same as for the old file, no need to change this.
CRasterFileSet(ParentModule parent, java.lang.String name, ConnectionDependencies conDep, WorkerStatus wStatus)