Uses of Class
org.whattf.checker.table.Cell

Packages that use Cell
org.whattf.checker.table   
 

Uses of Cell in org.whattf.checker.table
 

Fields in org.whattf.checker.table declared as Cell
private  Cell[] RowGroup.cellsOnCurrentRow
          A temporary copy of cellsIfEffect sorted differently.
private  Cell[] RowGroup.EMPTY_CELL_ARRAY
          Runtime type constant.
 

Fields in org.whattf.checker.table with type parameters of type Cell
private  SortedSet<Cell> RowGroup.cellsIfEffect
          The set of cells from previous rows that are still in effect extending downwards.
private  List<Cell> Table.cellsReferringToHeaders
          A list of cells that refer to headers (in the document order).
 

Methods in org.whattf.checker.table with parameters of type Cell
(package private)  void Table.cell(Cell cell)
          Reports a cell whose positioning has been decided back to the table so that column bookkeeping can be done.
 void RowGroup.cell(Cell cell)
           
 int VerticalCellComparator.compare(Cell cell0, Cell cell1)
           
 int HorizontalCellComparator.compare(Cell cell0, Cell cell1)
           
 void Cell.errOnHorizontalOverlap(Cell laterCell)
          Emit errors if this cell and the argument overlap horizontally.