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 anIDAREWorkbookcompatible 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 IDARECellIDARERow. getCell(int arg0)Get theIDARECellin the specified column from this Row.IDARECellIDARERow. getCell(int arg0, int arg1)Get theIDARECellin 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 theIDARECells 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 classBasicIDARECellBasic implementation of a Simple Cell for aBasicIDAREWorkbook.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return IDARECell Modifier and Type Method Description IDARECellBasicIDARERow. getCell(int arg0)IDARECellBasicIDARERow. getCell(int arg0, int arg1)IDARECellIDARECellIterator. 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 IDARECellDataSet. 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 IDARECellDataSet. skipLabels(Iterator<IDARECell> currentiterator)Skip the Cells containing the labels from a cell iterator
-