| Package | Description |
|---|---|
| idare.imagenode.Interfaces.DataSetReaders.WorkBook |
This package contains the Interfaces necessary for DataSet parsing.
|
| idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation |
This package contains a basic implementation of an
IDAREWorkbook compatible with the IDARE Interface. |
| idare.imagenode.Interfaces.DataSets |
A Package that defines interfaces and abstract basis classes for all components necessary to represent a
DataSet. |
| idare.imagenode.internal.DataSetReaders.POIReader |
This package contains a wrapper to wrap POI
Workbooks to IDAREWorkbooks |
| Modifier and Type | Method and Description |
|---|---|
IDARECell |
IDARERow.getCell(int arg0)
Get the
IDARECell in the specified column from this Row. |
IDARECell |
IDARERow.getCell(int arg0,
int arg1)
Get the
IDARECell in the specified column from this Row, using the specified policy to handle non existing or blank cells. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARECell> |
IDARERow.cellIterator()
Obtain an Iterator over the
IDARECells of this row. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIDARECell
Basic implementation of a Simple Cell for a
BasicIDAREWorkbook. |
| Modifier and Type | Method and Description |
|---|---|
IDARECell |
BasicIDARERow.getCell(int arg0) |
IDARECell |
BasicIDARERow.getCell(int arg0,
int arg1) |
IDARECell |
IDARECellIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARECell> |
BasicIDARERow.cellIterator() |
Iterator<IDARECell> |
BasicIDARERow.iterator() |
| Constructor and Description |
|---|
IDARECellIterator(Iterator<? extends IDARECell> source) |
| Modifier and Type | Method and Description |
|---|---|
IDARECell |
DataSet.skipLabels(Iterator<IDARECell> currentiterator)
Skip the Cells containing the labels from a cell iterator
|
| Modifier and Type | Method and Description |
|---|---|
IDARECell |
DataSet.skipLabels(Iterator<IDARECell> currentiterator)
Skip the Cells containing the labels from a cell iterator
|
| Modifier and Type | Class and Description |
|---|---|
class |
POICell |
| Modifier and Type | Method and Description |
|---|---|
IDARECell |
POIRow.getCell(int arg0) |
IDARECell |
POIRow.getCell(int arg0,
int arg1) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARECell> |
POIRow.cellIterator() |
Iterator<IDARECell> |
POIRow.iterator() |
Copyright © 2018. All rights reserved.