|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITabularData | |
---|---|
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.util | Provides CAST Importer various general utility classes for the base data importer. |
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 ITabularData in pl.edu.agh.cast.importer.base.data |
---|
Classes in pl.edu.agh.cast.importer.base.data that implement ITabularData | |
---|---|
class |
RawTabularData
Class, which represents the data read from the source data file in a form of a table with unanalyzed records. |
class |
TabularData
Class, which represents the data read from the source data file in a form of a table with already-analyzed records. |
Uses of ITabularData in pl.edu.agh.cast.importer.base.util |
---|
Methods in pl.edu.agh.cast.importer.base.util that return ITabularData | |
---|---|
ITabularData<DataRow> |
ConversionPreviewGenerator.generatePreview(IImportTemplate template,
String filePath)
Generates conversion preview for input file and input template. |
Uses of ITabularData in pl.edu.agh.cast.importer.wizard.page |
---|
Methods in pl.edu.agh.cast.importer.wizard.page that return ITabularData | |
---|---|
ITabularData<DataRow> |
InitImportPage.getTemplateConversionPreview()
Creates and returns conversion preview. |
Methods in pl.edu.agh.cast.importer.wizard.page with parameters of type ITabularData | |
---|---|
void |
ConversionPreviewComposite.refreshConversionPreview(ITabularData<DataRow> data)
Views in table viewer conversion preview. |
Uses of ITabularData in pl.edu.agh.cast.importer.wizard.utils |
---|
Methods in pl.edu.agh.cast.importer.wizard.utils with parameters of type ITabularData | |
---|---|
static void |
TableViewerHelper.initTable(org.eclipse.jface.viewers.TableViewer tableViewer,
Integer[] selectedColumns,
boolean isSortable,
boolean isEditable,
ITabularData<?> data,
ErrorsLog errorsLog,
ValidationPageComposite composite)
Initialize table viewer: creates columns chosen from selected columns and sets sorter for each column (if isSortable == true). |
static void |
TableViewerHelper.initTable(org.eclipse.jface.viewers.TableViewer tableViewer,
ITabularData<?> data)
Delegated method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |