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

A

activateBrowserWithIndex(int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Activates the browser that was opened the nth time.
activateBrowserWithTitle(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Activates the browser with the provided title.
activateLastNewWindow() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
If a new window has been opened by a tag and within the same tag you want to access that popup, you've to use this method to get it.
addActionFormSelectionActionListener(JComboBox) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
addBrowser(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Add a browser instance to the cache.
addBrowser(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
addBrowser(InternetExplorer) - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
Add a browser instance to the cache.
addFormsToList(JComboBox, ElementList) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
addNavigationListener(NavigationListener) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
Adds a new navigation listener.
addParameter(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
A helper method for those action points which extend this class.
addWindowListener(WindowListener) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
Adds a new window listener.
anchor - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag.TagRunnable
 
assertCheckboxChecked(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox in the workingForm is checked or unchecked.
assertCheckboxChecked(String, boolean, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox in the workingForm is checked or unchecked.
assertCheckboxChecked(String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox in the workingForm is checked or unchecked.
assertCheckboxChecked(String, String, boolean, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox in the workingForm is checked or unchecked.
assertCheckboxWithNameAndValueChecked(String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox with a given name and value in the workingForm is checked or unchecked.
assertCheckboxWithNameAndValueChecked(String, String, boolean, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox with a given name and value in the workingForm is checked or unchecked.
assertCheckboxWithNameAndValueChecked(String, String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox with a given name and value in the workingForm is checked or unchecked.
assertCheckboxWithNameAndValueChecked(String, String, String, boolean, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a checkbox with a given name and value in the workingForm is checked or unchecked.
assertLinkPresent(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a link with given text is present in the current html.
assertLinkPresent(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a link with given text is present in the current html.
assertLinkPresent(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a link with given text is present in the current html.
assertLinkPresent(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a link with given text is present in the current html.
assertLinkWithHrefPresent(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
assertLinkWithHrefPresent(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that a link with given text is present in the current html.
assertPasswordFieldValueEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the password field.
assertPasswordFieldValueEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the password field.
assertPasswordFieldValueEquals(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the password field.
assertPasswordFieldValueEquals(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the password field.
assertRadioButtonChecked(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given radio button has the provided value selected
assertRadioButtonChecked(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given radio button has the provided value selected
assertRadioButtonChecked(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given radio button has the provided value selected If the test fails display the given msg
assertRadioButtonChecked(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given radio button has the provided value selected If the test fails display the given msg
assertSelectFieldOptionIndexEquals(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected
assertSelectFieldOptionIndexEquals(String, int, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected
assertSelectFieldOptionIndexEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected If the test fails display the given msg
assertSelectFieldOptionIndexEquals(String, String, int, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected If the test fails display the given msg
assertSelectFieldOptionIndexesEqual(String, int[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided indexes selected
assertSelectFieldOptionIndexesEqual(String, int[], int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided indexes selected
assertSelectFieldOptionIndexesEqual(String, String, int[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected If the test fails display the given msg
assertSelectFieldOptionIndexesEqual(String, String, int[], int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided index selected If the test fails display the given msg
assertSelectFieldOptionTextEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text value selected
assertSelectFieldOptionTextEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text value selected
assertSelectFieldOptionTextEquals(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text value selected If the test fails display the given msg
assertSelectFieldOptionTextEquals(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text value selected If the test fails display the given msg
assertSelectFieldOptionTextValuesEqual(String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text values selected
assertSelectFieldOptionTextValuesEqual(String, List, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text values selected
assertSelectFieldOptionTextValuesEqual(String, String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text values selected If the test fails display the given msg
assertSelectFieldOptionTextValuesEqual(String, String, List, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided displayed text values selected If the test fails display the given msg
assertSelectFieldOptionValueEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided value selected
assertSelectFieldOptionValueEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided value selected
assertSelectFieldOptionValueEquals(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided value selected If the test fails display the given msg
assertSelectFieldOptionValueEquals(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided value selected If the test fails display the given msg
assertSelectFieldOptionValuesEqual(String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided values selected
assertSelectFieldOptionValuesEqual(String, List, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided values selected
assertSelectFieldOptionValuesEqual(String, String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided values selected If the test fails display the given msg
assertSelectFieldOptionValuesEqual(String, String, List, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the given select field has the provided values selected If the test fails display the given msg
assertTextAreaValueEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text area.
assertTextAreaValueEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text area.
assertTextAreaValueEquals(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text area.
assertTextAreaValueEquals(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text area.
assertTextFieldValueEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text field.
assertTextFieldValueEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text field.
assertTextFieldValueEquals(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text field.
assertTextFieldValueEquals(String, String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks the value of the text field.
assertTextNotPresent(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that the supplied text is not present in the reponse.
assertTextNotPresent(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that the supplied text is not present in the reponse.
assertTextNotPresent(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that the supplied text is not present in the reponse.
assertTextNotPresent(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that the supplied text is not present in the reponse.
assertTextPresent(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that supplied text is present and if regex is set to true, then text is a Perl5 style regular expression (evaluated using jakarta ORO package).
assertTextPresent(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that supplied text is present.
assertTextPresent(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that supplied text is present.
assertTextPresent(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that supplied text is present.
assertTextPresent(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Asserts that supplied text is present.
assertTitleEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title If the test fails display the given message
assertTitleEquals(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title Leading and trailing whitespace is not to be included in the compare.
assertTitleEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title Leading and trailing whitespace is not to be included in the compare.
assertTitleEquals(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title
assertTitleEquals(String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title If the test fails display the given message
assertTitleEquals(String, int, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title
assertTitleEquals(String, String, int, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page matches the expected value, title If the test fails display the given message
assertTitleNotEquals(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page does not matche the expected value, title
assertTitleNotEquals(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page does not matche the expected value, title If the test fails display the given message
assertTitleNotEquals(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page does not matche the expected value, title
assertTitleNotEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks that the title of the current html page does not matche the expected value, title If the test fails display the given message
assertXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Validates that a given XPATH returns at least one result
assertXPathResultsSizeEquals(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Validates that a given XPATH returns a provided number of results
assertXPathResultsSizeEquals(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Validates that a given XPATH returns a provided number of results
AttributeNameParamTag - Class in net.sf.jameleon.plugin.jiffie.tags
Specifies the name of the element attribute.
AttributeNameParamTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.AttributeNameParamTag
 
AttributeParamTag - Class in net.sf.jameleon.plugin.jiffie.tags
An extension of the ParamTag specific to the Jiffie plug-in.
AttributeParamTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.AttributeParamTag
 
attributeValueMatches(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
AttributeValueParamTag - Class in net.sf.jameleon.plugin.jiffie.tags
Specifies the value of the element attribute.
AttributeValueParamTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.AttributeValueParamTag
 
available - Variable in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
 

B

baseUrl - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
Used when the beginSession is set to true.
beforeNavigate(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
beforeNavigate(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
beginAt - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
Used when the beginSession attribute is set to true.
BrowserCache - Interface in net.sf.jameleon.plugin.jiffie.util
This interface defines methods for dealing with multiple open browser windows.
browserIndex - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetWindowFocusTag
The nth window in the list of open windows
browsers - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
The list of all open browser windows
browsers - Variable in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
The list of open browser windows.

C

checked - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
Check the checkbox if set to true; uncheck the checkbox if set to false.
checked - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
If set to true; validate it is check, otherwise validate it is unchecked.
clearSelectFieldValues(IHTMLSelectElement) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Clears the currently selected options of the provided select field
clickDialogBox(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
clickIHTMLElement(IHTMLElement) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Clicks on an IHTMLElement by using the jiffie provided BlockingClickThread.
clickImageLinkWithAltText(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigate by selection of a link with a given alt text.
clickLink(IHTMLAnchorElement, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
clickLink(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Finds a link via the IEFunctionTag.getLink(java.lang.String) method and clicks on it.
clickLink(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Finds a link via the IEFunctionTag.getLink(java.lang.String) method and clicks on it.
clickLinkWithHref(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Finds a link via the IEFunctionTag.getLinkWithHref(java.lang.String, java.lang.String) method and clicks on it.
clickLinkWithId(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigate by selection of a link with given id.
clickLinkWithImageSrc(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigate by selection of a link with a given src.
clickLinkWithText(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigate by selection of a link containing the given text.
clickNoOnSecurityAlert - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
Click no on the Security Alert dialog box if one appears after the session is started.
clickSubmitButtonWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Clicks on the submit button in the current working form with the provided name
clickYesOnSecurityAlert - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
Click yes on the Security Alert dialog box if one appears after the session is started.
clientToHostWindow(int, int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
closeBrowserWindow() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Closes the current Internet Explorer window by sending a quit event to it.
closeBrowserWindow(long) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Closes the current Internet Explorer window by sending a quit event to it.
closeIEOnExit - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
If set to true, then any browsers opened by the session will be closed.
commandStateChange(int, boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
createEventHandler(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.ui.JiffieUIEventHandlerFactory
 
createEventHandler(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandlerFactory
 

D

defaultValue - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
description - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
DialogListener - Class in net.sf.jameleon.plugin.jiffie.util
This class is specific to clicking on dialog boxes.
DialogListener(boolean, boolean, String) - Constructor for class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
dialogTitle - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
docDelegate - Variable in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
documentComplete(String) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEListener
 
documentComplete(String) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
documentComplete(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
DocumentDelegate - Interface in net.sf.jameleon.plugin.jiffie.util
A simple interface to interact with the object that contains the reference to IHTMLFormElement and IHTMLDocument2.
downloadBegin() - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
downloadBegin() - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
downloadComplete() - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
downloadComplete() - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 

E

elementFinder - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Used for some helper methods to find elements.
enableJacobAutoGc - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
Turn on com.jacob.autogc
enforceMaxLength - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
If set to true, then enforce the max length, but cutting off the end of the text.
eventToFire - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
The name of the javascript event to fire on the form element.

F

failOnWindowNotFound - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
The maximum number of seconds to wait before failing.
FIELD_NAME - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
FIELD_TYPE - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
fileDownload(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
fileDownload(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
fileName - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.TemplateType
 
fileNameToStore - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESnapShotTag
The file name minus the .html extension.
findFields(IHTMLFormElement) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
findForms() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
fireEvent(IHTMLElement, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Fires a an event against the provided HTML element
fireEvent(IHTMLElement) - Method in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
 
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
The name, id or index of the form with the button to click.
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetHiddenFieldTag
The name, id or index of the form
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetPasswordFieldTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextAreaTag
The name, id or index of the form
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
The name, id or index of the form
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidatePasswordFieldTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateRadiobuttonTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextAreaTag
The name, id or index of the field
form - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextFieldTag
The name, id or index of the field
frameId - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The id attribute of the frame or iframe to act upon.
frameName - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The name attribute of the frame or iframe to act upon.
frameSrc - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The src attribute of the frame or iframe to act upon.

G

genGUI() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getAnchor() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag.TagRunnable
 
getAreaElementByAltText(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the area HTML tag with the given alt text
getAreaElementByAltText(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the area HTML tag with the given alt text
getAttributeValue(IHTMLElement, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets an attribute's value for a given element
getBrowserAt(int) - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Get the i-th browser window from the cache.
getBrowserAt(int) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getBrowserAt(int) - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
Get the i-th browser window from the cache.
getBrowserCache() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
getBrowserCache() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getBrowserCache() - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
 
getBrowserWithTitle(String) - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Get the browser window from the cache with the matching title.
getBrowserWithTitle(String) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
This method returns null
getBrowserWithTitle(String) - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
Get the browser window from the cache with the matching title.
getByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
This method returns the IHTMLDOMNode identified by the given xpath.
getByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
This method returns the IHTMLDOMNode identified by the given xpath.
getCheckbox(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the checkbox given by it's field name
getCheckbox(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the checkbox given by it's field name
getCheckboxWithNameAndValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the checkbox given by it's field name and value
getCheckboxWithNameAndValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the checkbox given by it's field name and value
getColumnClass(int) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator.HTMLFormTableModel
 
getCurrentIE() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Returns the last element of the list of all open browser windows.
getCurrentIE() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getCurrentScreenAsText() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
Get the text representing the current screen.
getDefaultValue() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getDescription() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getDocument() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
getDocument() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getDocument() - Method in interface net.sf.jameleon.plugin.jiffie.util.DocumentDelegate
 
getElementByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
getElementByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
getElementsByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
getElementsByXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
getElementToFireEvent() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
 
getFileInputField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the file input field given by it's field name
getFirstBrowser() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Get the first browser window from the cache.
getFirstBrowser() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getFirstBrowser() - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
Get the first browser window from the cache.
getForm(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get a form via the following methods in order.
getForm(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get a form via the following methods in order.
getFormElement(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching element with a given attribute and attribute value
getFormElement(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching element with given attributes and attribute values
getFormElements(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a list of html elements.
getFormElements(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a list of elements with a given attribute and attribute value
getFormElements(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a list of elements with given attributes and attribute values
getForms() - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
getFormWithId(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get a form with the id attribute provided
getFormWithId(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get a form with the id attribute provided
getFormWithIndex(int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get the nth form on the page.
getFormWithIndex(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get the nth form on the page.
getFormWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get a form with the name attribute provided
getFormWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get a form with the name attribute provided
getFormWithXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
getFormWithXPath(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a form with the given XPATH.
getFrame(ElementContainer, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the name attribute
getFrameWithId(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a frame by the id attribute
getFrameWithId(ElementContainer, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the id attribute
getFrameWithId(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the id attribute
getFrameWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a frame by the name attribute
getFrameWithName(ElementContainer, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the name attribute
getFrameWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the name attribute
getFrameWithSrc(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a frame by the src attribute
getFrameWithSrc(ElementContainer, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the src attribute
getFrameWithSrc(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the src attribute
getHiddenField(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the hidden field by the name provided
getHiddenField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the hidden field given by it's field name
getHTMLSource() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the HTML source from the current page.
getIHTMLElement(ElementContainer, String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first matching IHTMLElement with the given html tag, attribute and attribute value
getIHTMLElement(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first matching IHTMLElement with the given html tag, attribute and attribute value
getIHTMLElement(ElementContainer, String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first matching IHTMLElement with the given html tag, attributes and attribute values
getIHTMLElement(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first matching IHTMLElement with the given html tag, attributes and attribute values
getIHTMLElement(ElementContainer, String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching IHTMLElement with the given html tag, attribute and attribute value
getIHTMLElement(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching IHTMLElement with the given html tag, attribute and attribute value
getIHTMLElement(ElementContainer, String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching IHTMLElement with the given html tag, attributes and attribute values
getIHTMLElement(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first matching IHTMLElement with the given html tag, attributes and attribute values
getIHTMLElements(ElementContainer, String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a List of matching IHTMLElements with the given html tag, attribute and attribute value
getIHTMLElements(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a List of matching IHTMLElements with the given html tag, attribute and attribute value
getIHTMLElements(ElementContainer, String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a List of matching IHTMLElements with the given html tag, attributes and attribute values
getIHTMLElements(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets a List of matching IHTMLElements with the given html tag, attributes and attribute values
getIHTMLElements(ElementContainer, String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a List of matching IHTMLElements with the given html tag, attribute and attribute value
getIHTMLElements(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a List of matching IHTMLElements with the given html tag, attribute and attribute value
getIHTMLElements(ElementContainer, String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a List of matching IHTMLElements with the given html tag, attributes and attribute values
getIHTMLElements(String, String[], String[]) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a List of matching IHTMLElements with the given html tag, attributes and attribute values
getImageLinkWithAltText(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with given img alt text
getImageLinkWithAltText(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with given img alt text
getInputFieldByName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets an input field by name.
getInputFieldByName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get an input field by name.
getInputFieldsByName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get an input field by name.
getLink(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get a link via the following methods in order.
getLink(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get a link via the following methods in order.
getLinksWith(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find all links with the contained text
getLinksWith(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find all links with contained text
getLinkWith(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with contained text
getLinkWith(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with contained text
getLinkWithHref(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with the given regex contained in the href attribute.
getLinkWithHref(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with the regex found in the href, and the text contained in the inner text, ID, or name.
getLinkWithID(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with given id
getLinkWithID(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with given id
getLinkWithImageSrc(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with given img src attribute
getLinkWithImageSrc(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with given img src attribute
getLinkWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Helper method to find a link with given name
getLinkWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Helper method to find a link with given name
getName() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getPasswordField(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the text field given by it's field name
getPasswordField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the text field given by it's field name
getRadioButton(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the radio button with the specified name and value
getRadioButton(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the radio button with the specified name and value
getRequired() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getSelectedOptionField(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the currently selected option from the given select field defined by selectFieldName
getSelectedOptionField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the currently selected option from the given select field defined by selectFieldName
getSelectField(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the select field defined by selectFieldName
getSelectField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the select field defined by selectFieldName
getSelectOptionWithText(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the currently selected option from the given select field defined by selectFieldName
getStoreToFileName(int) - Method in class net.sf.jameleon.plugin.jiffie.tags.IESnapShotTag
Gets the filename to store the state of the application to.
getSubmit(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Tries to get a submit element in the following order.
getSubmit(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the submit button identified by it's value (the label shown in the browser).
getSubmit(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Tries to get a submit element in the following order.
getSubmit(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the submit button identified by it's value (the label shown in the browser).
getSubmitButtonWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first submit button by it's name from the working form
getSubmitButtonWithName(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a submit button by it's name from the working form
getSubmitButtonWithNameAndValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first submit button by it's name and value from the working form
getSubmitButtonWithNameAndValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first submit button by it's name from the working form
getSubmitButtonWithValue(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the first submit button by it's value from the working form
getSubmitButtonWithValue(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the first submit button by it's value from the working form
getTextArea(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the text area given by it's field name
getTextArea(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the text area given by it's field name
getTextField(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the text field given by it's field name
getTextField(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets the text field given by it's field name
getType() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getVarName() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
getVisible() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
getWorkingForm() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the current working form used to set form values and submit
getWorkingForm() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
getWorkingForm() - Method in interface net.sf.jameleon.plugin.jiffie.util.DocumentDelegate
 

H

highlightActiveElement - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Whether or not to highlight the currently active HTML element.
highlightActiveElement() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
highlightActiveElement() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
highlightActiveElement() - Method in interface net.sf.jameleon.plugin.jiffie.util.DocumentDelegate
 
highlightElement(IHTMLElement) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
highlightFormField(IHTMLElement) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
href - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickLinkTag
Link (link text, id, alt, name, regex or img src) in the page to be clicked.
htmlElement - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
The html element type to click on.

I

identifier - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
Best if used for input type=image or button.
ie - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The reference to the current instance of the Internet Explorer.
IEActionPointGenerator - Class in net.sf.jameleon.plugin.jiffie.ui
 
IEActionPointGenerator() - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
IEActionPointGenerator.HTMLFormTableModel - Class in net.sf.jameleon.plugin.jiffie.ui
 
IEActionPointGenerator.HTMLFormTableModel(Object[], int) - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator.HTMLFormTableModel
 
IEClickButtonTag - Class in net.sf.jameleon.plugin.jiffie.tags
Clicks a provided button.
IEClickButtonTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
 
IEClickHtmlElementTag - Class in net.sf.jameleon.plugin.jiffie.tags
Clicks a provided html element.
IEClickHtmlElementTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEClickHtmlElementTag
 
IEClickLinkTag - Class in net.sf.jameleon.plugin.jiffie.tags
Clicks on a given link.
IEClickLinkTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEClickLinkTag
 
IECloseWindowTag - Class in net.sf.jameleon.plugin.jiffie.tags
Closes the current browser window.
IECloseWindowTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IECloseWindowTag
 
IECodeGenerator - Class in net.sf.jameleon.plugin.jiffie.ui
 
IECodeGenerator(DefaultTableModel, String) - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator
 
IECodeGenerator.IEField - Class in net.sf.jameleon.plugin.jiffie.ui
 
IECodeGenerator.IEField() - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
IECodeGenerator.TemplateType - Class in net.sf.jameleon.plugin.jiffie.ui
 
IECodeGenerator.TemplateType(String, String) - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.TemplateType
 
IEEventListener - Class in net.sf.jameleon.plugin.jiffie.util
The IEEventListener acts as a control instance for InternetExplorer instances created and used by any IEFunctionTag
IEEventListener() - Constructor for class net.sf.jameleon.plugin.jiffie.util.IEEventListener
Deafult constructor.
IEEventListener(InternetExplorer, BrowserCache) - Constructor for class net.sf.jameleon.plugin.jiffie.util.IEEventListener
Instantiates a new listener and adds itself as navigation listener and window listener to the given browser.
IEExecuteJavaScriptTag - Class in net.sf.jameleon.plugin.jiffie.tags
A Tag that executes a body of javascript in the context of IE.
IEExecuteJavaScriptTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEExecuteJavaScriptTag
 
IEFireEventTag - Class in net.sf.jameleon.plugin.jiffie.tags
Fires event methtods in a provided HTML element.
IEFireEventTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
 
IEFunctionTag - Class in net.sf.jameleon.plugin.jiffie
This is the base FunctionTag for the Jiffie Plug-in.
IEFunctionTag() - Constructor for class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
IEFunctionTag.TagRunnable - Class in net.sf.jameleon.plugin.jiffie
 
IEFunctionTag.TagRunnable() - Constructor for class net.sf.jameleon.plugin.jiffie.IEFunctionTag.TagRunnable
 
IEGetMatchingTextTag - Class in net.sf.jameleon.plugin.jiffie.tags
Gets the matching text against the currently active IE and sets it in the context.
IEGetMatchingTextTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
 
IEGoBackTag - Class in net.sf.jameleon.plugin.jiffie.tags
Clicks the browser's back button.
IEGoBackTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEGoBackTag
 
IEGoForwardTag - Class in net.sf.jameleon.plugin.jiffie.tags
Clicks the browser's forward button.
IEGoForwardTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEGoForwardTag
 
IEIsTextPresentTag - Class in net.sf.jameleon.plugin.jiffie.tags
Check whether the given text exists on the current page.
IEIsTextPresentTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEIsTextPresentTag
 
IEListener - Class in net.sf.jameleon.plugin.jiffie.ui
The IEEventListener acts as a control instance for InternetExplorer instances created and used by any IEFunctionTag
IEListener(InternetExplorer, BrowserCache) - Constructor for class net.sf.jameleon.plugin.jiffie.ui.IEListener
Instantiates a new listener and adds itself as navigation listener and window listener to the given browser.
IENavigateTag - Class in net.sf.jameleon.plugin.jiffie.tags
Navigates directly to the given URL.
IENavigateTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IENavigateTag
 
IESendKeysTag - Class in net.sf.jameleon.plugin.jiffie.tags
Sends the provided keys to the screen.
IESendKeysTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
 
IESessionTag - Class in net.sf.jameleon.plugin.jiffie
This is a Jiffie implementation of the @see SessionTag.
IESessionTag() - Constructor for class net.sf.jameleon.plugin.jiffie.IESessionTag
 
IESetCheckboxTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point checks any checkbox in a form or not.
IESetCheckboxTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
 
IESetHiddenFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point sets the value of any hidden field.
IESetHiddenFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetHiddenFieldTag
 
IESetPasswordFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point sets the value of any password field in form or not.
IESetPasswordFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetPasswordFieldTag
 
IESetRadiobuttonTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point sets the value of any radio button.
IESetRadiobuttonTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
 
IESetSelectFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
Sets the value(s) of any select field.
IESetSelectFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
 
IESetTextAreaTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point sets the value of any text area.
IESetTextAreaTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetTextAreaTag
 
IESetTextFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
This action point sets the value of any text field.
IESetTextFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
 
IESetWindowFocusTag - Class in net.sf.jameleon.plugin.jiffie.tags
Sets focus on an opened IE window with the provided title or index.
IESetWindowFocusTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESetWindowFocusTag
 
IESnapShotTag - Class in net.sf.jameleon.plugin.jiffie.tags
Takes a snapshot of the currently displayed page.
IESnapShotTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IESnapShotTag
 
IEUtility - Class in net.sf.jameleon.plugin.jiffie.util
 
IEUtility() - Constructor for class net.sf.jameleon.plugin.jiffie.util.IEUtility
 
IEValidateCheckboxTag - Class in net.sf.jameleon.plugin.jiffie.tags
Checks the value of any checkbox field in the form or not.
IEValidateCheckboxTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
 
IEValidatePasswordFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
Verifies the value of any password field.
IEValidatePasswordFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidatePasswordFieldTag
 
IEValidateRadiobuttonTag - Class in net.sf.jameleon.plugin.jiffie.tags
Verifies that a radio button has been set to a given value.
IEValidateRadiobuttonTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateRadiobuttonTag
 
IEValidateSelectFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
Validates the currently selected value(s) of the provided select field.
IEValidateSelectFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
 
IEValidateTextAreaTag - Class in net.sf.jameleon.plugin.jiffie.tags
Verifies the value of any text area.
IEValidateTextAreaTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextAreaTag
 
IEValidateTextFieldTag - Class in net.sf.jameleon.plugin.jiffie.tags
Verifies the value of any text field.
IEValidateTextFieldTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextFieldTag
 
IEValidateTextTag - Class in net.sf.jameleon.plugin.jiffie.tags
Validates text or a regular expression can be found in the current HTML document.
IEValidateTextTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextTag
 
IEValidateTitleTag - Class in net.sf.jameleon.plugin.jiffie.tags
Validates the title in several different ways.
IEValidateTitleTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
 
IEValidateXPathTag - Class in net.sf.jameleon.plugin.jiffie.tags
Validates the given xpath ( see: http://www.w3.org/TR/xpath ) evaluates to true.
IEValidateXPathTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidateXPathTag
 
IEValidationTag - Class in net.sf.jameleon.plugin.jiffie.tags
Validates the title, text and links on the page.
IEValidationTag() - Constructor for class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
 
ignoreTarget - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickLinkTag
Ignore target If set to 'true', will not open link in new window (if the link has a target).
IHTMLElementFinder - Class in net.sf.jameleon.plugin.jiffie.util
This class was created to be used by the IEFunctionTag.
IHTMLElementFinder(DocumentDelegate) - Constructor for class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
INCLUDE - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
internalGetFrame(ElementContainer, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Gets a frame by the specified attribute
isTextInPage(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Checks to see if the current page has the desired block of text
isTextInPage(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Checks to see if the current page has the desired block of text

J

JiffieEventHandler - Class in net.sf.jameleon.plugin.jiffie.util
This class implements an event handler which receives only the events the jiffie plug-in cares about.
JiffieEventHandler(InternetExplorer) - Constructor for class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
Constructor.
JiffieEventHandlerFactory - Class in net.sf.jameleon.plugin.jiffie.util
This class creates instances of the JiffieEventHandler class.
JiffieEventHandlerFactory() - Constructor for class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandlerFactory
 
JiffieUIEventHandler - Class in net.sf.jameleon.plugin.jiffie.ui
This class implements an event handler which receives all of the events generated by Internet Explore.
JiffieUIEventHandler(InternetExplorer) - Constructor for class net.sf.jameleon.plugin.jiffie.ui.JiffieUIEventHandler
Constructor.
JiffieUIEventHandlerFactory - Class in net.sf.jameleon.plugin.jiffie.ui
This class creates instances of the JiffieEventHandler class.
JiffieUIEventHandlerFactory() - Constructor for class net.sf.jameleon.plugin.jiffie.ui.JiffieUIEventHandlerFactory
 

K

keys - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
The keys to send to the screen

L

link - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickLinkTag
Link (link text, id, alt, name or img src) in page to be clicked.
linkPresent - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
Link that should exist on the resulting page

M

main(String[]) - Static method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
maxWaitTime - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
The maximum number of seconds to wait before failing.
maxWaitTimeInSeconds - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
The maximum time to wait before timing out.

N

name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
The name of the button's name attribute.
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
The name of the checkbox field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetHiddenFieldTag
The name of the hidden field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetPasswordFieldTag
The name of the text field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
The name of the radio button
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
The name of the text field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextAreaTag
The name of the text area
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
The name of the text field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
The name of the checkbox field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidatePasswordFieldTag
The name of the password field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateRadiobuttonTag
The name of the radio button
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
The name of the text field
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextAreaTag
The name of the text area
name - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextFieldTag
The name of the text field
name - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
name - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.TemplateType
 
navigate(String, String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigates directly to the given URL todo add handling of basic authentication.
navigate(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Navigates directly to the given URL
navigateComplete(String) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
navigateComplete(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
navigateError(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
navigateError(String, String, int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
net.sf.jameleon.plugin.jiffie - package net.sf.jameleon.plugin.jiffie
 
net.sf.jameleon.plugin.jiffie.tags - package net.sf.jameleon.plugin.jiffie.tags
 
net.sf.jameleon.plugin.jiffie.ui - package net.sf.jameleon.plugin.jiffie.ui
 
net.sf.jameleon.plugin.jiffie.util - package net.sf.jameleon.plugin.jiffie.util
 
newWindow2(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEListener
This method instanciates a new event listener for the new browser window to be able to manage it.
newWindow2(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
newWindow2(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
This method instanciates a new event listener for the new browser window to be able to manage it.
NewWindow2(Variant[]) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
NewWindow2 event handler.
newWindow3(int, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
newWindow3(int, String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
noSelected - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 

O

onFullScreen(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onMenuBar(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onQuit() - Method in class net.sf.jameleon.plugin.jiffie.ui.IEListener
On closing a browser window we've to clean up.
OnQuit(Variant[]) - Method in class net.sf.jameleon.plugin.jiffie.ui.JiffieUIEventHandler
OnQuit event handler.
onQuit - Variable in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onQuit() - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
On closing a browser window we've to clean up.
OnQuit(Variant[]) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
OnQuit event handler.
onStatusBar(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onTheatreMode(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onToolBar(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
onVisible(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
optionIndex - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
The index of the option to select.
optionIndex - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
The index(es) of the option to select.
optionText - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
The displayed text of the option to select.
optionText - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
The expected displayed text (values) of the option to select
optionValue - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
The value attribute of the option tag to select.
optionValue - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
The value(s) attribute of the option tag to select

P

parseStringOfTokens(String, String) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
Parses a comma-separated list.
password - Variable in class net.sf.jameleon.plugin.jiffie.tags.IENavigateTag
Password for pages that require basic authentication.
pluginTearDown() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
printTemplateInstantiation() - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
printTemplateTeardown() - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
privacyImpactedStateChange(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
progressChange(int, int) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEListener
 
ProgressChange(Variant[]) - Method in class net.sf.jameleon.plugin.jiffie.ui.JiffieUIEventHandler
ProgressChange event handler.
progressChange(int, int) - Method in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
progressChange(int, int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
When the document is complete, trigger a State Changed Event
ProgressChange(Variant[]) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
ProgressChange event handler.
progressCount - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
propertyChange(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 

R

regex - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
The pattern which is to be used to extract the data from the repsonse
regex - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextTag
Specifies whether the text represents a regular expression.
regexGroup - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
The group number (based on parenthesis) to extract the data from.
release(IDispatch) - Method in class net.sf.jameleon.plugin.jiffie.util.IHTMLElementFinder
 
removeBrowser(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
Remove a browser instance from the cache.
removeBrowser(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
removeBrowser(InternetExplorer) - Method in interface net.sf.jameleon.plugin.jiffie.util.BrowserCache
Remove a browser instance from the cache.
removeNavigationListener(NavigationListener) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
Removes a navigation listener from the set of listeners.
removeWindowListener(WindowListener) - Method in class net.sf.jameleon.plugin.jiffie.util.JiffieEventHandler
Removes a window listener from the set of listeners.
REQUIRED - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
required - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 

S

script - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEExecuteJavaScriptTag
The Javascript body to execute.
selectedNo - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
selectedYes - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
selectNo - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
selectYes - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 
sendKeys(String, String, int) - Static method in class net.sf.jameleon.plugin.jiffie.util.IEUtility
 
session - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The session within which the function tag is running
setAttributes() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
Translates the param objects to an array of strings for names and values.
setCheckbox(String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the checkbox to checked or unchecked.
setCheckboxWithNameAndValue(String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the checkbox to checked or unchecked given a name and value.
setCurrentIE(InternetExplorer) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
setExternalCloseListener(WindowAdapter) - Method in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
setHiddenFieldValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the given hidden field (input type=hidden named hiddenFieldName to the value desired, value
setPasswordFieldValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the given password field, passwordFieldName to the value desired, value
setRadioButtonValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the value of a radio button
setSecureLockIcon(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
setSelectFieldOptionIndex(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the index of a select or drop down.
setSelectFieldOptionIndexes(String, int[]) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the indexes of a select or drop down.
setSelectFieldOptionText(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the value of a select or drop down to the value with the displayed text.
setSelectFieldOptionTextValues(String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the values of a select or drop down to the values with the displayed text.
setSelectFieldOptionValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the value of a select or drop down.
setSelectFieldOptionValues(String, List) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the values of a select or drop down.
setTextAreaValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the given text area named textFieldName to the value desired, value
setTextFieldValue(String, String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the given text field (input type=text named textFieldName to the value desired, value This method follows the maxlength HTML attribute, by truncating the value to the maxlength before setting the value.
setTextFieldValue(String, String, boolean) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the given text field (input type=text named textFieldName to the value desired, value This method follows the maxlength HTML attribute, by truncating the value to the maxlength before setting the value.
setupEnvironment() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Gets the references of the session and the test results from the parent TestCase This method gets called once all attributes are set from the macro language.
setUpSession() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
setVariablesFromEnvironment() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
setWorkingForm(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the working form, using the following methods in order.
setWorkingForm(IHTMLFormElement) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the working form to the provided IHTMLFormElement
setWorkingFormById(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the working form by the id of the form
setWorkingFormByIndex(int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the working form by the order it is in the actual HTML.
setWorkingFormByName(String) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Sets the working form by the name of the form
startApplication() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
todo integrate DialogListener with IEEventListener.
statusTextChange(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
store(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
 
store(String, int) - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
submitWorkingForm() - Method in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Submits the current working form

T

target - Variable in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
The browser to which this event listener is listening to
tearDownSession() - Method in class net.sf.jameleon.plugin.jiffie.IESessionTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEClickHtmlElementTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEClickLinkTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IECloseWindowTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEExecuteJavaScriptTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEGoBackTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEGoForwardTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEIsTextPresentTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IENavigateTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetHiddenFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetPasswordFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetSelectFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetTextAreaTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESetWindowFocusTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IESnapShotTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidatePasswordFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateRadiobuttonTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateSelectFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextAreaTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextFieldTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidateXPathTag
 
testBlock() - Method in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
 
text - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEIsTextPresentTag
The text to verify existence of.
text - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextTag
The text to validate the existence of.
textNotPresent - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
Text that should NOT exist on the resulting page
textPresent - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
Text that should exist on the resulting page
title - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetWindowFocusTag
The title of the desired window to set focus on
title - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
The exact title of the page
title - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
Expected title
titleBeginsWith - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
The text that the title should begin with
titleChange(String) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
titleContains - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
The text that title should contain
titleEndsWith - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
The text that the title should end with
titleNotEquals - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTitleTag
The text that the title should not match
titleNotEquals - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidationTag
Title that is NOT expected.
toString() - Method in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.TemplateType
 
type - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 

U

url - Variable in class net.sf.jameleon.plugin.jiffie.tags.IENavigateTag
URL to navigate to
username - Variable in class net.sf.jameleon.plugin.jiffie.tags.IENavigateTag
Username for pages that require basic authentication.

V

validate() - Method in class net.sf.jameleon.plugin.jiffie.tags.AttributeNameParamTag
 
validate() - Method in class net.sf.jameleon.plugin.jiffie.tags.AttributeValueParamTag
 
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEClickButtonTag
The value of the button's vakue attribute.
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetCheckboxTag
The value of the checkbox field.
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetHiddenFieldTag
The value to set the hidden field to
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetPasswordFieldTag
The value to set the text field to
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetRadiobuttonTag
Check the radio button with given value.
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextAreaTag
The value to set the text area to
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESetTextFieldTag
The value to set the text field to
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateCheckboxTag
The value of the checkbox field
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidatePasswordFieldTag
The expected value of the password field
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateRadiobuttonTag
Which value is set in the radio button
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextAreaTag
The expected value of the text area
value - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateTextFieldTag
The expected value of the text field
VAR_DESC - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
VAR_NAME - Static variable in class net.sf.jameleon.plugin.jiffie.ui.IEActionPointGenerator
 
varName - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEGetMatchingTextTag
The name by which a context variable will be created
varName - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEIsTextPresentTag
The variable to store the Boolean result to
varName - Variable in class net.sf.jameleon.plugin.jiffie.ui.IECodeGenerator.IEField
 
visible - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Defines whether the InternetExplorer windows shall be visible or not
visible - Variable in class net.sf.jameleon.plugin.jiffie.IESessionTag
If set to true, then Internet Explorer will be visible.

W

WAIT - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
Whether or not to wait for a response.
windowClosing(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowSetHeight(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowSetLeft(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowSetResizable(boolean) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowSetTop(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowSetWidth(int) - Method in class net.sf.jameleon.plugin.jiffie.util.IEEventListener
 
windowTitle - Variable in class net.sf.jameleon.plugin.jiffie.tags.IESendKeysTag
The title of the window to send keys to.
workingForm - Variable in class net.sf.jameleon.plugin.jiffie.IEFunctionTag
The current form to do submits and value setting

X

xpath - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEFireEventTag
The XPath used to indentify the desired object.
xpath - Variable in class net.sf.jameleon.plugin.jiffie.tags.IEValidateXPathTag
specifies the XPath expression to evaluate.

Y

yesSelected - Variable in class net.sf.jameleon.plugin.jiffie.util.DialogListener
 

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

Copyright © 2004-2008 Christian Hargraves. All Rights Reserved.