|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorsLog | |
|---|---|
| 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.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.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
| 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 ErrorsLog in pl.edu.agh.cast.importer.base.converter |
|---|
| Fields in pl.edu.agh.cast.importer.base.converter declared as ErrorsLog | |
|---|---|
protected ErrorsLog |
AbstractImportConverter.errorsLog
The errors log. |
| Methods in pl.edu.agh.cast.importer.base.converter that return ErrorsLog | |
|---|---|
ErrorsLog |
AbstractImportConverter.getErrorsLog()
Retrieves the conversion errors log. |
ErrorsLog |
IImportConverter.getErrorsLog()
Retrieves the conversion errors log. |
| Uses of ErrorsLog in pl.edu.agh.cast.importer.base.parser |
|---|
| Methods in pl.edu.agh.cast.importer.base.parser that return ErrorsLog | |
|---|---|
ErrorsLog |
ImportParser.getParseErrorsLog()
Retrieves the parsing errors log. |
ErrorsLog |
IImportParser.getParseErrorsLog()
Retrieves the parsing errors log. |
| Methods in pl.edu.agh.cast.importer.base.parser with parameters of type ErrorsLog | |
|---|---|
void |
ImportParser.changeRowValueAfterParsing(TabularData parsedData,
ErrorsLog errorsLog,
DataRow row,
int index,
String value)
Changes token value in input row. |
| Uses of ErrorsLog in pl.edu.agh.cast.importer.base.process |
|---|
| Methods in pl.edu.agh.cast.importer.base.process that return ErrorsLog | |
|---|---|
ErrorsLog |
ImportProcess.getErrorsLog()
|
| Uses of ErrorsLog in pl.edu.agh.cast.importer.wizard.page |
|---|
| Methods in pl.edu.agh.cast.importer.wizard.page that return ErrorsLog | |
|---|---|
ErrorsLog |
ValidationPage.getErrorsLog()
Retrieves the errors log. |
| Methods in pl.edu.agh.cast.importer.wizard.page with parameters of type ErrorsLog | |
|---|---|
void |
ValidationPageComposite.refreshPage(TabularData tabData,
ErrorsLog errors)
Refreshes the page. |
| Uses of ErrorsLog in pl.edu.agh.cast.importer.wizard.provider |
|---|
| Constructors in pl.edu.agh.cast.importer.wizard.provider with parameters of type ErrorsLog | |
|---|---|
ListColumnLabelProvider(int columnNumber,
String format,
ErrorsLog errorsLog,
int headerRowIdx)
The default constructor. |
|
| Uses of ErrorsLog in pl.edu.agh.cast.importer.wizard.utils |
|---|
| Methods in pl.edu.agh.cast.importer.wizard.utils with parameters of type ErrorsLog | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||