Uses of Interface
com.jniwrapper.win32.ie.dom.TableCell

Packages that use TableCell
com.jniwrapper.win32.ie.dom Contains classes for accessing browser Document Object Model (DOM). 
 

Uses of TableCell in com.jniwrapper.win32.ie.dom
 

Classes in com.jniwrapper.win32.ie.dom that implement TableCell
 class TableCellImpl
          An implementation of TableCell interface that represents HTML table cell element.
 

Methods in com.jniwrapper.win32.ie.dom that return TableCell
 TableCell TableRowImpl.createCell()
           
 TableCell TableRow.createCell()
          Creates the cell in the row as last cell.
 TableCell TableRowImpl.createCell(int index)
           
 TableCell TableRow.createCell(int index)
          Creates the cell in the row.