Jiffie: Java InterFace For Internet Explorer
A B C D E F G H I J L M N O P Q R S T U W

A

AbstractEventHandler - Class in net.sf.jiffie
This abstract class provides an implementation of the basic set of listener methods required by a Jiffie event handler.
AbstractEventHandler(InternetExplorer) - Constructor for class net.sf.jiffie.AbstractEventHandler
Constructor.
addNavigationListener(NavigationListener) - Method in class net.sf.jiffie.AbstractEventHandler
Adds a new navigation listener.
addNavigationListener(NavigationListener) - Method in interface net.sf.jiffie.EventHandler
Adds a new navigation listener.
addNavigationListener(NavigationListener) - Method in class net.sf.jiffie.InternetExplorer
Adds a new navigation listener to the set of listeners to be notifed when navigation events occur.
addNewWindow(InternetExplorer) - Method in class net.sf.jiffie.InternetExplorer
This method is used internally by the EventHandler class to record the fact that a new browser window has been opened.
addWindowListener(WindowListener) - Method in class net.sf.jiffie.AbstractEventHandler
Adds a new window listener.
addWindowListener(WindowListener) - Method in interface net.sf.jiffie.EventHandler
Adds a new window listener.
addWindowListener(WindowListener) - Method in class net.sf.jiffie.InternetExplorer
Adds a new window listener to the set of listeners to be notifed when window events occur.
appendChild(IHTMLDOMNode) - Method in class net.sf.jiffie.IHTMLDOMNode
Append the newNode as a child.
assertFalse(Variant) - Method in class net.sf.jiffie.JiffieTestCase
Asserts that the variant value is false.
assertNull(Variant) - Method in class net.sf.jiffie.JiffieTestCase
Asserts that the variant value is false.
assertTrue(Variant) - Method in class net.sf.jiffie.JiffieTestCase
Asserts that the variant value is true.

B

beforeNavigate(String, String) - Method in interface net.sf.jiffie.NavigationListener
BeforeNavigate event handler.
BeforeNavigate2(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
BeforeNavigate2 event handler.
BlockingClickThread - Class in net.sf.jiffie
This implements a new thread in which an element is clicked.
BlockingClickThread(IHTMLElement) - Constructor for class net.sf.jiffie.BlockingClickThread
Constructor.
BlockingEventThread - Class in net.sf.jiffie
This implements a new thread in which an event is fired for an element.
BlockingEventThread(IHTMLElement, String) - Constructor for class net.sf.jiffie.BlockingEventThread
Constructor.
BlockingThread - Class in net.sf.jiffie
This implements a new thread in which a blocking operation is carried out on an IHTMLElement.
BlockingThread(IHTMLElement) - Constructor for class net.sf.jiffie.BlockingThread
Constructor.
BrowserDispatch - Class in net.sf.jiffie
This class specialises the IDispatch interface for use with COM objects related to Internet Explorer.
BrowserDispatch(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.BrowserDispatch
Constructor.

C

call(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for calling a method.
call(String, Object) - Method in class net.sf.jiffie.IDispatch
Convenience method for calling a method.
call(String, Object[]) - Method in class net.sf.jiffie.IDispatch
Convenience method for calling a method.
call(Dispatch, String, Variant[], int[]) - Method in class net.sf.jiffie.IDispatch
Convenience method for calling a method of an arbitrary dispatch interface.
call(String, Variant[], int[]) - Method in class net.sf.jiffie.IDispatch
Convenience method for calling a method.
click(boolean) - Method in class net.sf.jiffie.IHTMLElement
Call the click method of the element.
ClientToHostWindow(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
ClientToHostWindow event handler args[0] Long integer that receives the width of the client window and can be set by the host application.
clientToHostWindow(int, int) - Method in interface net.sf.jiffie.WindowListener
ClientToHostWindow event handler.
clone() - Method in class net.sf.jiffie.IDispatch
clone() - Method in class net.sf.jiffie.SingleElementList
CommandStateChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
CommandStateChange event handler.
commandStateChange(int, boolean) - Method in interface net.sf.jiffie.WindowListener
CommandStateChange event handler.
COMPLETE - Static variable in class net.sf.jiffie.ReadyState
Object is completely initialized.
createElement(InternetExplorer, Dispatch) - Method in class net.sf.jiffie.DefaultElementFactory
Create an object representing an HTML element.
createElement(InternetExplorer, Variant) - Method in class net.sf.jiffie.DefaultElementFactory
Create an object representing an HTML element.
createElement(InternetExplorer, Dispatch) - Method in interface net.sf.jiffie.ElementFactory
Create an object representing an HTML element.
createElement(InternetExplorer, Variant) - Method in interface net.sf.jiffie.ElementFactory
Create an object representing an HTML element.
createElement(String) - Method in class net.sf.jiffie.IHTMLDocument2
Creates an element given the tagName.
createElement(InternetExplorer, Dispatch) - Method in class net.sf.jiffie.TrackingElementFactory
Create an object representing an HTML element.
createElementFromTag(String, InternetExplorer, Dispatch) - Method in class net.sf.jiffie.DefaultElementFactory
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.
createElementList(InternetExplorer, Variant) - Method in class net.sf.jiffie.DefaultElementFactory
Create a class implementing the ElementList interface which may contain, zero, one or many IHTMLElement instances.
createElementList(InternetExplorer, Variant) - Method in interface net.sf.jiffie.ElementFactory
Create a class implementing the ElementList interface which may contain, zero, one or many IHTMLElement instances.
createElementList(InternetExplorer, Variant) - Method in class net.sf.jiffie.TrackingElementFactory
Create a class implementing the ElementList interface which may contain, zero, one or many IHTMLElement instances.
createEventHandler(InternetExplorer) - Method in interface net.sf.jiffie.EventHandlerFactory
This method is called to create a new instance of an event handler.
createEventHandler(InternetExplorer) - Method in class net.sf.jiffie.FullEventHandlerFactory
This method is called to create a new instance of an event handler.
createEventHandler(InternetExplorer) - Method in class net.sf.jiffie.NewWindowEventHandlerFactory
This method is called to create a new instance of an event handler.
createNodeFromProperty(String) - Method in class net.sf.jiffie.IHTMLDOMNode
Create a new node from the named property.

D

DefaultElementFactory - Class in net.sf.jiffie
This is the default implementation of the ElementFactory interface.
DefaultElementFactory() - Constructor for class net.sf.jiffie.DefaultElementFactory
 
DocumentComplete(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
DocumentComplete event handler.
documentComplete(String) - Method in interface net.sf.jiffie.NavigationListener
DocumentComplete event handler.
DocumentNavigator - Class in net.sf.jiffie.xpath
Interface for navigating around the Jiffie/Internet Explorer object model.
DocumentNavigator() - Constructor for class net.sf.jiffie.xpath.DocumentNavigator
 
DocumentNavigator.AttributeIterator - Class in net.sf.jiffie.xpath
An iterator over an attribute list.
DocumentNavigator.AttributeIterator(IHTMLDOMNode) - Constructor for class net.sf.jiffie.xpath.DocumentNavigator.AttributeIterator
Constructor.
DocumentNavigator.NodeIterator - Class in net.sf.jiffie.xpath
A generic iterator over DOM nodes.
DocumentNavigator.NodeIterator(IHTMLDOMNode) - Constructor for class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator
Constructor.
DownloadBegin(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
DownloadBegin event handler.
downloadBegin() - Method in interface net.sf.jiffie.NavigationListener
DownloadBegin event handler.
DownloadComplete(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
DownloadComplete event handler.
downloadComplete() - Method in interface net.sf.jiffie.NavigationListener
DownloadComplete event handler.

E

ElementContainer - Class in net.sf.jiffie
This class implements a set of methods common to objects that contain HTML elements.
ElementContainer(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.ElementContainer
Constructor
ElementContainerTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the ElementContainer class.
ElementContainerTest() - Constructor for class net.sf.jiffie.ElementContainerTest
 
ElementFactory - Interface in net.sf.jiffie
Classes implementing this interface are used to create object instances representing various HTML elements.
ElementList - Interface in net.sf.jiffie
This interface represents a collection of IHTMLElements and is similar in operation to an IHTMLElementCollection.
EmptyElementList - Class in net.sf.jiffie
This class represents an empty collection of IHTMLElements.
enableEventHandling() - Method in class net.sf.jiffie.InternetExplorer
This method is used to explicitly enable event handling for this browser instance.
EventHandler - Interface in net.sf.jiffie
This interface represents the basic set of methods that a Jiffie event handler must implement.
EventHandlerFactory - Interface in net.sf.jiffie
This interface represents the method which needs to be implemented by an event handler factory which will create new event handler instances for use by Jiffie.
eventHandlingEnabled() - Method in class net.sf.jiffie.InternetExplorer
Call this method to determine if event handling has been enabled for this InternetExplorer instance.
execCommand(String, boolean, Variant) - Method in class net.sf.jiffie.IHTMLDocument2
Executes a command against the current page.
executeScript(IHTMLDocument2, String) - Static method in class net.sf.jiffie.JiffieUtility
Executes the jsCode in the context of m_explorer.

F

FileDownload(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
FileDownload event handler args[0] Boolean that specifies whether the file is an Active Document.
fileDownload(boolean) - Method in interface net.sf.jiffie.NavigationListener
FileDownload event handler.
finalize() - Method in class net.sf.jiffie.IDispatch
 
fireEvent(String, boolean) - Method in class net.sf.jiffie.IHTMLElement
Fire a named event for this element.
flushReleasedAndCount() - Method in class net.sf.jiffie.TrackingElementFactory
This method is used to remove any entries from the list of items being tracked by this factory which have already been released, and will return a count of the number of unreleased items.
FullEventHandler - Class in net.sf.jiffie
This class implements an event handler which receives all of the events generated by Internet Explorer.
FullEventHandler(InternetExplorer) - Constructor for class net.sf.jiffie.FullEventHandler
Constructor.
FullEventHandlerFactory - Class in net.sf.jiffie
This class creates instances of the FullEventHandler class.
FullEventHandlerFactory() - Constructor for class net.sf.jiffie.FullEventHandlerFactory
 

G

get(int) - Method in class net.sf.jiffie.EmptyElementList
get(int) - Method in class net.sf.jiffie.MultipleElementList
get(int) - Method in class net.sf.jiffie.SingleElementList
getAction() - Method in class net.sf.jiffie.IHTMLFormElement
Retrieves the action attribute of this form.
getAlign() - Method in class net.sf.jiffie.IHTMLDivElement
Retrieves the alignment of the object relative to the display or table.
getAllowTransparency() - Method in class net.sf.jiffie.IHTMLFrameBase2
Retrieve the allow transparency property for this frame.
getAttributeAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getAttributeName(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getAttributeNamespaceUri(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getAttributeQName(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getAttributes() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the collection of attributes for this Node.
getAttributeStringValue(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getBackgroundColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color behind the content of the object.
getBackgroundColor() - Method in class net.sf.jiffie.IHTMLStyle
Retrieves the background color.
getBody() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieve the body of the document.
getBooleanProperty(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for retrieving an arbitrary boolean property.
getBorderBottomColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color of the bottom border of the object.
getBorderBottomStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the style of the bottom border of the object.
getBorderBottomWidth() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the width of the bottom border of the object.
getBorderColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color of the borders of the object.
getBorderLeftColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color of the left border of the object.
getBorderLeftStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the style of the left border of the object.
getBorderLeftWidth() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the width of the left border of the object.
getBorderRightColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color of the right border of the object.
getBorderRightStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the style of the right border of the object.
getBorderRightWidth() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the width of the right border of the object.
getBorderStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the style of the borders of the object.
getBorderTopColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the color of the top border of the object.
getBorderTopStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the style of the top border of the object.
getBorderTopWidth() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the width of the top border of the object.
getBorderWidth() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the width of the borders of the object.
getBusy() - Method in class net.sf.jiffie.InternetExplorer
Retrieve the flag that indicates if the browser is currently busy.
getCell(int) - Method in class net.sf.jiffie.IHTMLTableRow
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.
getCellCount() - Method in class net.sf.jiffie.IHTMLTableRow
Convenience method gets the count of cells in this table row.
getCellIndex() - Method in class net.sf.jiffie.IHTMLTableCell
Retrieves the index of this cell in the cells collection of the parent row.
getCells() - Method in class net.sf.jiffie.IHTMLTableRow
Retrieve a collection of all cell elements.
getChecked() - Method in class net.sf.jiffie.IHTMLInputElement
Retrieves the checked property
getChildAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getClassName() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the class name of this element.
getColor() - Method in class net.sf.jiffie.IHTMLCurrentStyle
Retrieves the text color.
getColor() - Method in class net.sf.jiffie.IHTMLStyle
Retrieves the text color.
getCommentStringValue(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getCookie() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieves the cookie associated with this document.
getCssText() - Method in class net.sf.jiffie.IHTMLStyle
Retrieves the persisted representation of the style rule.
getCurrentStyle() - Method in class net.sf.jiffie.IHTMLElement
Retrives the computed style node of this element.
getData() - Method in class net.sf.jiffie.IHTMLCommentElement
Returns the comment text in a comment, including white space around the tag.
getData() - Method in class net.sf.jiffie.IHTMLDOMTextNode
Get the text included in the text node, including all white space.
getDebugOutput() - Method in class net.sf.jiffie.TrackingElementFactory
Retrieves a flag indicating if debug output is being generated.
getDebugPrintStream() - Method in class net.sf.jiffie.TrackingElementFactory
Retrieves the destination print stream for debug output.
getDefaultSelected() - Method in class net.sf.jiffie.IHTMLOptionElement
Retrieves the default selected property.
getDir() - Method in class net.sf.jiffie.IHTMLFormElement
Retrieves the dir attribute of this form.
getDispatch() - Method in class net.sf.jiffie.IDispatch
Retrieve a reference to this object's underlying dispatch interface.
getDispatchProperty(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for retrieving an arbitrary Dispatch property.
getDocument(boolean) - Method in class net.sf.jiffie.IHTMLFrameBase
Method to retrieve the document contained within this frame.
getDocument() - Method in class net.sf.jiffie.IHTMLPopup
Retrieves the document contained by the popup window.
getDocument(boolean) - Method in class net.sf.jiffie.InternetExplorer
Retrieves the top level document displayed in the browser.
getDocument(String) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getDocumentElement() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieve the document element.
getDocumentNode(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getDomain() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieves the security domain of the document.
getElementById(String) - Method in class net.sf.jiffie.ElementContainer
Retrieves a generic HTML element by id.
getElementById(Object, String) - Method in class net.sf.jiffie.xpath.DocumentNavigator
Returns the element whose ID is given by elementId.
getElementByName(String) - Method in class net.sf.jiffie.ElementContainer
This is a convenience method provided to simplify code which expects to retrieve a single element by name.
getElementByNameAndTag(String, String) - Method in class net.sf.jiffie.ElementContainer
This is a convenience method provided to simplify code which expects to retrieve a single element by name and tag name.
getElementByTag(String) - Method in class net.sf.jiffie.ElementContainer
This is a convenience method provided to simplify code which expects to retrieve a single element by tag name.
getElementFactory() - Static method in class net.sf.jiffie.JiffieUtility
Retrieve the element factory used by this instance of Jiffie.
getElementList() - Method in class net.sf.jiffie.ElementContainer
This method retrieves a collection of all document elements.
getElementListByName(String) - Method in class net.sf.jiffie.ElementContainer
Retrieves an ElementList of zero or more HTML elements by name.
getElementListByNameAndTag(String, String) - Method in class net.sf.jiffie.ElementContainer
A convenience method to retrieve an element based on both its name and its tag.
getElementListByTag(String) - Method in class net.sf.jiffie.ElementContainer
Retrieves an ElementList of zero or more HTML elements by tag name.
getElementName(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getElementNamespaceUri(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getElementProperty(String) - Method in class net.sf.jiffie.BrowserDispatch
Retrieve an IHTMLElement property.
getElementQName(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getElementStringValue(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getEncoding() - Method in class net.sf.jiffie.IHTMLFormElement
Retrieves the encoding attribute of this form.
getEventHandlerFactory() - Static method in class net.sf.jiffie.JiffieUtility
Retrieve the event handler factory used by this instance of Jiffie.
getEventHandlingEnabled() - Static method in class net.sf.jiffie.JiffieUtility
Retrieves a flag indicating if event handling is enabled by default.
getFirstChild() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the first child node of this Node.
getFirstNode(IHTMLDOMNode) - Method in class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator
Get the first node for iteration.
getFollowingAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getFollowingSiblingAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getForm() - Method in class net.sf.jiffie.IHTMLInputElement
Retrieves the form property
getForm() - Method in class net.sf.jiffie.IHTMLSelectElement
Retrieves the form property
getForm() - Method in class net.sf.jiffie.IHTMLTextAreaElement
Retrieves the form property
getFrames() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieves a list of frames if the current document contains a frameset tag, or a list of iframes if this document contains a body tag.
getHeight() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the height of the main window for the object.
getHref() - Method in class net.sf.jiffie.IHTMLAnchorElement
Retrieves the href property
getHWND() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the handle of the Microsoft Internet Explorer main window.
getID() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the ID of this element.
getIndex() - Method in class net.sf.jiffie.IHTMLOptionElement
Retrieves the ordinal position of the option.
getInnerHtml() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the inner HTML of this element.
getInnerText() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the inner text of this element.
getInstance(int) - Static method in class net.sf.jiffie.ReadyState
Retrieve a ReadyState instance representing the supplied value.
getInstance(String) - Static method in class net.sf.jiffie.ReadyState
Retrieve a ReadyState instance representing the supplied value.
getInstance() - Static method in class net.sf.jiffie.xpath.DocumentNavigator
Get a singleton DocumentNavigator for efficiency.
getIntegerProperty(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for retrieving an arbitrary int property.
getLastChild() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the last child node of this Node.
getLastNewWindow(boolean) - Method in class net.sf.jiffie.InternetExplorer
Retrieves a reference to the last new window created by this browser.
getLeft() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the screen coordinate of the left edge of the main window of the object.
getLength() - Method in class net.sf.jiffie.IHTMLAttributeCollection
Get the length of attribute collection.
getLength() - Method in class net.sf.jiffie.IHTMLSelectElement
Retrieves the number of items in the drop down box.
getLocationURL() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the URL of the resource that Microsoft Internet Explorer is currently displaying
getMaxLength() - Method in class net.sf.jiffie.IHTMLInputElement
Retrieves the maxLength property
getMaxPollCount() - Static method in class net.sf.jiffie.JiffieUtility
Retrieves the maximum poll count
getMethod() - Method in class net.sf.jiffie.IHTMLFormElement
Retrieves the method attribute of this form.
getName() - Method in class net.sf.jiffie.IHTMLDOMAttribute
Get the name of this attribute.
getName() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the name of this element.
getNamespaceAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getNamespacePrefix(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getNamespaceStringValue(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
Get the string value of a Namespace node.
getNewWindowCount() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the number of new windows that have been created by this browser.
getNextNode(IHTMLDOMNode) - Method in class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator
Get the next node for iteration.
getNextSibling() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the next sibling node of this Node.
getNodeName() - Method in class net.sf.jiffie.IHTMLDOMNode
Retrieves the name of a particular type of node.
getNodeValue() - Method in class net.sf.jiffie.IHTMLDOMNode
Retrieves the value of a node.
getNoWrap() - Method in class net.sf.jiffie.IHTMLDivElement
Retrieves whether the browser automatically performs wordwrap.
getOuterHtml() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the outer HTML of this element.
getOuterText() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the outer text of this element.
getOwnerDocument() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the document that this Node is part of.
getOwnerElement() - Method in class net.sf.jiffie.IHTMLDOMAttribute
Get the Node to which the attribute belongs.
getParentAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getParentBrowser() - Method in class net.sf.jiffie.BrowserDispatch
Retrieves the parent browser object
getParentElement() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the parent element of this element.
getParentNode() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the parent node of this Node.
getPollTime() - Static method in class net.sf.jiffie.JiffieUtility
Retrieves the poll time.
getPrecedingAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getPrecedingSiblingAxisIterator(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getPreviousSibling() - Method in class net.sf.jiffie.IHTMLDOMNode
Get the previous sibling node of this Node.
getProcessingInstructionData(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getProcessingInstructionTarget(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getReady() - Method in class net.sf.jiffie.BlockingThread
This flag can be used to test whether the thread is still blocked waiting for the method to complete.
getReadyState() - Method in class net.sf.jiffie.IHTMLFrameBase2
Retrieve the frame's ready state.
getReadyState() - Method in class net.sf.jiffie.IHTMLScriptElement
Retrieves a value that indicates the current state of the object.
getReadyState() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the ready state of the browser.
getRegisterAsBrowser() - Method in class net.sf.jiffie.InternetExplorer
Retrieve the flag that indicates that this is a top level web browser.
getRow(int) - Method in class net.sf.jiffie.IHTMLTable
Convenience method to obtain a row at the specified index from this table.
getRowCount() - Method in class net.sf.jiffie.IHTMLTable
Convenience method gets the count of rows in this table.
getRows() - Method in class net.sf.jiffie.IHTMLTable
Retrieve a collection of all row elements.
getSelected() - Method in class net.sf.jiffie.IHTMLOptionElement
Retrieves the selected property.
getSelectedIndex() - Method in class net.sf.jiffie.IHTMLSelectElement
Retrieves the value of the currently selected index
getSilent() - Method in class net.sf.jiffie.InternetExplorer
Retrieves a flag indicating whether the browser can show dialog boxes.
getSpecified() - Method in class net.sf.jiffie.IHTMLDOMAttribute
Has the attribute value been specified (otherwise it is implied).
getSrc() - Method in class net.sf.jiffie.IHTMLImgElement
Retrieves the src attribute of the images.
getSrc() - Method in class net.sf.jiffie.IHTMLScriptElement
Retrieves the URL to an external file that contains the source code or data.
getStackTrace() - Method in class net.sf.jiffie.TrackingElementFactory
Retrieves a flag indicating if stack traces are produced as part of the debug output.
getStringProperty(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for retrieving an arbitrary String property.
getStyle() - Method in class net.sf.jiffie.IHTMLElement
Retrives the style node of this element.
getTagName() - Method in class net.sf.jiffie.IHTMLElement
Retrieve the tagName of this element.
getTarget() - Method in class net.sf.jiffie.IHTMLFormElement
Retrieves the target attribute of this form.
getText() - Method in class net.sf.jiffie.IHTMLCommentElement
Returns the full text of the comment, including the tag parts of the comment.
getText() - Method in class net.sf.jiffie.IHTMLOptionElement
Retrieves the text string specified by the option tag.
getText() - Method in class net.sf.jiffie.IHTMLScriptElement
Retrieves the text of the object as a string.
getTextStringValue(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
getTitle() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieves the document title.
getTop() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the screen coordinate of the top edge of the main window of the object.
getType() - Method in class net.sf.jiffie.IHTMLInputElement
Retrieves the type property
getType() - Method in class net.sf.jiffie.IHTMLScriptElement
Retrieves the MIME type for the associated scripting engine.
getUrl() - Method in class net.sf.jiffie.IHTMLDocument2
Retrieves the document url.
getValue() - Method in class net.sf.jiffie.IHTMLDOMAttribute
Get the value of this attribute.
getValue() - Method in class net.sf.jiffie.IHTMLInputElement
Retrieves the value property
getValue() - Method in class net.sf.jiffie.IHTMLOptionElement
Retrieves the value which is returned to the server by this option when the form control is submitted.
getValue() - Method in class net.sf.jiffie.IHTMLSelectElement
Retrieves the current value
getValue() - Method in class net.sf.jiffie.IHTMLTextAreaElement
Retrieves the value property
getValue() - Method in class net.sf.jiffie.ReadyState
Retrieves the int representation of the ready state
getVariantProperty(String) - Method in class net.sf.jiffie.IDispatch
Convenience method for retrieving an arbitrary Variant property.
getVersion() - Method in class net.sf.jiffie.IHTMLHtmlElement
Retrieves the DTD version for the document.
getVisible() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the flag indicating whether the browser is visible
getWatchdogSleepTime() - Method in class net.sf.jiffie.TrackingElementFactory
Retrieves the watchdog sleep time.
getWidth() - Method in class net.sf.jiffie.InternetExplorer
Retrieves the width of the main window for the object.
goBack(boolean) - Method in class net.sf.jiffie.InternetExplorer
Navigate the web browser to the previous url in the browser history
goForward(boolean) - Method in class net.sf.jiffie.InternetExplorer
Navigate the web browser to the next url in the browser history

H

handleJiffieException(JiffieException) - Method in class net.sf.jiffie.xpath.DocumentNavigator
Handle a Jiffie Exception, wrapping in an runtime exception so as not to change the interface.
hasNext() - Method in class net.sf.jiffie.xpath.DocumentNavigator.AttributeIterator
hasNext() - Method in class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator
hide() - Method in class net.sf.jiffie.IHTMLPopup
Closes the popup window.

I

IDispatch - Class in net.sf.jiffie
This class implements functionality common to all COM objects.
IDispatch(Dispatch) - Constructor for class net.sf.jiffie.IDispatch
Constructor.
IHTMLAnchorElement - Class in net.sf.jiffie
Implementation of the IHTMLAnchorElement interface.
IHTMLAnchorElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLAnchorElement
Constructor
IHTMLAnchorElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLAnchorElement class.
IHTMLAnchorElementTest() - Constructor for class net.sf.jiffie.IHTMLAnchorElementTest
 
IHTMLAttributeCollection - Class in net.sf.jiffie
A collection of attributes for a single Node.
IHTMLAttributeCollection(InternetExplorer, IHTMLDOMNode, Dispatch) - Constructor for class net.sf.jiffie.IHTMLAttributeCollection
Constructor.
IHTMLBodyElement - Class in net.sf.jiffie
Implementation of the IHTMLBodyElement interface.
IHTMLBodyElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLBodyElement
Constructor
IHTMLCommentElement - Class in net.sf.jiffie
Implementation of the IHTMLCommentElement interface.
IHTMLCommentElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLCommentElement
Constructor.
IHTMLCurrentStyle - Class in net.sf.jiffie
Partial implementation of the IHTMLCurrentStyle interface.
IHTMLCurrentStyle(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLCurrentStyle
Constructor
IHTMLCurrentStyleTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLCurrentStyle class.
IHTMLCurrentStyleTest() - Constructor for class net.sf.jiffie.IHTMLCurrentStyleTest
 
IHTMLDivElement - Class in net.sf.jiffie
Implementation of the IHTMLDivElement interface.
IHTMLDivElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLDivElement
Constructor
IHTMLDocument2 - Class in net.sf.jiffie
Implementation of the IHTMLDocument2 interface.
IHTMLDocument2(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLDocument2
Constructor
IHTMLDocument2Test - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLDocument2 class.
IHTMLDocument2Test() - Constructor for class net.sf.jiffie.IHTMLDocument2Test
 
IHTMLDOMAttribute - Class in net.sf.jiffie
Implementation of the IHTMLDOMAttribute interface.
IHTMLDOMAttribute(InternetExplorer, IHTMLDOMNode, Dispatch) - Constructor for class net.sf.jiffie.IHTMLDOMAttribute
Constructor.
IHTMLDOMNode - Class in net.sf.jiffie
Implementation of the IHTMLDOMAttribute interface.
IHTMLDOMNode(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLDOMNode
Constructor.
IHTMLDOMNodeTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLDOMNodeTest class.
IHTMLDOMNodeTest() - Constructor for class net.sf.jiffie.IHTMLDOMNodeTest
 
IHTMLDOMTextNode - Class in net.sf.jiffie
Implementation of the IHTMLDOMTextNode interface.
IHTMLDOMTextNode(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLDOMTextNode
Constructor.
IHTMLElement - Class in net.sf.jiffie
Implementation of the IHTMLElement interface.
IHTMLElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLElement
Constructor
IHTMLElementCollection - Class in net.sf.jiffie
Implementation of the IHTMLElementCollection interface.
IHTMLElementCollection() - Constructor for class net.sf.jiffie.IHTMLElementCollection
 
IHTMLElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLElement class.
IHTMLElementTest() - Constructor for class net.sf.jiffie.IHTMLElementTest
 
IHTMLFormElement - Class in net.sf.jiffie
Implementation of the IHTMLFormElement interface.
IHTMLFormElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLFormElement
Constructor
IHTMLFormElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLFormElement class.
IHTMLFormElementTest() - Constructor for class net.sf.jiffie.IHTMLFormElementTest
 
IHTMLFrameBase - Class in net.sf.jiffie
Implementation of the IHTMLFrameBase interface.
IHTMLFrameBase(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLFrameBase
Constructor
IHTMLFrameBase2 - Class in net.sf.jiffie
Implementation of the IHTMLFrameBase2 interface.
IHTMLFrameBase2(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLFrameBase2
Constructor
IHTMLFrameBase2Test - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLFrameBase2 class.
IHTMLFrameBase2Test() - Constructor for class net.sf.jiffie.IHTMLFrameBase2Test
 
IHTMLFrameElement - Class in net.sf.jiffie
Implementation of the IHTMLFrameElement interface.
IHTMLFrameElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLFrameElement
Constructor
IHTMLFrameTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLFrameBase, IHTMLFrameElement, and IHTMLIFrameElement classes
IHTMLFrameTest() - Constructor for class net.sf.jiffie.IHTMLFrameTest
 
IHTMLHtmlElement - Class in net.sf.jiffie
Implementation of the IHTMLAnchorElement interface.
IHTMLHtmlElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLHtmlElement
Constructor
IHTMLIFrameElement - Class in net.sf.jiffie
Implementation of the IHTMLIFrameElement interface.
IHTMLIFrameElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLIFrameElement
Constructor
IHTMLImgElement - Class in net.sf.jiffie
Implementation of the IHTMLImgElement interface.
IHTMLImgElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLImgElement
Constructor
IHTMLInputElement - Class in net.sf.jiffie
Implementation of the IHTMLInputElement interface.
IHTMLInputElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLInputElement
Constructor
IHTMLInputElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLInputElement class.
IHTMLInputElementTest() - Constructor for class net.sf.jiffie.IHTMLInputElementTest
 
IHTMLOptionElement - Class in net.sf.jiffie
Implementation of the IHTMLFormElement interface.
IHTMLOptionElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLOptionElement
Constructor
IHTMLPopup - Class in net.sf.jiffie
Implementation of the IHTMLPopup interface.
IHTMLPopup(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLPopup
Constructor.
IHTMLPopupTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLPopup class.
IHTMLPopupTest() - Constructor for class net.sf.jiffie.IHTMLPopupTest
 
IHTMLScriptElement - Class in net.sf.jiffie
Implementation of the IHTMLScriptElement interface.
IHTMLScriptElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLScriptElement
Constructor.
IHTMLSelectElement - Class in net.sf.jiffie
Implementation of the IHTMLSelectElement interface.
IHTMLSelectElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLSelectElement
Constructor
IHTMLSelectElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLSelectElement class.
IHTMLSelectElementTest() - Constructor for class net.sf.jiffie.IHTMLSelectElementTest
 
IHTMLStyle - Class in net.sf.jiffie
Implementation of the IHTMLStyle interface.
IHTMLStyle(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLStyle
Constructor.
IHTMLStyleTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLStyle class.
IHTMLStyleTest() - Constructor for class net.sf.jiffie.IHTMLStyleTest
 
IHTMLTable - Class in net.sf.jiffie
Implementation of the IHTMLTable interface.
IHTMLTable(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLTable
Constructor
IHTMLTableCell - Class in net.sf.jiffie
Implementation of the IHTMLTableCellElement interface.
IHTMLTableCell(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLTableCell
Constructor
IHTMLTableRow - Class in net.sf.jiffie
Implementation of the IHTMLTableRowElement interface.
IHTMLTableRow(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLTableRow
Constructor
IHTMLTextAreaElement - Class in net.sf.jiffie
Implementation of the IHTMLTextAreaElement interface.
IHTMLTextAreaElement(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.IHTMLTextAreaElement
Constructor
IHTMLTextAreaElementTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the IHTMLTextAreaElement class.
IHTMLTextAreaElementTest() - Constructor for class net.sf.jiffie.IHTMLTextAreaElementTest
 
IID - Static variable in class net.sf.jiffie.IDispatch
 
IID - Static variable in class net.sf.jiffie.IHTMLDocument2
 
IID - Static variable in class net.sf.jiffie.IHTMLDOMAttribute
 
IID - Static variable in class net.sf.jiffie.IHTMLDOMTextNode
 
IID - Static variable in class net.sf.jiffie.IHTMLElement
 
IID - Static variable in class net.sf.jiffie.IHTMLElementCollection
 
IID - Static variable in class net.sf.jiffie.IHTMLFrameBase2
 
IID - Static variable in class net.sf.jiffie.IWebBrowser2
 
INET_E_AUTHENTICATION_REQUIRED - Static variable in interface net.sf.jiffie.NavigationListener
Requested navigation requires authentication.
INET_E_CANNOT_CONNECT - Static variable in interface net.sf.jiffie.NavigationListener
Unable to connect to server.
INET_E_CANNOT_INSTANTIATE_OBJECT - Static variable in interface net.sf.jiffie.NavigationListener
Unable to create an instance of the object.
INET_E_CANNOT_LOAD_DATA - Static variable in interface net.sf.jiffie.NavigationListener
Unable to load data from the server.
INET_E_CANNOT_LOCK_REQUEST - Static variable in interface net.sf.jiffie.NavigationListener
Unable to lock request with the server.
INET_E_CANNOT_REPLACE_SFP_FILE - Static variable in interface net.sf.jiffie.NavigationListener
Cannot replace a protected System File Protection (SFP) file.
INET_E_CODE_DOWNLOAD_DECLINED - Static variable in interface net.sf.jiffie.NavigationListener
Permission to download is declined.
INET_E_CONNECTION_TIMEOUT - Static variable in interface net.sf.jiffie.NavigationListener
Connection timed out.
INET_E_DATA_NOT_AVAILABLE - Static variable in interface net.sf.jiffie.NavigationListener
Requested data is not available.
INET_E_DOWNLOAD_FAILURE - Static variable in interface net.sf.jiffie.NavigationListener
Failure occurred during download.
INET_E_INVALID_REQUEST - Static variable in interface net.sf.jiffie.NavigationListener
Request is invalid.
INET_E_INVALID_URL - Static variable in interface net.sf.jiffie.NavigationListener
URL string is not valid.
INET_E_NO_SESSION - Static variable in interface net.sf.jiffie.NavigationListener
No session found.
INET_E_NO_VALID_MEDIA - Static variable in interface net.sf.jiffie.NavigationListener
Required media not available or valid.
INET_E_OBJECT_NOT_FOUND - Static variable in interface net.sf.jiffie.NavigationListener
Requested object is not found.
INET_E_REDIRECT_FAILED - Static variable in interface net.sf.jiffie.NavigationListener
Attempt to redirect the navigation failed.
INET_E_REDIRECT_TO_DIR - Static variable in interface net.sf.jiffie.NavigationListener
Navigation redirected to a directory.
INET_E_RESOURCE_NOT_FOUND - Static variable in interface net.sf.jiffie.NavigationListener
Requested resource is not found.
INET_E_RESULT_DISPATCHED - Static variable in interface net.sf.jiffie.NavigationListener
Result is dispatched.
INET_E_SECURITY_PROBLEM - Static variable in interface net.sf.jiffie.NavigationListener
Navigation request has encountered a security issue.
INET_E_TERMINATED_BIND - Static variable in interface net.sf.jiffie.NavigationListener
Binding is terminated.
INET_E_UNKNOWN_PROTOCOL - Static variable in interface net.sf.jiffie.NavigationListener
Protocol is not recognized.
INET_E_USE_EXTEND_BINDING - Static variable in interface net.sf.jiffie.NavigationListener
Reissue request with extended binding.
INTERACTIVE - Static variable in class net.sf.jiffie.ReadyState
User can interact with the object even though it is not fully loaded.
InternetExplorer - Class in net.sf.jiffie
This class represents an instance of an Microsoft Internet Explorer web browser.
InternetExplorer(Dispatch) - Constructor for class net.sf.jiffie.InternetExplorer
Constructor.
InternetExplorer() - Constructor for class net.sf.jiffie.InternetExplorer
Constructor.
InternetExplorerTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the InternetExplorer class.
InternetExplorerTest() - Constructor for class net.sf.jiffie.InternetExplorerTest
 
isAttribute(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isComment(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isDocument(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isElement(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isNamespace(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isOpen() - Method in class net.sf.jiffie.IHTMLPopup
Retrieves a flag indicating if the popup is open.
isProcessingInstruction(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
isReleased() - Method in class net.sf.jiffie.EmptyElementList
This method returns a boolean flag indicating if this object has already been released.
isReleased() - Method in class net.sf.jiffie.IDispatch
This method returns a boolean flag indicating if this object has already been released.
isReleased() - Method in class net.sf.jiffie.MultipleElementList
This method returns a boolean flag indicating if this object has already been released.
isReleased() - Method in interface net.sf.jiffie.Releaseable
This method returns a boolean flag indicating if this object has already been released.
isReleased() - Method in class net.sf.jiffie.SingleElementList
This method returns a boolean flag indicating if this object has already been released.
isText(Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator
item(int) - Method in interface net.sf.jiffie.ElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(String) - Method in interface net.sf.jiffie.ElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(int) - Method in class net.sf.jiffie.EmptyElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(String) - Method in class net.sf.jiffie.EmptyElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(int) - Method in class net.sf.jiffie.IHTMLAttributeCollection
Get the nth attribute from the list.
item(int) - Method in class net.sf.jiffie.MultipleElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(String) - Method in class net.sf.jiffie.MultipleElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(int) - Method in class net.sf.jiffie.SingleElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
item(String) - Method in class net.sf.jiffie.SingleElementList
This is a convenience method designed to emulate the behaviour of the item method of the IHTMLElementCollection interface.
IWebBrowser2 - Class in net.sf.jiffie
Implementation of the IWebBrowser2 interface.
IWebBrowser2() - Constructor for class net.sf.jiffie.IWebBrowser2
 

J

JiffieDataDirTest - Class in net.sf.jiffie
This class extends the basic JiffieTestCase class to provide a member variable which contains the location of the test data required to support Jiffie's own JUnit tests.
JiffieDataDirTest() - Constructor for class net.sf.jiffie.JiffieDataDirTest
 
JiffieException - Exception in net.sf.jiffie
This class represents exceptions thrown by Jiffie.
JiffieException(String) - Constructor for exception net.sf.jiffie.JiffieException
Constructor.
JiffieException(String, Throwable) - Constructor for exception net.sf.jiffie.JiffieException
Constructor.
JiffieTest - Class in net.sf.jiffie
This class contains a set of tests to exercise Jiffie's functionality and provide examples of how Jiffie can be used in various situations.
JiffieTest() - Constructor for class net.sf.jiffie.JiffieTest
Construcor.
JiffieTestCase - Class in net.sf.jiffie
This class provides a standard base on which test cases that require access to Internet Explorer via Jiffie may be constructed.
JiffieTestCase() - Constructor for class net.sf.jiffie.JiffieTestCase
 
JiffieUtility - Class in net.sf.jiffie
This class contains utility methods used within jiffie.
JiffieUtility() - Constructor for class net.sf.jiffie.JiffieUtility
 
JiffieUtilityTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the JiffieUtility class.
JiffieUtilityTest() - Constructor for class net.sf.jiffie.JiffieUtilityTest
 
JiffieXPath - Class in net.sf.jiffie.xpath
An XPath implementation for the Jiffie/InternetExplorer DOM model
JiffieXPath(String) - Constructor for class net.sf.jiffie.xpath.JiffieXPath
Construct given an XPath expression string.
JiffieXPathTest - Class in net.sf.jiffie.xpath
Tests to exercise the functionality implemented in the JiffieXPath class.
JiffieXPathTest() - Constructor for class net.sf.jiffie.xpath.JiffieXPathTest
 

L

LIST - Static variable in class net.sf.jiffie.EmptyElementList
 
LOADED - Static variable in class net.sf.jiffie.ReadyState
Object has finished loading its data.
LOADING - Static variable in class net.sf.jiffie.ReadyState
Object is loading its data.

M

m_datadir - Variable in class net.sf.jiffie.JiffieDataDirTest
Path to the Jiffie test data
m_element - Variable in class net.sf.jiffie.BlockingThread
 
m_explorer - Variable in class net.sf.jiffie.JiffieTestCase
Main Internet Explorer instance.
m_navigationListeners - Variable in class net.sf.jiffie.AbstractEventHandler
 
m_object - Variable in class net.sf.jiffie.TrackingElementFactory.TrackedItem
 
m_parentBrowser - Variable in class net.sf.jiffie.AbstractEventHandler
 
m_runWatchdog - Variable in class net.sf.jiffie.TrackingElementFactory
 
m_stackFrames - Variable in class net.sf.jiffie.TrackingElementFactory.TrackedItem
 
m_stackTrace - Variable in class net.sf.jiffie.TrackingElementFactory
 
m_watchdogSleepTime - Variable in class net.sf.jiffie.TrackingElementFactory
 
m_windowListeners - Variable in class net.sf.jiffie.AbstractEventHandler
 
MultipleElementList - Class in net.sf.jiffie
This class represents a collection of IHTMLElements.
MultipleElementList(InternetExplorer, Dispatch) - Constructor for class net.sf.jiffie.MultipleElementList
Constructor.

N

navigate(String) - Method in class net.sf.jiffie.InternetExplorer
Navigate the web browser to a given url
navigate(String, boolean) - Method in class net.sf.jiffie.InternetExplorer
Navigate the web browser to a given url
Navigate2Complete(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
NavigateComplete2 event handler args[0] Object that evaluates to the top-level or frame WebBrowser object corresponding to the navigation.
navigateComplete(String) - Method in interface net.sf.jiffie.NavigationListener
NavigateComplete event handler.
NavigateError(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
NavigateError event handler.
navigateError(String, String, int) - Method in interface net.sf.jiffie.NavigationListener
NavigateError event handler.
NavigationListener - Interface in net.sf.jiffie
Interface which must be implemented by classes wishing to receive navigation events from Internet Explorer.
net.sf.jiffie - package net.sf.jiffie
 
net.sf.jiffie.xpath - package net.sf.jiffie.xpath
 
newDispatch(Dispatch) - Static method in class net.sf.jiffie.IDispatch
Create a new Dispatch object with a reference to this Dispatch object's underlying interface.
newWindow2(InternetExplorer) - Method in interface net.sf.jiffie.NavigationListener
NewWindow2 event handler.
NewWindow2(Variant[]) - Method in class net.sf.jiffie.NewWindowEventHandler
NewWindow2 event handler.
newWindow3(int, String, String) - Method in interface net.sf.jiffie.NavigationListener
NewWindow3 event handler.
NewWindow3(Variant[]) - Method in class net.sf.jiffie.NewWindowEventHandler
NewWindow3 event handler.
NewWindowEventHandler - Class in net.sf.jiffie
This class implements an event handler which receives the new window event generated by Internet Explore.
NewWindowEventHandler(InternetExplorer) - Constructor for class net.sf.jiffie.NewWindowEventHandler
Constructor.
NewWindowEventHandlerFactory - Class in net.sf.jiffie
This class creates instances of the NewWindowEventHandler class.
NewWindowEventHandlerFactory() - Constructor for class net.sf.jiffie.NewWindowEventHandlerFactory
 
next() - Method in class net.sf.jiffie.xpath.DocumentNavigator.AttributeIterator
next() - Method in class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator

O

OnFullScreen(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnFullScreen event handler args[0] Boolean value that specifies whether the browser window is in full-screen mode.
onFullScreen(boolean) - Method in interface net.sf.jiffie.WindowListener
OnFullScreen event handler
OnMenuBar(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnMenuBar event handler.
onMenuBar(boolean) - Method in interface net.sf.jiffie.WindowListener
OnMenuBar event handler.
OnQuit(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnQuit event handler.
onQuit() - Method in interface net.sf.jiffie.WindowListener
OnQuit event handler.
OnStatusBar(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnStatusBar event handler.
onStatusBar(boolean) - Method in interface net.sf.jiffie.WindowListener
OnStatusBar event handler.
OnTheatreMode(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnTheatreMode event handler args[0] Boolean value that specifies whether the browser is in theatre mode.
onTheatreMode(boolean) - Method in interface net.sf.jiffie.WindowListener
OnTheatreMode event handler.
OnToolBar(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnToolBar event handler.
onToolBar(boolean) - Method in interface net.sf.jiffie.WindowListener
ToolBarVisible event handler.
OnVisible(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
OnVisible event handler.
onVisible(boolean) - Method in interface net.sf.jiffie.WindowListener
OnVisible event handler.

P

parseXPath(String) - Method in class net.sf.jiffie.xpath.DocumentNavigator
PrintTemplateInstantiation(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
PrintTemplateInstantiation event handler.
printTemplateInstantiation() - Method in interface net.sf.jiffie.WindowListener
PrintTemplateInstantiation event handler.
PrintTemplateTeardown(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
PrintTemplateTeardown event handler.
printTemplateTeardown() - Method in interface net.sf.jiffie.WindowListener
PrintTemplateTeardown event handler.
PrivacyImpactedStateChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
PrivacyImpactedStateChange event handler.
privacyImpactedStateChange(boolean) - Method in interface net.sf.jiffie.WindowListener
PrivacyImpactedStateChange event handler.
ProgressChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
ProgressChange event handler.
progressChange(int, int) - Method in interface net.sf.jiffie.NavigationListener
ProgressComplete event handler.
PropertyChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
PropertyChange event handler.
propertyChange(String) - Method in interface net.sf.jiffie.WindowListener
PropertyChange event handler.

Q

queryInterface(String) - Method in class net.sf.jiffie.IDispatch
Attempt to retrieve the interface identified by the iid parameter.
quit() - Method in class net.sf.jiffie.InternetExplorer
Close the web browser.

R

ReadyState - Class in net.sf.jiffie
Instances of this class represent enumerated ready state values.
refresh(boolean) - Method in class net.sf.jiffie.InternetExplorer
Refresh the current page
release() - Method in class net.sf.jiffie.EmptyElementList
This method releases the COM object associated with this object.
release() - Method in class net.sf.jiffie.IDispatch
Called to indicate that the caller no longer requires this object.
release() - Method in class net.sf.jiffie.InternetExplorer
 
release() - Method in class net.sf.jiffie.MultipleElementList
This method releases the COM object associated with this collection.
release() - Method in interface net.sf.jiffie.Releaseable
This method releases the COM object associated with this object.
release() - Method in class net.sf.jiffie.SingleElementList
 
release() - Method in class net.sf.jiffie.TrackingElementFactory
This method is called to release any previously unreleased entities.
Releaseable - Interface in net.sf.jiffie
This interface represents a an object that supports the release method.
remove() - Method in class net.sf.jiffie.xpath.DocumentNavigator.AttributeIterator
 
remove() - Method in class net.sf.jiffie.xpath.DocumentNavigator.NodeIterator
removeNavigationListener(NavigationListener) - Method in class net.sf.jiffie.AbstractEventHandler
Removes a navigation listener from the set of listeners.
removeNavigationListener(NavigationListener) - Method in interface net.sf.jiffie.EventHandler
Removes a navigation listener from the set of listeners.
removeNavigationListener(NavigationListener) - Method in class net.sf.jiffie.InternetExplorer
Removes a navigation listener from the set of listeners.
removeWindowListener(WindowListener) - Method in class net.sf.jiffie.AbstractEventHandler
Removes a window listener from the set of listeners.
removeWindowListener(WindowListener) - Method in interface net.sf.jiffie.EventHandler
Removes a window listener from the set of listeners.
removeWindowListener(WindowListener) - Method in class net.sf.jiffie.InternetExplorer
Removes a window listener from the set of listeners.
reset() - Method in class net.sf.jiffie.IHTMLFormElement
Call the reset method of the element.
run() - Method in class net.sf.jiffie.BlockingThread
Thread entry point.
run() - Method in class net.sf.jiffie.TrackingElementFactory.WatchdogThread
runBlockingMethod() - Method in class net.sf.jiffie.BlockingClickThread
 
runBlockingMethod() - Method in class net.sf.jiffie.BlockingEventThread
 
runBlockingMethod() - Method in class net.sf.jiffie.BlockingThread
This method is called to execute the actual method which is expected to block.
runBlockingMethodComplete() - Method in class net.sf.jiffie.BlockingThread
This method is called when the blocking method has completed.

S

sendKeys(String, String) - Static method in class net.sf.jiffie.JiffieUtility
This method is used to send keystrokes to an arbitrary application.
sendKeys(String, String, IHTMLDocument2) - Static method in class net.sf.jiffie.JiffieUtility
As per the sendKeys method this method sends keystrokes to an application.
setAlign(String) - Method in class net.sf.jiffie.IHTMLDivElement
Sets the alignment of the object relative to the display or table.
setBackgroundColor(String) - Method in class net.sf.jiffie.IHTMLStyle
Set the background color.
setBooleanProperty(String, boolean) - Method in class net.sf.jiffie.IDispatch
Convenience method for setting an arbitrary boolean property.
setChecked(boolean) - Method in class net.sf.jiffie.IHTMLInputElement
Sets the checked property.
setColor(String) - Method in class net.sf.jiffie.IHTMLStyle
Set the color.
setCookie(String) - Method in class net.sf.jiffie.IHTMLDocument2
Sets the cookie associated with this document.
setCssText(String) - Method in class net.sf.jiffie.IHTMLStyle
Set the css text.
setDebugOutput(boolean) - Method in class net.sf.jiffie.TrackingElementFactory
Set this flag to true to produce debug output listng unreleased entities.
setDebugPrintStream(PrintStream) - Method in class net.sf.jiffie.TrackingElementFactory
This method is called to set the destination for any debugging output produced by this class.
setDomain(String) - Method in class net.sf.jiffie.IHTMLDocument2
Sets the security domain of the document.
setElementFactory(ElementFactory) - Static method in class net.sf.jiffie.JiffieUtility
Sets the element factory used by this instance of Jiffie.
setEventHandlerFactory(EventHandlerFactory) - Static method in class net.sf.jiffie.JiffieUtility
Sets the event handler factory used by this instance of Jiffie.
setEventHandlingEnabled(boolean) - Static method in class net.sf.jiffie.JiffieUtility
Sets a flag indicating if event handling is enabled by default.
setHeight(int) - Method in class net.sf.jiffie.InternetExplorer
Sets the height of the main window for the object.
setID(String) - Method in class net.sf.jiffie.IHTMLElement
Sets the ID of this element
setInnerHtml(String) - Method in class net.sf.jiffie.IHTMLElement
Sets the inner HTML of this element.
setInnerHtml(String) - Method in class net.sf.jiffie.IHTMLScriptElement
This method is not supported, UnsupportedOperationException will be thrown thrown.
setInnerText(String) - Method in class net.sf.jiffie.IHTMLElement
Sets the inner text of this element.
setInnerText(String) - Method in class net.sf.jiffie.IHTMLScriptElement
This method is not supported, UnsupportedOperationException will be thrown.
setIntegerProperty(String, int) - Method in class net.sf.jiffie.IDispatch
Convenience method for setting an arbitrary int property.
setLeft(int) - Method in class net.sf.jiffie.InternetExplorer
Sets the screen coordinate of the left edge of the main window of the object.
setMaxLength(int) - Method in class net.sf.jiffie.IHTMLInputElement
Sets the maxLength property
setMaxPollCount(int) - Static method in class net.sf.jiffie.JiffieUtility
In order to allow Internet Explorer to finish whatever operation Jiffie has just asked it to do, we need to be able to poll the application's status.
setNoWrap(boolean) - Method in class net.sf.jiffie.IHTMLDivElement
Sets whether the browser automatically performs wordwrap.
setPollTime(int) - Static method in class net.sf.jiffie.JiffieUtility
In order to allow Internet Explorer to finish whatever operation Jiffie has just asked it to do, we need to be able to poll the application's status.
setRegisterAsBrowser(boolean) - Method in class net.sf.jiffie.InternetExplorer
Set the flag that indicates if this instance is a top level web browser.
SetSecureLockIcon(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
SetSecureLockIcon event handler.
setSecureLockIcon(int) - Method in interface net.sf.jiffie.WindowListener
SetSecureLockIcon event handler.
setSelected(boolean) - Method in class net.sf.jiffie.IHTMLOptionElement
Sets the selected property.
setSelectedIndex(int) - Method in class net.sf.jiffie.IHTMLSelectElement
Sets the value of the currently selected index.
setSilent(boolean) - Method in class net.sf.jiffie.InternetExplorer
Sets a flag indicating whether the browser can show dialog boxes.
setStackTrace(boolean) - Method in class net.sf.jiffie.TrackingElementFactory
Set this flag to true to generate stack traces as part of the debug output.
setStringProperty(String, String) - Method in class net.sf.jiffie.IDispatch
Convenience method for setting an arbitrary String property.
setText(String) - Method in class net.sf.jiffie.IHTMLOptionElement
Sets the text string specified by the option tag.
setText(String) - Method in class net.sf.jiffie.IHTMLScriptElement
Sets the text of the object as a string.
setTop(int) - Method in class net.sf.jiffie.InternetExplorer
Sets the screen coordinate of the top edge of the main window of the object.
setType(String) - Method in class net.sf.jiffie.IHTMLInputElement
Sets the type property
setUp() - Method in class net.sf.jiffie.JiffieDataDirTest
Called as part of JUnit initialisation to set up the test fixture.
setUp() - Method in class net.sf.jiffie.JiffieTestCase
Make the browser visible.
setValue(String) - Method in class net.sf.jiffie.IHTMLInputElement
Sets the value property
setValue(String) - Method in class net.sf.jiffie.IHTMLSelectElement
Sets the value property
setValue(String) - Method in class net.sf.jiffie.IHTMLTextAreaElement
Sets the value property
setVisible(boolean) - Method in class net.sf.jiffie.InternetExplorer
Set the flag indicating if the browser is visible.
setWatchdogSleepTime(int) - Method in class net.sf.jiffie.TrackingElementFactory
Set the watchdog thread sleep time in seconds.
setWidth(int) - Method in class net.sf.jiffie.InternetExplorer
Sets the width of the main window for the object.
show() - Method in class net.sf.jiffie.IHTMLPopup
Shows the popup window.
show(int, int, int, int, IHTMLElement) - Method in class net.sf.jiffie.IHTMLPopup
Shows the popup window at the xy coordinates relative to the element.
SingleElementList - Class in net.sf.jiffie
This class represents a collection of IHTMLElements which only contains a single element.
SingleElementList(IDispatch) - Constructor for class net.sf.jiffie.SingleElementList
Constructor.
SingleElementListTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the SingleElementList class.
SingleElementListTest() - Constructor for class net.sf.jiffie.SingleElementListTest
 
size() - Method in class net.sf.jiffie.EmptyElementList
size() - Method in class net.sf.jiffie.MultipleElementList
size() - Method in class net.sf.jiffie.SingleElementList
startWatchdogThread() - Method in class net.sf.jiffie.TrackingElementFactory
Launches the watchdog thread.
STATUS_COMPLETE - Static variable in class net.sf.jiffie.IHTMLScriptElement
Object is completely initialized.
STATUS_INTERACTIVE - Static variable in class net.sf.jiffie.IHTMLScriptElement
User can interact with the object even though it is not fully loaded.
STATUS_LOADED - Static variable in class net.sf.jiffie.IHTMLScriptElement
Object has finished loading its data.
STATUS_LOADING - Static variable in class net.sf.jiffie.IHTMLScriptElement
Object is loading its data.
STATUS_UNINITIALIZED - Static variable in class net.sf.jiffie.IHTMLScriptElement
Object is not initialized with data.
StatusTextChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
StatusTextChange event handler.
statusTextChange(String) - Method in interface net.sf.jiffie.WindowListener
StatusTextChange event handler.
stop() - Method in class net.sf.jiffie.InternetExplorer
Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations.
stopWatchdogThread() - Method in class net.sf.jiffie.TrackingElementFactory
Stops the watchdog thread.
submit(boolean) - Method in class net.sf.jiffie.IHTMLFormElement
Call the submit method of the form.

T

tags(String) - Method in interface net.sf.jiffie.ElementList
This is a convenience method designed to emulate the behaviour of the tags method of the IHTMLElementCollection interface.
tags(String) - Method in class net.sf.jiffie.EmptyElementList
This is a convenience method designed to emulate the behaviour of the tags method of the IHTMLElementCollection interface.
tags(String) - Method in class net.sf.jiffie.MultipleElementList
This is a convenience method designed to emulate the behaviour of the tags method of the IHTMLElementCollection interface.
tags(String) - Method in class net.sf.jiffie.SingleElementList
This is a convenience method designed to emulate the behaviour of the tags method of the IHTMLElementCollection interface.
tearDown() - Method in class net.sf.jiffie.JiffieTestCase
Shut down the browser and release any resources it holds.
testAll() - Method in class net.sf.jiffie.JiffieTest
Dummy test used to ensure the test suites added in the constructor are run.
testAnchors() - Method in class net.sf.jiffie.IHTMLAnchorElementTest
Exercise IHTMLAnchorElement functionality.
testAssertFalse() - Method in class net.sf.jiffie.JiffieUtilityTest
Test executeScript on a function that returns false.
testAssertNull() - Method in class net.sf.jiffie.JiffieUtilityTest
Test executeScript on a function that returns null.
testAssertTrue() - Method in class net.sf.jiffie.JiffieUtilityTest
Test executeScript on a function that returns true.
testDocument() - Method in class net.sf.jiffie.IHTMLDocument2Test
Exercise IHTMLDocument2 functionality.
testDocumentNavigator() - Method in class net.sf.jiffie.xpath.JiffieXPathTest
Test DocumentNavigator functionality.
testDOMElements() - Method in class net.sf.jiffie.IHTMLDOMNodeTest
Test elements and properties related to the DOM model.
testElement() - Method in class net.sf.jiffie.IHTMLElementTest
Exercise element methods.
testElementContainer() - Method in class net.sf.jiffie.ElementContainerTest
Test ElementContainer functionality.
testExecuteScriptWithDispatchReturn() - Method in class net.sf.jiffie.JiffieUtilityTest
Test a executeScript on a function that returns a Dispatch.
testFileInput() - Method in class net.sf.jiffie.IHTMLInputElementTest
Test setting the value of a file input field.
testForm() - Method in class net.sf.jiffie.IHTMLFormElementTest
Exercise IHTMLFormElement functionality.
testFrameBase2() - Method in class net.sf.jiffie.IHTMLFrameBase2Test
Exercise IHTMLFrameBase2 methods.
testFrames() - Method in class net.sf.jiffie.IHTMLFrameTest
Exercise IHTMLFrameBase, IHTMLFrameElement, and IHTMLIFrameElement functionality.
testGetDocumentElement() - Method in class net.sf.jiffie.IHTMLDocument2Test
Exercise the IHTMLDocument2.getDocumentElement method
testGetForm() - Method in class net.sf.jiffie.IHTMLInputElementTest
Exercise the form attribute.
testGetForm() - Method in class net.sf.jiffie.IHTMLSelectElementTest
Exercise the form property.
testGetForm() - Method in class net.sf.jiffie.IHTMLTextAreaElementTest
Exercise the textarea form attribute.
testInitialRequestRequirements() - Method in class net.sf.jiffie.xpath.JiffieXPathTest
Test XPath operations to meet the original requirements for XPath support.
testInput() - Method in class net.sf.jiffie.IHTMLInputElementTest
Exercise IHTMLInputElement functionality.
testModalDialog() - Method in class net.sf.jiffie.IHTMLAnchorElementTest
This test demonstrates how a modal dialog can be managed.
testModelessDialog() - Method in class net.sf.jiffie.IHTMLAnchorElementTest
This test illustrates how modeless dialogs are managed.
testPopup() - Method in class net.sf.jiffie.IHTMLPopupTest
Exercise IHTMLPopup.
testSingleElementList() - Method in class net.sf.jiffie.SingleElementListTest
Exercise SingleElementList (in particular release())
testStyle() - Method in class net.sf.jiffie.IHTMLCurrentStyleTest
Exercise IHTMLCurrentStyle.
testStyle() - Method in class net.sf.jiffie.IHTMLStyleTest
Exercise IHTMLStyle.
testTextArea() - Method in class net.sf.jiffie.IHTMLTextAreaElementTest
Exercise IHTMLTextAreaElement functionality.
testTrackingElementFactory() - Method in class net.sf.jiffie.TrackingElementFactoryTest
Test TrackingElementFactory functionality.
testVoidFunction() - Method in class net.sf.jiffie.JiffieUtilityTest
Test execute script on a js function that returns void.
testWindowSize() - Method in class net.sf.jiffie.InternetExplorerTest
This method demonstrates access to information about the IE window, including size, location, and HWND.
TitleChange(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
TitleChange event handler.
titleChange(String) - Method in interface net.sf.jiffie.WindowListener
TitleChange event handler.
track(Releaseable) - Method in class net.sf.jiffie.TrackingElementFactory
This method is called to begin tracking an entity.
TrackingElementFactory - Class in net.sf.jiffie
This class extends the default element factory to include functionality to track all entities created by the factory.
TrackingElementFactory() - Constructor for class net.sf.jiffie.TrackingElementFactory
 
TrackingElementFactory.TrackedItem - Class in net.sf.jiffie
Simple container for entities being tracked.
TrackingElementFactory.TrackedItem(Releaseable) - Constructor for class net.sf.jiffie.TrackingElementFactory.TrackedItem
Constructor.
TrackingElementFactory.WatchdogThread - Class in net.sf.jiffie
Simple watchdog thread used to remove released items from the list.
TrackingElementFactory.WatchdogThread() - Constructor for class net.sf.jiffie.TrackingElementFactory.WatchdogThread
 
TrackingElementFactoryTest - Class in net.sf.jiffie
Tests to exercise the functionality implemented in the TrackingElementFactory class.
TrackingElementFactoryTest() - Constructor for class net.sf.jiffie.TrackingElementFactoryTest
 
translateNamespacePrefixToUri(String, Object) - Method in class net.sf.jiffie.xpath.DocumentNavigator

U

UNINITIALIZED - Static variable in class net.sf.jiffie.ReadyState
Object is not initialized with data.

W

waitWhileBusy() - Method in class net.sf.jiffie.InternetExplorer
This method is called to wait until the browser is not busy.
waitWhileIncomplete() - Method in class net.sf.jiffie.IHTMLDocument2
This method is called to wait until the document is complete.
waitWhileIncomplete() - Method in class net.sf.jiffie.IHTMLElement
This method is called to wait until this element is complete.
waitWhileIncomplete(IDispatch) - Static method in class net.sf.jiffie.JiffieUtility
This method waits until the dispatch interface indicates that it is "complete" (i.e.
WindowClosing(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowClosing event handler.
windowClosing(boolean) - Method in interface net.sf.jiffie.WindowListener
WindowClosing event handler.
WindowListener - Interface in net.sf.jiffie
Interface which must be implemented by classes wishing to receive window events from Internet Explorer.
WindowSetHeight(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowSetHeight event handler.
windowSetHeight(int) - Method in interface net.sf.jiffie.WindowListener
WindowSetHeight event handler.
WindowSetLeft(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowSetLeft event handler.
windowSetLeft(int) - Method in interface net.sf.jiffie.WindowListener
WindowSetLeft event handler.
WindowSetResizable(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowSetResizable event handler.
windowSetResizable(boolean) - Method in interface net.sf.jiffie.WindowListener
WindowSetResizable window resizable flag.
WindowSetTop(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowSetTop event handler.
windowSetTop(int) - Method in interface net.sf.jiffie.WindowListener
WindowSetTop event handler.
WindowSetWidth(Variant[]) - Method in class net.sf.jiffie.FullEventHandler
WindowSetWidth event handler.
windowSetWidth(int) - Method in interface net.sf.jiffie.WindowListener
WindowSetWidth event handler.
write(String) - Method in class net.sf.jiffie.IHTMLDocument2
Writes HTML text into the document.
writeDebugOutput(TrackingElementFactory.TrackedItem) - Method in class net.sf.jiffie.TrackingElementFactory
This method is designed to be overloaded by subclasses to allow developers to produce their own diagnostic ouput if any is required.
writeln(String) - Method in class net.sf.jiffie.IHTMLDocument2
Writes HTML text into the document.

A B C D E F G H I J L M N O P Q R S T U W

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