|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreateDataCollectionController | |
| biouml.model.util | |
| biouml.standard | |
| ru.biosoft.access | Provides classes and interfaces for data collections. |
| ru.biosoft.access.support | |
| Uses of CreateDataCollectionController in biouml.model.util |
| Methods in biouml.model.util with parameters of type CreateDataCollectionController | |
static void |
ModulePackager.importModule(javax.swing.JDialog parentWindow,
java.util.jar.JarFile moduleFile,
CreateDataCollectionController controller)
Imports BioUML module from module distributive. |
Module |
ModuleActivator.createModule(javax.swing.JDialog owner,
Repository parent,
java.util.jar.JarFile moduleFile,
java.lang.String classpath,
org.apache.log4j.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 | |
Module |
StandardModuleActivator.createModule(javax.swing.JDialog parentWindow,
Repository parent,
java.util.jar.JarFile moduleFile,
java.lang.String classpath,
org.apache.log4j.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 | |
DataCollection |
Repository.createDataCollection(java.lang.String name,
java.util.Properties properties,
java.lang.String subDir,
java.lang.String configName,
java.io.File[] files,
boolean copy,
CreateDataCollectionController controller)
Creates new DataCollection. |
DataCollection |
LocalRepository.createDataCollection(java.lang.String name,
java.util.Properties properties,
java.lang.String subDir,
java.lang.String configName,
java.io.File[] files,
boolean copy,
CreateDataCollectionController controller)
Creates new DataCollection with specified subdir (if not null) and config file name. |
| Uses of CreateDataCollectionController in ru.biosoft.access.support |
| Classes in ru.biosoft.access.support that implement CreateDataCollectionController | |
protected class |
AbstractImportDialog.ImportController
|
| Fields in ru.biosoft.access.support declared as CreateDataCollectionController | |
protected CreateDataCollectionController |
AbstractImportDialog.controller
|
| Methods in ru.biosoft.access.support that return CreateDataCollectionController | |
protected CreateDataCollectionController |
AbstractImportDialog.getController()
|
| Methods in ru.biosoft.access.support with parameters of type CreateDataCollectionController | |
void |
AbstractImportDialog.setController(CreateDataCollectionController c)
|
protected abstract boolean |
AbstractImportDialog.doConvert(java.lang.String name,
java.io.File file,
boolean copyFile,
int format,
CreateDataCollectionController controller)
Abstract function, which is called when ok button is pressed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||