Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLTableRow

Package class diagram package IHTMLTableRow
java.lang.Object
  extended by net.sf.jiffie.IDispatch
      extended by net.sf.jiffie.BrowserDispatch
          extended by net.sf.jiffie.IHTMLDOMNode
              extended by net.sf.jiffie.ElementContainer
                  extended by net.sf.jiffie.IHTMLElement
                      extended by net.sf.jiffie.IHTMLTableRow
All Implemented Interfaces:
java.lang.Cloneable, Releaseable

public class IHTMLTableRow
extends IHTMLElement

Implementation of the IHTMLTableRowElement interface.


Field Summary
 
Fields inherited from class net.sf.jiffie.IHTMLElement
IID
 
Constructor Summary
IHTMLTableRow(InternetExplorer parentBrowser, Dispatch object)
          Constructor
 
Method Summary
 IHTMLTableCell getCell(int index)
          Convenience method to obtain a cell at the specified index from this table row, without creating a new ElementList instance to represent the entirte collection of cells.
 int getCellCount()
          Convenience method gets the count of cells in this table row.
 ElementList getCells()
          Retrieve a collection of all cell elements.
 
Methods inherited from class net.sf.jiffie.IHTMLElement
click, fireEvent, getClassName, getCurrentStyle, getID, getInnerHtml, getInnerText, getName, getOuterHtml, getOuterText, getParentElement, getStyle, getTagName, setID, setInnerHtml, setInnerText, waitWhileIncomplete
 
Methods inherited from class net.sf.jiffie.ElementContainer
getElementById, getElementByName, getElementByNameAndTag, getElementByTag, getElementList, getElementListByName, getElementListByNameAndTag, getElementListByTag
 
Methods inherited from class net.sf.jiffie.IHTMLDOMNode
appendChild, createNodeFromProperty, getAttributes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling
 
Methods inherited from class net.sf.jiffie.BrowserDispatch
getElementProperty, getParentBrowser
 
Methods inherited from class net.sf.jiffie.IDispatch
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IHTMLTableRow

public IHTMLTableRow(InternetExplorer parentBrowser,
                     Dispatch object)
Constructor

Parameters:
parentBrowser - parent browser
object - Jacob dispatch interface
Method Detail

getCells

public ElementList getCells()
                     throws JiffieException
Retrieve a collection of all cell elements.

Returns:
cell collection
Throws:
JiffieException - if error create cell list

getCellCount

public int getCellCount()
Convenience method gets the count of cells in this table row.

Returns:
the number of cells in this table row.

getCell

public IHTMLTableCell getCell(int index)
Convenience method to obtain a cell at the specified index from this table row, without creating a new ElementList instance to represent the entirte collection of cells.

Parameters:
index - the zero-based index of the cell to be retrieved.
Returns:
the cell element at the specified index


Copyright © 2004-2009 Packwood Software. All Rights Reserved.