Uses of Class
com.developmentontheedge.jobcontrol.FunctionJobControl

Packages that use FunctionJobControl
biouml.model.util   
biouml.plugins.simulation   
com.developmentontheedge.application   
ru.biosoft.access Provides classes and interfaces for data collections. 
ru.biosoft.access.support   
 

Uses of FunctionJobControl in biouml.model.util
 

Methods in biouml.model.util with parameters of type FunctionJobControl
static void ModulePackager.exportModule(Module module, java.lang.String moduleName, java.lang.String moduleVersion, java.lang.String moduleDescription, java.lang.String filename, FunctionJobControl jobControl, java.util.Set excludedNames)
          Export the specified module into distributive file.
 

Uses of FunctionJobControl in biouml.plugins.simulation
 

Subclasses of FunctionJobControl in biouml.plugins.simulation
 class SimulatorJobControl
           
 

Uses of FunctionJobControl in com.developmentontheedge.application
 

Methods in com.developmentontheedge.application that return FunctionJobControl
static FunctionJobControl ApplicationUtils.createFunctionJobControl(org.apache.log4j.Category cat)
           
 

Methods in com.developmentontheedge.application with parameters of type FunctionJobControl
static void ApplicationUtils.copyFile(java.io.File dst, java.io.File src, FunctionJobControl jc)
           
 

Uses of FunctionJobControl in ru.biosoft.access
 

Methods in ru.biosoft.access that return FunctionJobControl
 FunctionJobControl CreateDataCollectionDefaultController.getJobControl()
           
 FunctionJobControl CreateDataCollectionController.getJobControl()
          Returns job control for process of collection creating.
 

Methods in ru.biosoft.access with parameters of type FunctionJobControl
protected  void LocalRepository.createCollection(java.io.File file, boolean isNotify, FunctionJobControl fjc)
          Creates DataCollection using specified config file and adds it to this DataCollection
protected  void FilteredDataCollection.initNames(FunctionJobControl jobControl)
           
 void CreateDataCollectionDefaultController.setJobControl(FunctionJobControl jc)
           
 void CreateDataCollectionController.setJobControl(FunctionJobControl jc)
          Set job control for process of collection creating.
static void CollectionFactory.copyFiles(java.io.File dir, java.io.File[] files, boolean copy, FunctionJobControl jc)
          Copy or move files to the specified directory.
static void CollectionFactory.copyFile(java.io.File dst, java.io.File src, FunctionJobControl jc)
           
static void CollectionFactory.copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc, java.lang.String successMessage)
           
 

Constructors in ru.biosoft.access with parameters of type FunctionJobControl
FilteredDataCollection(DataCollection parent, java.lang.String name, DataCollection primaryCollection, Filter filter, FunctionJobControl jobControl, java.util.Properties properties)
          Creates FilteredDataCollection with the specified parent, name, primary data collection and filter.
 

Uses of FunctionJobControl in ru.biosoft.access.support
 

Fields in ru.biosoft.access.support declared as FunctionJobControl
protected  FunctionJobControl AbstractImportDialog.jobControl
           
protected  FunctionJobControl AbstractExportDialog.jobControl
           
 

Methods in ru.biosoft.access.support with parameters of type FunctionJobControl
protected  void AbstractImportDialog.importThread(java.lang.String dcName, int format, java.lang.String filePath, java.lang.String fileName, boolean copyFile, FunctionJobControl jobControl)
          Starts #convert(String,String,String,mgl3.jobcontrol.FunctionJobControl) function in separated thread
Function disables menu, connected with this action.
protected abstract  boolean AbstractImportDialog.doValidate(java.lang.String name, int format, FunctionJobControl jobControl)
          Abstract function, which is called when ok button is pressed.
protected abstract  void AbstractExportDialog.doExport(int format, java.lang.String filePath, java.lang.String fileName, boolean copyFile, boolean sortSites, boolean exportSequence, FunctionJobControl jobControl)
          Abstract function, which is called when ok button is pressed.
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.