|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataRow | |
|---|---|
| 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 IAnalyzers. |
| pl.edu.agh.cast.importer.base.stat | Provides CAST Importer base classes, which are responsible for error handling of input data during the import process. |
| pl.edu.agh.cast.importer.wizard.provider | Provides CAST Importer wizard's user interface provider classes for the import wizard. |
| pl.edu.agh.cast.importer.wizard.utils | Provides CAST Importer wizard's various user interface utility classes. |
| Uses of IDataRow in pl.edu.agh.cast.importer.base.data |
|---|
| Classes in pl.edu.agh.cast.importer.base.data with type parameters of type IDataRow | |
|---|---|
interface |
ITabularData<T extends IDataRow<?>>
Interface for classes, which represents the data read from the source data file in a form of a table with records records of type extending IDataRow. |
| Classes in pl.edu.agh.cast.importer.base.data that implement IDataRow | |
|---|---|
class |
DataRow
Class, which represents one analyzed row of data read from the source data file. |
class |
RawDataRow
Class, which represents one unanalyzed row (record) of data read from the source data file. |
| Uses of IDataRow in pl.edu.agh.cast.importer.base.stat |
|---|
| Fields in pl.edu.agh.cast.importer.base.stat declared as IDataRow | |
|---|---|
protected IDataRow<?> |
AbstractErrorLogData.relatedRow
The data row related to the error. |
| Methods in pl.edu.agh.cast.importer.base.stat that return IDataRow | |
|---|---|
IDataRow<?> |
AbstractErrorLogData.getRow()
|
| Constructors in pl.edu.agh.cast.importer.base.stat with parameters of type IDataRow | |
|---|---|
AbstractErrorLogData(ErrorType type,
String[] params,
IDataRow<?> row)
The default constructor. |
|
DataRowErrorLogData(Integer rowIdx,
ErrorType type,
String[] params,
IDataRow<?> row)
The default constructor. |
|
TabularDataErrorLogData(Integer tabDataIdx,
ErrorType type,
String[] params,
IDataRow<?> row)
The default constructor. |
|
TokenErrorLogData(Integer tokenIdx,
ErrorType type,
String[] params,
IDataRow<?> row)
The default constructor. |
|
| Uses of IDataRow in pl.edu.agh.cast.importer.wizard.provider |
|---|
| Method parameters in pl.edu.agh.cast.importer.wizard.provider with type arguments of type IDataRow | |
|---|---|
void |
ListColumnLabelProvider.setSelectedRow(List<? extends IDataRow<?>> dataRows)
|
| Uses of IDataRow in pl.edu.agh.cast.importer.wizard.utils |
|---|
| Method parameters in pl.edu.agh.cast.importer.wizard.utils with type arguments of type IDataRow | |
|---|---|
static void |
TableViewerHelper.setSelectedRows(org.eclipse.jface.viewers.TableViewer tableViewer,
List<? extends IDataRow<?>> selectedDataRows)
Sets selected data rows within a specified table viewer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||