Jiffie: Java InterFace For Internet Explorer

Uses of Class
net.sf.jiffie.IDispatch

Packages that use IDispatch
net.sf.jiffie   
 

Uses of IDispatch in net.sf.jiffie
 

Subclasses of IDispatch in net.sf.jiffie
 class BrowserDispatch
          This class specialises the IDispatch interface for use with COM objects related to Internet Explorer.
 class ElementContainer
          This class implements a set of methods common to objects that contain HTML elements.
 class IHTMLAnchorElement
          Implementation of the IHTMLAnchorElement interface.
 class IHTMLAttributeCollection
          A collection of attributes for a single Node.
 class IHTMLBodyElement
          Implementation of the IHTMLBodyElement interface.
 class IHTMLCommentElement
          Implementation of the IHTMLCommentElement interface.
 class IHTMLCurrentStyle
          Partial implementation of the IHTMLCurrentStyle interface.
 class IHTMLDivElement
          Implementation of the IHTMLDivElement interface.
 class IHTMLDocument2
          Implementation of the IHTMLDocument2 interface.
 class IHTMLDOMAttribute
          Implementation of the IHTMLDOMAttribute interface.
 class IHTMLDOMNode
          Implementation of the IHTMLDOMAttribute interface.
 class IHTMLDOMTextNode
          Implementation of the IHTMLDOMTextNode interface.
 class IHTMLElement
          Implementation of the IHTMLElement 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 IHTMLPopup
          Implementation of the IHTMLPopup interface.
 class IHTMLScriptElement
          Implementation of the IHTMLScriptElement interface.
 class IHTMLSelectElement
          Implementation of the IHTMLSelectElement interface.
 class IHTMLStyle
          Implementation of the IHTMLStyle 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.
 class InternetExplorer
          This class represents an instance of an Microsoft Internet Explorer web browser.
 

Methods in net.sf.jiffie that return IDispatch
 IDispatch TrackingElementFactory.createElement(InternetExplorer parentBrowser, Dispatch dispatch)
          Create an object representing an HTML element.
 IDispatch ElementFactory.createElement(InternetExplorer parentBrowser, Dispatch dispatch)
          Create an object representing an HTML element.
 IDispatch DefaultElementFactory.createElement(InternetExplorer parentBrowser, Dispatch dispatch)
          Create an object representing an HTML element.
 IDispatch ElementFactory.createElement(InternetExplorer parentBrowser, Variant dispatch)
          Create an object representing an HTML element.
 IDispatch DefaultElementFactory.createElement(InternetExplorer parentBrowser, Variant dispatch)
          Create an object representing an HTML element.
protected  IDispatch DefaultElementFactory.createElementFromTag(java.lang.String elementTag, InternetExplorer parentBrowser, Dispatch dispatch)
          This method is provided as a hook to allow classes derived from the DefaultElementFactory class to override the default behaviour on a tag-by-tag basis if required.
 IDispatch SingleElementList.get(int index)
          
 IDispatch MultipleElementList.get(int index)
          
 IDispatch EmptyElementList.get(int index)
          
 IDispatch ElementContainer.getElementById(java.lang.String elementId)
          Retrieves a generic HTML element by id.
 IDispatch ElementContainer.getElementByName(java.lang.String name)
          This is a convenience method provided to simplify code which expects to retrieve a single element by name.
 IDispatch ElementContainer.getElementByNameAndTag(java.lang.String name, java.lang.String tag)
          This is a convenience method provided to simplify code which expects to retrieve a single element by name and tag name.
 IDispatch ElementContainer.getElementByTag(java.lang.String name)
          This is a convenience method provided to simplify code which expects to retrieve a single element by tag name.
 IDispatch SingleElementList.item(int index)
          This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
 IDispatch MultipleElementList.item(int index)
          This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
 IDispatch EmptyElementList.item(int index)
          This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
 IDispatch ElementList.item(int index)
          This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
 

Methods in net.sf.jiffie with parameters of type IDispatch
static void JiffieUtility.waitWhileIncomplete(IDispatch dispatch)
          This method waits until the dispatch interface indicates that it is "complete" (i.e.
 

Constructors in net.sf.jiffie with parameters of type IDispatch
SingleElementList(IDispatch element)
          Constructor.
 



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