Uses of Interface
idare.imagenode.Interfaces.DataSetReaders.WorkBook.IDARECell
-
Packages that use IDARECell 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 anIDAREWorkbook
compatible with the IDARE Interface.idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet
. -
-
Uses of IDARECell in idare.imagenode.Interfaces.DataSetReaders.WorkBook
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return IDARECell Modifier and Type Method Description IDARECell
IDARERow. getCell(int arg0)
Get theIDARECell
in the specified column from this Row.IDARECell
IDARERow. getCell(int arg0, int arg1)
Get theIDARECell
in the specified column from this Row, using the specified policy to handle non existing or blank cells.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook that return types with arguments of type IDARECell Modifier and Type Method Description Iterator<IDARECell>
IDARERow. cellIterator()
Obtain an Iterator over theIDARECell
s of this row. -
Uses of IDARECell in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Classes in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that implement IDARECell Modifier and Type Class Description class
BasicIDARECell
Basic implementation of a Simple Cell for aBasicIDAREWorkbook
.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARECell Modifier and Type Method Description IDARECell
BasicIDARERow. getCell(int arg0)
IDARECell
BasicIDARERow. getCell(int arg0, int arg1)
IDARECell
IDARECellIterator. next()
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return types with arguments of type IDARECell Modifier and Type Method Description Iterator<IDARECell>
BasicIDARERow. cellIterator()
Iterator<IDARECell>
BasicIDARERow. iterator()
Constructor parameters in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with type arguments of type IDARECell Constructor Description IDARECellIterator(Iterator<? extends IDARECell> source)
-
Uses of IDARECell in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets that return IDARECell Modifier and Type Method Description IDARECell
DataSet. skipLabels(Iterator<IDARECell> currentiterator)
Skip the Cells containing the labels from a cell iteratorMethod parameters in idare.imagenode.Interfaces.DataSets with type arguments of type IDARECell Modifier and Type Method Description IDARECell
DataSet. skipLabels(Iterator<IDARECell> currentiterator)
Skip the Cells containing the labels from a cell iterator
-