|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Template | |
|---|---|
| pl.edu.agh.cast.data.template | Provides CAST Data's classes related to import templates. |
| pl.edu.agh.cast.data.template.export | Provides CAST Data's classes for the templates' export purposes. |
| pl.edu.agh.cast.data.template.xml | Provides CAST Data's classes for the templates' XML serialization/deserialization purposes. |
| pl.edu.agh.cast.data.ui.importer.wizard | Provides CAST Data's user interface classes for the import wizard. |
| Uses of Template in pl.edu.agh.cast.data.template |
|---|
| Methods in pl.edu.agh.cast.data.template that return Template | |
|---|---|
Template[] |
TemplateGroup.getTemplatesAsArray()
|
static Template |
AbstractTemplateUtil.loadTemplateFromFile(String path)
Imports and loads a new template from an XML file. |
static Template |
AbstractTemplateUtil.registerTemplate(String path)
Registers a new template from a given template file. |
static Template |
AbstractTemplateUtil.registerTemplate(Template template)
Registers a new given template. |
| Methods in pl.edu.agh.cast.data.template that return types with arguments of type Template | |
|---|---|
static Collection<Template> |
AbstractTemplateUtil.getTemplates()
Retrieves a collection of valid templates. |
Collection<Template> |
TemplateGroup.getTemplates()
|
| Methods in pl.edu.agh.cast.data.template with parameters of type Template | |
|---|---|
static void |
AbstractTemplateUtil.exportTemplate(Template template,
File target)
Exports specified template to target file. |
static Template |
AbstractTemplateUtil.registerTemplate(Template template)
Registers a new given template. |
static void |
AbstractTemplateUtil.saveToXmlFile(Template template)
Exports and saves a given template to an XML file. |
| Constructor parameters in pl.edu.agh.cast.data.template with type arguments of type Template | |
|---|---|
TemplateGroup(Collection<Template> templates,
String name)
The default constructor. |
|
| Uses of Template in pl.edu.agh.cast.data.template.export |
|---|
| Methods in pl.edu.agh.cast.data.template.export with parameters of type Template | |
|---|---|
void |
ExportTemplateButtonAction.export(Template template)
Exports a specified template to target file chosen by the user, and informs the user about the success of his/her save operation; or exists without performing any operation if the "cancel" button was chosen in the choose target file window. |
| Uses of Template in pl.edu.agh.cast.data.template.xml |
|---|
| Methods in pl.edu.agh.cast.data.template.xml that return Template | |
|---|---|
Template |
TemplateXmlImporter.importTemplate(File file)
Imports a template from a given XML file. |
| Methods in pl.edu.agh.cast.data.template.xml with parameters of type Template | |
|---|---|
void |
TemplateXmlExporter.export(Template template,
File file)
Exports a given template to a given XML file. |
| Uses of Template in pl.edu.agh.cast.data.ui.importer.wizard |
|---|
| Fields in pl.edu.agh.cast.data.ui.importer.wizard declared as Template | |
|---|---|
protected Template |
ImportWizard.template
Import template. |
protected Template |
ImportWithProgressMonitor.template
Import template. |
protected Template |
PreprocessingPage.template
Import template. |
protected Template |
ConversionWithProgressMonitor.template
Template, according to which the conversion is done. |
| Methods in pl.edu.agh.cast.data.ui.importer.wizard that return Template | |
|---|---|
Template |
ImportPage.getTemplate()
Retrieves the template, which had been selected in the template tree viewer on the import page. |
Template |
PreprocessingPage.getTemplate()
|
| Methods in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type Template | |
|---|---|
protected void |
ImportPage.addTemplate(Template template)
Adds a specified template to the list of templates being displayed on the import page. |
List<? extends IPreprocessingItem> |
ImportWizard.analyzeDataInPreprocessing(TabularData data,
Template tmpl,
org.eclipse.core.runtime.IProgressMonitor monitor)
Analyzes the specified input data and returns a list of possible changes types. |
TabularData |
ImportPage.loadPreview(String filePath,
Template template)
Loads a data preview by importing a given amount of rows ( PREVIEW_ROWS_LIMIT) of a specified data
file, with use of a specified template. |
void |
ValidationPageComposite.setData(TabularData dat,
Template tmpl,
BrokenDataInfo errs)
Sets the validation page composite data. |
void |
ValidationPage.setData(Template tmpl,
TabularData dat,
BrokenDataInfo err)
Sets the validation page data. |
void |
PreprocessingPage.setTemplate(Template template)
|
void |
ImportWizard.validateData(TabularData data,
Template tmpl,
org.eclipse.core.runtime.IProgressMonitor monitor)
Validates the specified data, according to the specified template. |
| Constructors in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type Template | |
|---|---|
ImportWithProgressMonitor(String path,
Template template,
long rowsLimit,
ImportWizard wizard,
FileRawDataLogger importLogger)
The default constructor. |
|
TemplateInfo(org.eclipse.swt.widgets.Composite parent,
Template template)
The default constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||