Jiffie: Java InterFace For Internet Explorer

Uses of Class
net.sf.jiffie.IHTMLElement

Packages that use IHTMLElement
net.sf.jiffie   
 

Uses of IHTMLElement in net.sf.jiffie
 

Subclasses of IHTMLElement in net.sf.jiffie
 class IHTMLAnchorElement
          Implementation of the IHTMLAnchorElement interface.
 class IHTMLBodyElement
          Implementation of the IHTMLBodyElement interface.
 class IHTMLDivElement
          Implementation of the IHTMLDivElement interface.
 class IHTMLFormElement
          Implementation of the IHTMLFormElement interface.
 class IHTMLFrameBase
          Implementation of the IHTMLFrameBase interface.
 class IHTMLFrameBase2
          Implementation of the IHTMLFrameBase2 interface.
 class IHTMLFrameElement
          Implementation of the IHTMLFrameElement interface.
 class IHTMLHtmlElement
          Implementation of the IHTMLAnchorElement interface.
 class IHTMLIFrameElement
          Implementation of the IHTMLIFrameElement interface.
 class IHTMLImgElement
          Implementation of the IHTMLImgElement interface.
 class IHTMLInputElement
          Implementation of the IHTMLInputElement interface.
 class IHTMLOptionElement
          Implementation of the IHTMLFormElement interface.
 class IHTMLScriptElement
          Implementation of the IHTMLScriptElement interface.
 class IHTMLSelectElement
          Implementation of the IHTMLSelectElement interface.
 class IHTMLTable
          Implementation of the IHTMLTable interface.
 class IHTMLTableCell
          Implementation of the IHTMLTableCellElement interface.
 class IHTMLTableRow
          Implementation of the IHTMLTableRowElement interface.
 class IHTMLTextAreaElement
          Implementation of the IHTMLTextAreaElement interface.
 

Fields in net.sf.jiffie declared as IHTMLElement
protected  IHTMLElement BlockingThread.m_element
           
 

Methods in net.sf.jiffie that return IHTMLElement
 IHTMLElement IHTMLDocument2.createElement(java.lang.String tagName)
          Creates an element given the tagName.
 IHTMLElement IHTMLDocument2.getDocumentElement()
          Retrieve the document element.
 IHTMLElement BrowserDispatch.getElementProperty(java.lang.String name)
          Retrieve an IHTMLElement property.
 IHTMLElement IHTMLElement.getParentElement()
          Retrieve the parent element of this element.
 

Methods in net.sf.jiffie with parameters of type IHTMLElement
 boolean IHTMLPopup.show(int x, int y, int width, int height, IHTMLElement element)
          Shows the popup window at the xy coordinates relative to the element.
 

Constructors in net.sf.jiffie with parameters of type IHTMLElement
BlockingClickThread(IHTMLElement element)
          Constructor.
BlockingEventThread(IHTMLElement element, java.lang.String event)
          Constructor.
BlockingThread(IHTMLElement element)
          Constructor.
 



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