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

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

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

Classes in com.jniwrapper.win32.ie.dom that implement TableRow
 class TableRowImpl
          An implementation of TableRow interface that represents HTML table row element.
 

Methods in com.jniwrapper.win32.ie.dom that return TableRow
 TableRow TableImpl.createRow()
           
 TableRow Table.createRow()
          Creates row in the table as last row.
 TableRow TableImpl.createRow(int index)
           
 TableRow Table.createRow(int index)
          Creates row in the table.