Uses of Class
edu.nrao.sss.html.HtmlTableCell

Packages that use HtmlTableCell
edu.nrao.sss.html HTML support. 
 

Uses of HtmlTableCell in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlTableCell
 HtmlTableCell HtmlTableCell.clone()
          Returns a new copy of this cell.
 HtmlTableCell HtmlTableRow.removeCell(int index)
          Removes the cell at index from this row.
 

Methods in edu.nrao.sss.html that return types with arguments of type HtmlTableCell
 List<HtmlTableCell> HtmlTableRow.getCells()
          Returns a copy of this row's list of cells.
 

Methods in edu.nrao.sss.html with parameters of type HtmlTableCell
 void HtmlTableRow.addCell(HtmlTableCell newCell)
          Adds newCell to this row.
 boolean HtmlTableCell.equalsIgnoreAttribute(HtmlTableCell other, HTML.Attribute attribute)
          Compares other to this cell for equality, ignoring the parentRow and attribute.
 boolean HtmlTableCell.equalsIgnoreSpans(HtmlTableCell other)
          Compares other to this cell for equality, ignoring the parentRow and the colspan and rowspan attributes.
 boolean HtmlTableRow.removeCell(HtmlTableCell unwantedCell)
          Removes unwantedCell from this row.
 



Copyright © 2009. All Rights Reserved.