Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlTableCell

Packages that use HtmlTableCell
com.gargoylesoftware.htmlunit.html Classes specific to html pages 
 

Uses of HtmlTableCell in com.gargoylesoftware.htmlunit.html
 

Subclasses of HtmlTableCell in com.gargoylesoftware.htmlunit.html
 class HtmlTableDataCell
          Wrapper for the html element "td"
 class HtmlTableHeaderCell
          Wrapper for the html "th" tag
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlTableCell
 HtmlTableCell HtmlTableRow.getCell(int index)
           
 HtmlTableCell HtmlTable.getCellAt(int rowIndex, int columnIndex)
          Return the first cell that matches the specified row and column, searching left to right, top to bottom.
 HtmlTableCell HtmlTableRow.CellIterator.nextCell()
           
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.