Package | Description |
---|---|
idare.imagenode.Interfaces.DataSetReaders |
A Package that defines interfaces that have to be used by Readers for additional DataSet Formats.
|
idare.imagenode.internal | |
idare.imagenode.internal.DataManagement | |
idare.imagenode.internal.DataSetReaders.CSVReader | |
idare.imagenode.internal.DataSetReaders.POIReader |
This package contains a wrapper to wrap POI
Workbook s to IDAREWorkbook s |
idare.imagenode.internal.GUI.DataSetAddition.Tasks |
Constructor and Description |
---|
IDAREReaderSetupTask(IDAREDatasetReader reader)
Default constructor using the reader this Task is supposed to set up.
|
Modifier and Type | Method and Description |
---|---|
void |
IDAREImageNodeApp.deRegisterDataSetReader(IDAREDatasetReader reader)
Deregister an
IDAREDatasetReader from being available in the app. |
void |
IDAREImageNodeApp.registerDataSetReader(IDAREDatasetReader reader)
Register an
IDAREDatasetReader to be available in the app. |
Modifier and Type | Method and Description |
---|---|
Vector<IDAREDatasetReader> |
DataSetManager.getAvailableReaders()
Get all
IDAREDatasetReader s currently registered with IDARE. |
Modifier and Type | Method and Description |
---|---|
void |
DataSetManager.deregisterDataSetReader(IDAREDatasetReader reader)
DeRegister a
IDAREDatasetReader . |
void |
DataSetManager.registerDataSetReader(IDAREDatasetReader reader)
Register a
IDAREDatasetReader to be available for file reading. |
Modifier and Type | Class and Description |
---|---|
class |
CSVReader
The CSV Reader assumes, that
|
class |
TSVReader
A Tab separated File reader is the same as a comma separated file reader, except that it also accepts tsv files and
uses Tab instead of commas as separator
|
Modifier and Type | Class and Description |
---|---|
class |
POIReader |
Constructor and Description |
---|
IDAREReaderTask(IDAREDatasetReader reader,
DataSetReadingInfo dsri) |
ReadWorkBookTask(IDAREDatasetReader reader,
DataSetReadingInfo dsri) |
Copyright © 2018. All rights reserved.