Uses of Class
idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation.BasicIDARECell
-
Packages that use BasicIDARECell Package Description idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation This package contains a basic implementation of anIDAREWorkbook
compatible with the IDARE Interface. -
-
Uses of BasicIDARECell in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation
Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation that return BasicIDARECell Modifier and Type Method Description BasicIDARECell
BasicIDARERow. createCell()
Create a Blank Cell at the end of this row.BasicIDARECell
BasicIDARERow. createCell(int pos)
Create a blank cell at a specified position, overwriting any cell existing at the provided position This is the same as the Call createCell(CellType.BLANK,pos)BasicIDARECell
BasicIDARERow. createCell(IDARECell.CellType type)
Create a Cell with a specified type at the end of this row This is the same as a call to createCell(type,getLastCellNum()-1)BasicIDARECell
BasicIDARERow. createCell(IDARECell.CellType CellType, int pos)
Create a Cell of the specified type at the specified position.Methods in idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation with parameters of type BasicIDARECell Modifier and Type Method Description int
BasicIDARERow. getCellIndex(BasicIDARECell cell)
Get the position/index of a given Cell
-