HEADER

Uses of Class
ru.biosoft.access.CreateDataCollectionController

Packages that use CreateDataCollectionController
biouml.model.util 
biouml.modules.genenet 
biouml.modules.kegg 
biouml.modules.transpath 
biouml.standard 
ru.biosoft.access 

Uses of CreateDataCollectionController in biouml.model.util
 

Methods in biouml.model.util with parameters of type CreateDataCollectionController
ModuleModuleActivator.createModule(JDialog owner, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
static voidModulePackager.importModule(JDialog parentWindow, JarFile moduleFile, CreateDataCollectionController controller)
          Imports BioUML module from module distributive.
 

Uses of CreateDataCollectionController in biouml.modules.genenet
 

Methods in biouml.modules.genenet with parameters of type CreateDataCollectionController
ModuleGeneNetModuleActivator.createModule(JDialog frame, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Uses of CreateDataCollectionController in biouml.modules.kegg
 

Methods in biouml.modules.kegg with parameters of type CreateDataCollectionController
ModuleKeggPathwayModuleActivator.createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Uses of CreateDataCollectionController in biouml.modules.transpath
 

Methods in biouml.modules.transpath with parameters of type CreateDataCollectionController
ModuleTranspathModuleActivator.createModule(JDialog owner, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Uses of CreateDataCollectionController in biouml.standard
 

Methods in biouml.standard with parameters of type CreateDataCollectionController
ModuleStandardModuleActivator.createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Uses of CreateDataCollectionController in ru.biosoft.access
 

Classes in ru.biosoft.access that implement CreateDataCollectionController
class CreateDataCollectionDefaultController
          Default implementation of creating data collection.
 

Methods in ru.biosoft.access with parameters of type CreateDataCollectionController
DataCollectionLocalRepository.createDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller)
          Creates new DataCollection with specified subdir (if not null) and config file name.
DataCollectionRepository.createDataCollection(String name, Properties properties, String subDir, String configName, File[] files, boolean copy, CreateDataCollectionController controller)
          Creates new DataCollection.
 


FOOTER

BOTTOM