Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.lutris.html.HtmlTableCell

Uses of HtmlTableCell in com.lutris.html
 

Subclasses of HtmlTableCell in com.lutris.html
 class HtmlTableDataCell
          This utility class is used to compose an data cell within a row within a HTML table.
 class HtmlTableHeaderCell
          This utility class is used to compose a header cell within a row within a HTML table.
 

Methods in com.lutris.html with parameters of type HtmlTableCell
 void HtmlTableRow.addCell(HtmlTableCell td)
           
 

Constructors in com.lutris.html with parameters of type HtmlTableCell
HtmlTableRow(HtmlTableCell td)