Uses of Class
olg.csv.base.Cell

Packages that use Cell
olg.csv.base This package provides the main intefaces and classes for reading / writing files organized in rows and cells. 
olg.csv.base.csv This package provides implementations for reading / writing CSV files. 
olg.csv.base.ods This package provides the implementations for reading / writing ODS files. 
olg.csv.bean This package provides the main classes and interfaces for reading/writing Beans from Rows. 
olg.csv.bean.impl This package provides the main implementations for reading/writing Beans from Rows. 
 

Uses of Cell in olg.csv.base
 

Fields in olg.csv.base with type parameters of type Cell
private  List<Cell> Row.cells
          Cells of this row.
 

Methods in olg.csv.base that return Cell
 Cell Row.getCell(int num)
          Returns registered Cell which has the given num.
 Cell Row.getCell(String num)
          Return cell at the specific number from this row.
 

Methods in olg.csv.base that return types with arguments of type Cell
 Iterator<Cell> Row.iterator()
          Cells iterator.
protected  List<Cell> AbstractSheetReader.padding(List<Cell> cells, int columnBegin, int columnEnd)
          Complete cell lists in parameter with empty cells.
 

Method parameters in olg.csv.base with type arguments of type Cell
protected  List<Cell> AbstractSheetReader.padding(List<Cell> cells, int columnBegin, int columnEnd)
          Complete cell lists in parameter with empty cells.
 

Constructor parameters in olg.csv.base with type arguments of type Cell
Row(int num, List<Cell> cells, int size)
          Constructs a row with a num, cells and size.
 

Uses of Cell in olg.csv.base.csv
 

Methods in olg.csv.base.csv that return Cell
private  Cell CSVReader.readCell()
          Read a cell.
 

Uses of Cell in olg.csv.base.ods
 

Methods in olg.csv.base.ods with parameters of type Cell
private  void ODSWriter.insertCell(org.odftoolkit.odfdom.doc.table.OdfTableRow odfRow, Cell cell)
          copy a cell in a row.
 

Uses of Cell in olg.csv.bean
 

Methods in olg.csv.bean that return Cell
 Cell ICellProcessor.getHeader()
          Provides a header cell.
 Cell ICellProcessor.transform(B e)
          Product a cell from a bean.
 

Uses of Cell in olg.csv.bean.impl
 

Methods in olg.csv.bean.impl that return Cell
 Cell CellProcessor.getHeader()
          Provides a header cell.
 Cell RowProcessor.ValueStrategy.getValue(ICellProcessor<B> fieldFormatter, B element)
          Product a new cell.
 Cell CellProcessor.transform(B e)
          Product a cell from a bean.
 



Copyright © 2014. All Rights Reserved.