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.IE