Uses of Interface
com.vladium.emma.report.html.doc.HTMLTable.ICell

Packages that use HTMLTable.ICell
com.vladium.emma.report.html.doc   
 

Uses of HTMLTable.ICell in com.vladium.emma.report.html.doc
 

Classes in com.vladium.emma.report.html.doc that implement HTMLTable.ICell
private static class HTMLTable.Cell
           
 

Methods in com.vladium.emma.report.html.doc that return HTMLTable.ICell
 HTMLTable.ICell HTMLTable.IRow.newCell()
           
 HTMLTable.ICell HTMLTable.Row.newCell()
           
 HTMLTable.ICell HTMLTable.ICell.setColspan(int span)
           
 HTMLTable.ICell HTMLTable.Cell.setColspan(int span)