|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabularData | |
---|---|
pl.edu.agh.cast.importer.base.converter | Provides CAST Importer base classes used for the data conversion during the import process. |
pl.edu.agh.cast.importer.base.data | Provides CAST Importer base inner data formats, used by the import process,
or more precisely by the IImportTokenizer , IImportParser
and IAnalyzer s. |
pl.edu.agh.cast.importer.base.general | Provides CAST Importer base classes for the general domain model. |
pl.edu.agh.cast.importer.base.parser | Provides CAST Importer base classes used for the data parsing during the import process. |
pl.edu.agh.cast.importer.base.process | Provides CAST Importer ImportProcess class. |
pl.edu.agh.cast.importer.wizard.dialog.rule | Provides CAST Importer wizard's classes for the import wizard conversion rule dialogs (configuring different conversion rules). |
pl.edu.agh.cast.importer.wizard.general | Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model. |
pl.edu.agh.cast.importer.wizard.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
pl.edu.agh.cast.importer.wizard.utils | Provides CAST Importer wizard's various user interface utility classes. |
Uses of TabularData in pl.edu.agh.cast.importer.base.converter |
---|
Methods in pl.edu.agh.cast.importer.base.converter that return types with arguments of type TabularData | |
---|---|
List<TabularData> |
AbstractImportConverter.preview(List<TabularData> tabularDatas)
|
List<TabularData> |
IImportConverter.preview(List<TabularData> tabularDatas)
Creates preview of specified tabular data. |
Methods in pl.edu.agh.cast.importer.base.converter with parameters of type TabularData | |
---|---|
protected T |
AbstractImportConverter.convertTabularData(TabularData tabularData,
int tabularDataIndex,
org.eclipse.core.runtime.IProgressMonitor monitor,
String subTaskString)
|
protected abstract DataRow |
AbstractImportConverter.previewRow(DataRow row,
TabularData data)
|
Method parameters in pl.edu.agh.cast.importer.base.converter with type arguments of type TabularData | |
---|---|
List<IDataSet<IDomainElement>> |
AbstractImportConverter.convert(List<TabularData> tabDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
List<IDataSet<IDomainElement>> |
IImportConverter.convert(List<TabularData> tabularDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
Converts tabular data into data sets. |
protected int |
AbstractImportConverter.countMonitorTotalWork(List<TabularData> tabularDatas)
|
List<TabularData> |
AbstractImportConverter.preview(List<TabularData> tabularDatas)
|
List<TabularData> |
IImportConverter.preview(List<TabularData> tabularDatas)
Creates preview of specified tabular data. |
Uses of TabularData in pl.edu.agh.cast.importer.base.data |
---|
Methods in pl.edu.agh.cast.importer.base.data that return TabularData | |
---|---|
TabularData |
TabularData.copyDataLeavingColumns(List<Integer> colIndices)
Copies the current tabular data, leaving only the columns with the specified column indices. |
TabularData |
TabularData.retrieveDataPreview(int size)
Retrieves tabular data preview of specified size (number of data rows to include in the preview). |
Constructors in pl.edu.agh.cast.importer.base.data with parameters of type TabularData | |
---|---|
DataRow(DataRow row,
TabularData data)
The copying constructor. |
|
DataRow(int inpRowNum,
TabularData data)
The default constructor. |
Uses of TabularData in pl.edu.agh.cast.importer.base.general |
---|
Methods in pl.edu.agh.cast.importer.base.general with parameters of type TabularData | |
---|---|
protected DataRow |
GeneralImportConverter.previewRow(DataRow dataRow,
TabularData newData)
|
Uses of TabularData in pl.edu.agh.cast.importer.base.parser |
---|
Methods in pl.edu.agh.cast.importer.base.parser that return types with arguments of type TabularData | |
---|---|
List<TabularData> |
ImportParser.parse(List<RawTabularData> rawTabularDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
Parse given unanalyzed tabular data. |
List<TabularData> |
IImportParser.parse(List<RawTabularData> rawTabularDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
Parse given unanalyzed tabular data. |
Methods in pl.edu.agh.cast.importer.base.parser with parameters of type TabularData | |
---|---|
void |
ImportParser.changeRowValueAfterParsing(TabularData parsedData,
ErrorsLog errorsLog,
DataRow row,
int index,
String value)
Changes token value in input row. |
Uses of TabularData in pl.edu.agh.cast.importer.base.process |
---|
Fields in pl.edu.agh.cast.importer.base.process with type parameters of type TabularData | |
---|---|
protected List<TabularData> |
ImportProcess.parsedData
Parsed data. |
Methods in pl.edu.agh.cast.importer.base.process that return types with arguments of type TabularData | |
---|---|
List<TabularData> |
ImportProcess.getConversionPreview()
Delegate of IImportConverter.preview(List) method. |
List<TabularData> |
ImportProcess.getParsedData()
|
Uses of TabularData in pl.edu.agh.cast.importer.wizard.dialog.rule |
---|
Fields in pl.edu.agh.cast.importer.wizard.dialog.rule declared as TabularData | |
---|---|
protected TabularData |
AbstractConversionRuleConfigDialog.data
The tabular data to be converted. |
Methods in pl.edu.agh.cast.importer.wizard.dialog.rule with parameters of type TabularData | |
---|---|
void |
AbstractSingleColumnConversionRuleConfigDialog.setData(AbstractConversionRulesSelectionPage mediator,
TabularData tabData,
String[] params,
IConversionRule convRule)
Sets necessary data for this conversion rule configuration dialog. |
void |
AbstractConversionRuleConfigDialog.setData(AbstractConversionRulesSelectionPage mediatingPage,
TabularData tabData,
String[] params,
IConversionRule convRule)
Sets necessary data for this conversion rule configuration dialog. |
Uses of TabularData in pl.edu.agh.cast.importer.wizard.general |
---|
Methods in pl.edu.agh.cast.importer.wizard.general with parameters of type TabularData | |
---|---|
void |
GeneralConversionRulesSelectionPageComposite.refreshFilePreview(TabularData tabData)
Refreshes the file preview. |
Uses of TabularData in pl.edu.agh.cast.importer.wizard.page |
---|
Methods in pl.edu.agh.cast.importer.wizard.page that return types with arguments of type TabularData | |
---|---|
List<TabularData> |
AbstractConversionRulesSelectionPage.getConversionPreview(TabularData data)
Delegated method. |
Methods in pl.edu.agh.cast.importer.wizard.page with parameters of type TabularData | |
---|---|
List<TabularData> |
AbstractConversionRulesSelectionPage.getConversionPreview(TabularData data)
Delegated method. |
void |
ValidationPageComposite.refreshPage(TabularData tabData,
ErrorsLog errors)
Refreshes the page. |
Uses of TabularData in pl.edu.agh.cast.importer.wizard.utils |
---|
Methods in pl.edu.agh.cast.importer.wizard.utils with parameters of type TabularData | |
---|---|
void |
ButtonTableCreator.createTable(org.eclipse.swt.widgets.Composite container,
org.eclipse.swt.layout.GridData tableLData,
TabularData tabData,
Map<Integer,Integer> indicesMap)
Creates table basing on parsed tabular data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |