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

A

A - class net.sf.jacobie.ie.A.
Defines a hypertext link HTML object.
A(Dispatch) - Constructor for class net.sf.jacobie.ie.A
 
All - class net.sf.jacobie.ie.All.
Represents the All collection.
All() - Constructor for class net.sf.jacobie.ie.All
 
All(Dispatch) - Constructor for class net.sf.jacobie.ie.All
 

B

BeforeNavigate2(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires before navigation occurs in the given object (on either a window or frameset element).
blur() - Method in class net.sf.jacobie.ie.HTMLElement
Causes the html element to lose its focus and also fires the onblur event.
BUTTON - Static variable in class net.sf.jacobie.ie.Input
 

C

CHECKBOX - Static variable in class net.sf.jacobie.ie.Input
 
click() - Method in class net.sf.jacobie.ie.HTMLElement
Clicks a link.
click() - Method in class net.sf.jacobie.ie.A
Clicks a link.
clickOKDialog() - Method in class net.sf.jacobie.ie.IEDialog
Clicks an OK Dialog usually from a javascript alert call.
CommandStateChanged(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when the enabled state of a command changes.
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.Links
 
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.IE
 
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.Forms
 
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.Elements
 
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.Document
 
COMPONENT_NAME - Static variable in class net.sf.jacobie.ie.All
 
componentName - Static variable in class net.sf.jacobie.ie.JacobieDispatch
 
CRLF - Static variable in class net.sf.jacobie.ie.JacobieDispatch
 

D

DefaultHTMLElement - class net.sf.jacobie.ie.DefaultHTMLElement.
This is a generic class that represents an HTML element but the type is not defined.
DefaultHTMLElement(Dispatch) - Constructor for class net.sf.jacobie.ie.DefaultHTMLElement
 
Document - class net.sf.jacobie.ie.Document.
Retrieves the Document Object of the active document.
Document(Dispatch) - Constructor for class net.sf.jacobie.ie.Document
 
Document(String) - Constructor for class net.sf.jacobie.ie.Document
 
DocumentComplete(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when a document has been completely loaded and initialized.
DownloadBegin(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when a navigation operation is beginning.
DownloadComplete(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when a navigation operation finishes, is halted, or fails.

E

Elements - class net.sf.jacobie.ie.Elements.
Represents the Elements collection.
Elements() - Constructor for class net.sf.jacobie.ie.Elements
 
Elements(Dispatch) - Constructor for class net.sf.jacobie.ie.Elements
 

F

FILE - Static variable in class net.sf.jacobie.ie.Input
 
findButton(String) - Method in class net.sf.jacobie.ie.Form
Find the INPUT button from the Form based type attribute of BUTTON and the ID attribute.
findElementByName(String) - Method in class net.sf.jacobie.ie.Form
Finds the first with the name.
findElementsByName(String) - Method in class net.sf.jacobie.ie.Document
Finds all elements with the specified name in the All collection.
findElementsByName(String, String) - Method in class net.sf.jacobie.ie.Document
Finds the first element with the specified name and specified value from the All collection.
findFirstElementByName(String) - Method in class net.sf.jacobie.ie.Document
Finds the first with the name.
findFormByNameOrID(String) - Method in class net.sf.jacobie.ie.Document
Find the Form by either the name or id attribute.
findInputBasedOnType(String) - Method in class net.sf.jacobie.ie.Form
Find the specific INPUT
findInputTypeButtons() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeCheckboxs() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeFiles() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeHiddens() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeImages() - Method in class net.sf.jacobie.ie.Form
 
findInputTypePasswords() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeRadios() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeResets() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeSubmits() - Method in class net.sf.jacobie.ie.Form
 
findInputTypeTexts() - Method in class net.sf.jacobie.ie.Form
 
findLink(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the Name (inner text) of the url.
findLink(String, int) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the Name (inner text) of the url and the specified index.
findLinkByID(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the ID attribute of the url.
findLinkByInnerHTML(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the (inner html) of the url that is a contains search.
findLinkByInnerText(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the (inner text) of the url that is a contains search.
findSubmitButton(String) - Method in class net.sf.jacobie.ie.Form
Find the INPUT button from the Form based on the type attribute of SUBMIT
focus() - Method in class net.sf.jacobie.ie.JacobieShared
Allows the element to recieve the focus.
Form - class net.sf.jacobie.ie.Form.
Defines a form HTML object
Form(Dispatch) - Constructor for class net.sf.jacobie.ie.Form
 
Forms - class net.sf.jacobie.ie.Forms.
Represents the Forms collection.
Forms() - Constructor for class net.sf.jacobie.ie.Forms
 
Forms(Dispatch) - Constructor for class net.sf.jacobie.ie.Forms
 

G

getAddressBar() - Method in class net.sf.jacobie.ie.IE
 
getAll() - Method in class net.sf.jacobie.ie.Document
Gets the All collection of elements contains by the document object.
getAll(String) - Method in class net.sf.jacobie.ie.Document
Gets the All collection of elements contains by the document object.
getBusy() - Method in class net.sf.jacobie.ie.IE
Retrieves a boolean value indicating whether the object is engaged in a navigation or downloading operation.
getBusyAsBoolean() - Method in class net.sf.jacobie.ie.IE
Retrieves a boolean value indicating whether the object is engaged in a navigation or downloading operation.
getDocument() - Method in class net.sf.jacobie.ie.IE
Gets the main document object from the browser
getDocumentElement() - Method in class net.sf.jacobie.ie.Document
Gets the root node of the document.
getElementById(String) - Method in class net.sf.jacobie.ie.Document
Gets a reference to the first object with the specified value of the ID attribute.
getElements() - Method in class net.sf.jacobie.ie.Form
Gets the Elements collection.
getElementsByTagName(String) - Method in class net.sf.jacobie.ie.JacobieShared
Returns a collection of elements based on the elements name.
getForms() - Method in class net.sf.jacobie.ie.Document
Gets the Forms collection.
getFullName() - Method in class net.sf.jacobie.ie.IE
Gets the fully qualified path of the Internet Explorer executable file.
getFullScreen() - Method in class net.sf.jacobie.ie.IE
Gets a Boolean value that indicates whether Internet Explorer is in full-screen or normal window mode.
getHREF() - Method in class net.sf.jacobie.ie.A
Gets the URL from the href attribute.
getHtmlElement() - Method in class net.sf.jacobie.thread.HTMLClickingThread
 
getID() - Method in class net.sf.jacobie.ie.HTMLElement
Gets the ID from the associated object.
getIeDialog() - Method in class net.sf.jacobie.ie.IE
Allows you to get a dialog popup window (alert from javascript) from IE and click it.
getIeEvents() - Method in class net.sf.jacobie.ie.IE
 
getInnerHTML() - Method in class net.sf.jacobie.ie.HTMLElement
 
getInnerText() - Method in class net.sf.jacobie.ie.HTMLElement
 
getInputs() - Method in class net.sf.jacobie.ie.Form
Returns a collection of INPUT elements based on the elements name.
getLinks() - Method in class net.sf.jacobie.ie.Document
Gets the Links collection.
getLinks(int) - Method in class net.sf.jacobie.ie.Document
Gets the Links collection object.
getLinksObject() - Method in class net.sf.jacobie.ie.Document
Deprecated. use getLinks() instead.
getMaxWaitCount() - Method in class net.sf.jacobie.ie.IE
Gets the max wait count.
getMaxWaitDispatchCount() - Method in class net.sf.jacobie.ie.JacobieDispatch
 
getName() - Method in class net.sf.jacobie.ie.HTMLElement
Gets the name of the html element.
getOptionBasedOnText(String) - Method in class net.sf.jacobie.ie.Select
Gets the option based on the "text" of the option.
getOptions() - Method in class net.sf.jacobie.ie.Select
Gets the Options collection.
getPath() - Method in class net.sf.jacobie.ie.IE
 
getReadyState() - Method in class net.sf.jacobie.ie.JacobieDispatch
Gets the value of the ready state property from a dispatch interface.
getSelect(String) - Method in class net.sf.jacobie.ie.Form
Gets the Select control based on the name.
getSelectedOption() - Method in class net.sf.jacobie.ie.Select
Gets the selected option based on the "selected" attribute.
getSelects() - Method in class net.sf.jacobie.ie.Form
Returns a collection of SELECT elements based on the elements name.
getText() - Method in class net.sf.jacobie.ie.Option
Gets the specfied text from the option.
getTitle() - Method in class net.sf.jacobie.ie.Document
Gets the Title of the document.
getType() - Method in class net.sf.jacobie.ie.HTMLElement
Gets the type of the input control.
getValue() - Method in class net.sf.jacobie.ie.HTMLElement
Gets the value of the html element.
getVisible() - Method in class net.sf.jacobie.ie.IE
 
getWaitDispatchSleepTime() - Method in class net.sf.jacobie.ie.JacobieDispatch
 
getWaitSleepTime() - Method in class net.sf.jacobie.ie.IE
Gets the wait sleep time.
GoBack() - Method in class net.sf.jacobie.ie.IE
Navigates backward one item in the history list.
GoForward() - Method in class net.sf.jacobie.ie.IE
Navigate the web browser to the next url in the browser history
GoHome() - Method in class net.sf.jacobie.ie.IE
Navigates to the current home or start page.

H

hasForms() - Method in class net.sf.jacobie.ie.Document
Checks to see if the document has forms.
hasLink(String) - Method in class net.sf.jacobie.ie.Document
Determines if the link exists by checking to see if "findLink" returns a null object.
hasLink(String, int) - Method in class net.sf.jacobie.ie.Document
Determines if the link exists by checking to see if "findLink" returns a null object.
hasLinkByID(String) - Method in class net.sf.jacobie.ie.Document
Determines if the link exists by checking to see if "findLinkByID" returns a null object.
hasLinkByInnerHTML(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the (inner html) of the url that is a contains search.
hasLinkByInnerText(String) - Method in class net.sf.jacobie.ie.Document
Finds a specific Link based on the (inner text) of the url that is a contains search.
hasLinks() - Method in class net.sf.jacobie.ie.Document
Easily determines if there are any links in the collection.
hasOptionBasedOnText(String) - Method in class net.sf.jacobie.ie.Select
Convience method to easily determine if the method getOptionBasedOnText will return a null object.
hasSelectedOption() - Method in class net.sf.jacobie.ie.Select
Ensures there is a selected option.
HIDDEN - Static variable in class net.sf.jacobie.ie.Input
 
HTMLClickingThread - class net.sf.jacobie.thread.HTMLClickingThread.
This class allows creating a thread for clicking on a dialog box from ie that was usually spawned from a javascript alert call.
HTMLClickingThread(HTMLElement) - Constructor for class net.sf.jacobie.thread.HTMLClickingThread
 
HTMLElement - class net.sf.jacobie.ie.HTMLElement.
Any HTML Element that is defined in Jacobie should extend from this class to get any default behaviors / attributes of an HTML element.
HTMLElement(Dispatch) - Constructor for class net.sf.jacobie.ie.HTMLElement
 
HTMLElement(String) - Constructor for class net.sf.jacobie.ie.HTMLElement
 
HTMLObject - class net.sf.jacobie.ie.HTMLObject.
Represents the HTML object from using document.documentElement.
HTMLObject(Dispatch) - Constructor for class net.sf.jacobie.ie.HTMLObject
 

I

ID_GET_ELEMENTS_BY_TAG_NAME - Static variable in class net.sf.jacobie.ie.JacobieShared
 
IE - class net.sf.jacobie.ie.IE.
This is the main class that is called to create a new Internet Explorer instance.
IE() - Constructor for class net.sf.jacobie.ie.IE
Normal constructor to create the InetExplorer object.
IE(Dispatch) - Constructor for class net.sf.jacobie.ie.IE
 
IEDialog - class net.sf.jacobie.ie.IEDialog.
This class was created to deal with dialog boxes that are popped up from usually a javascript alert.
IEDialog() - Constructor for class net.sf.jacobie.ie.IEDialog
 
IEEvents - class net.sf.jacobie.ie.IEEvents.
Class the generates all events called by Internet Explorer.
IEEvents() - Constructor for class net.sf.jacobie.ie.IEEvents
 
IMAGE - Static variable in class net.sf.jacobie.ie.Input
 
initialize() - Method in class net.sf.jacobie.ie.IE
Initializes any internal variables.
Input - class net.sf.jacobie.ie.Input.
Represents the Input object.
Input(Dispatch) - Constructor for class net.sf.jacobie.ie.Input
 
Input(String) - Constructor for class net.sf.jacobie.ie.Input
 
InputCollection - class net.sf.jacobie.ie.InputCollection.
Collection class to build a vector of INPUT objects.
InputCollection(Dispatch) - Constructor for class net.sf.jacobie.ie.InputCollection
 
InputCollection(String) - Constructor for class net.sf.jacobie.ie.InputCollection
 
isChecked() - Method in class net.sf.jacobie.ie.HTMLElement
TODO This is a Input / type=radio / type=checkbox functionality only.
isDocumentDone() - Method in class net.sf.jacobie.ie.IEEvents
Is the document done and ready.
isSelected() - Method in class net.sf.jacobie.ie.Option
Determines if the option in the select list box is the default option in the option collection.
isTextInDocument(String) - Method in class net.sf.jacobie.ie.Document
Convience to check if the text is contained in the current document.
item(int) - Method in class net.sf.jacobie.ie.JacobieCollection
Gets an object from the collection.

J

JacobieCollection - class net.sf.jacobie.ie.JacobieCollection.
Any collection or vector in the jacobie should extend from this.
JacobieCollection(Dispatch) - Constructor for class net.sf.jacobie.ie.JacobieCollection
 
JacobieCollection(String) - Constructor for class net.sf.jacobie.ie.JacobieCollection
 
JacobieDispatch - class net.sf.jacobie.ie.JacobieDispatch.
All Jacobie objects that utilize the jacob com interface should extend from this class.
JacobieDispatch(Dispatch) - Constructor for class net.sf.jacobie.ie.JacobieDispatch
This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.
JacobieDispatch(String) - Constructor for class net.sf.jacobie.ie.JacobieDispatch
 
JacobieException - exception net.sf.jacobie.exception.JacobieException.
 
JacobieException() - Constructor for class net.sf.jacobie.exception.JacobieException
 
JacobieException(String) - Constructor for class net.sf.jacobie.exception.JacobieException
 
JacobieException(String, Throwable) - Constructor for class net.sf.jacobie.exception.JacobieException
 
JacobieException(Throwable) - Constructor for class net.sf.jacobie.exception.JacobieException
 
JacobieShared - class net.sf.jacobie.ie.JacobieShared.
Intended purpose: -Share common methods across the Document and HTMLElement objects.
JacobieShared(Dispatch) - Constructor for class net.sf.jacobie.ie.JacobieShared
 
JacobieShared(String) - Constructor for class net.sf.jacobie.ie.JacobieShared
 
JacobieSimpleIETest - class net.sf.jacobie.examples.JacobieSimpleIETest.
 
JacobieSimpleIETest() - Constructor for class net.sf.jacobie.examples.JacobieSimpleIETest
 
JacobieThread - class net.sf.jacobie.thread.JacobieThread.
Abstract class for all threads within the Api should extend from this abstract class.
JacobieThread() - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(Runnable) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(Runnable, String) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(String) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(ThreadGroup, Runnable) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(ThreadGroup, Runnable, String) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(ThreadGroup, Runnable, String, long) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobieThread(ThreadGroup, String) - Constructor for class net.sf.jacobie.thread.JacobieThread
 
JacobOnlyIETest - class net.sf.jacobie.examples.JacobOnlyIETest.
 
JacobOnlyIETest() - Constructor for class net.sf.jacobie.examples.JacobOnlyIETest
 

L

length() - Method in class net.sf.jacobie.ie.JacobieCollection
Gets the number of objects in the collection.
Links - class net.sf.jacobie.ie.Links.
 
Links() - Constructor for class net.sf.jacobie.ie.Links
 
Links(Dispatch) - Constructor for class net.sf.jacobie.ie.Links
 

M

main(String[]) - Static method in class net.sf.jacobie.examples.JacobOnlyIETest
 
main(String[]) - Static method in class net.sf.jacobie.examples.JacobieSimpleIETest
 

N

Navigate(String) - Method in class net.sf.jacobie.ie.IE
Navigates IE to the passed in URL.
NavigateComplete2(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires after a navigation to a link is completed on either a window or frameSet element.
net.sf.jacobie.examples - package net.sf.jacobie.examples
 
net.sf.jacobie.exception - package net.sf.jacobie.exception
 
net.sf.jacobie.ie - package net.sf.jacobie.ie
 
net.sf.jacobie.thread - package net.sf.jacobie.thread
 
NewWindow2(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when a new window is to be created.

O

OK_DIALOG_TITLE - Static variable in class net.sf.jacobie.ie.IEDialog
 
OnFullScreen(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when the FullScreen property is changed.
OnMenuBar(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when the MenuBar property is changed.
OnQuit(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires before the Internet Explorer application quits.
OnStatusBar(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when the StatusBar property is changed.
OnTheaterMode(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 
OnToolBar(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 
OnVisible(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
Fires when the Visible property of the object is changed.
Option - class net.sf.jacobie.ie.Option.
Represents one option from the select element.
Option(Dispatch) - Constructor for class net.sf.jacobie.ie.Option
 
OptionCollection - class net.sf.jacobie.ie.OptionCollection.
This is a container for the collection of option objects in the select element.
OptionCollection(Dispatch) - Constructor for class net.sf.jacobie.ie.OptionCollection
 

P

PASSWORD - Static variable in class net.sf.jacobie.ie.Input
 
printLinks(PrintStream) - Method in class net.sf.jacobie.ie.Document
Prints the links on the page.
ProgressChange(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 
PropertyChange(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 

Q

Quit() - Method in class net.sf.jacobie.ie.IE
Closes the IE object.

R

RADIO - Static variable in class net.sf.jacobie.ie.Input
 
READY_STATE_COMPLETE - Static variable in class net.sf.jacobie.ie.JacobieDispatch
 
Refresh() - Method in class net.sf.jacobie.ie.IE
Reloads the file that is currently displayed in the object.
RESET - Static variable in class net.sf.jacobie.ie.Input
 
reset() - Method in class net.sf.jacobie.ie.IE
Reset the internal variable inside the class.
resetWaitTimes() - Method in class net.sf.jacobie.ie.JacobieDispatch
Resets the default wait dispatch times to original values.
resetWaitTimes() - Method in class net.sf.jacobie.ie.IE
Resets the default wait times to original values.
run() - Method in class net.sf.jacobie.thread.HTMLClickingThread
 

S

Select - class net.sf.jacobie.ie.Select.
Select HTML object.
Select(Dispatch) - Constructor for class net.sf.jacobie.ie.Select
 
SelectCollection - class net.sf.jacobie.ie.SelectCollection.
Collection class to build a vector of SELECT objects.
SelectCollection(Dispatch) - Constructor for class net.sf.jacobie.ie.SelectCollection
 
SelectCollection(String) - Constructor for class net.sf.jacobie.ie.SelectCollection
 
SEND_KEY_ARG_ENTER - Static variable in class net.sf.jacobie.ie.IEDialog
 
sendKeys(String, String) - Method in class net.sf.jacobie.ie.IEDialog
 
setAddressBar(boolean) - Method in class net.sf.jacobie.ie.IE
 
setChecked(boolean) - Method in class net.sf.jacobie.ie.HTMLElement
TODO This is a Input / type=radio / type=checkbox functionality only.
setFullScreen(boolean) - Method in class net.sf.jacobie.ie.IE
Sets a Boolean value that indicates whether Internet Explorer is in full-screen or normal window mode.
setHREF(String) - Method in class net.sf.jacobie.ie.A
Sets the URL to the href attribute.
setHtmlElement(HTMLElement) - Method in class net.sf.jacobie.thread.HTMLClickingThread
 
setIeDialog(IEDialog) - Method in class net.sf.jacobie.ie.IE
 
setIeEvents(IEEvents) - Method in class net.sf.jacobie.ie.IE
 
setInnerHTML(String) - Method in class net.sf.jacobie.ie.HTMLElement
 
setInnerText(String) - Method in class net.sf.jacobie.ie.HTMLElement
 
setMaxWaitCount(long) - Method in class net.sf.jacobie.ie.IE
Set the max wait count.
setMaxWaitDispatchCount(long) - Method in class net.sf.jacobie.ie.JacobieDispatch
 
setName(String) - Method in class net.sf.jacobie.ie.HTMLElement
Sets the name of the html element.
setSelectedOption(String) - Method in class net.sf.jacobie.ie.Select
Selects the option based on the text of the option.
setType(String) - Method in class net.sf.jacobie.ie.HTMLElement
Sets the type of the input control.
setValue(String) - Method in class net.sf.jacobie.ie.HTMLElement
Sets the value of the html element.
setVisible(boolean) - Method in class net.sf.jacobie.ie.IE
 
setWaitDispatchSleepTime(long) - Method in class net.sf.jacobie.ie.JacobieDispatch
 
setWaitSleepTime(long) - Method in class net.sf.jacobie.ie.IE
Sets the wait sleep time.
startupIEEvents() - Method in class net.sf.jacobie.ie.IE
 
StatusTextChange(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 
Stop() - Method in class net.sf.jacobie.ie.IE
Stop the current navigation.
SUBMIT - Static variable in class net.sf.jacobie.ie.Input
 
submit() - Method in class net.sf.jacobie.ie.Form
Submits the selected form.

T

TEXT - Static variable in class net.sf.jacobie.ie.Input
 
TitleChange(Variant[]) - Method in class net.sf.jacobie.ie.IEEvents
 
toString() - Method in class net.sf.jacobie.ie.HTMLElement
 
toString() - Method in class net.sf.jacobie.ie.A
 
toVector() - Method in class net.sf.jacobie.ie.SelectCollection
Always guarantees a vector.
toVector() - Method in class net.sf.jacobie.ie.OptionCollection
 
toVector() - Method in class net.sf.jacobie.ie.Links
Always guarantee a vector.
toVector() - Method in class net.sf.jacobie.ie.JacobieCollection
Requires the concrete class to implement a vector of objects.
toVector() - Method in class net.sf.jacobie.ie.InputCollection
Always guarantees a vector.
toVector() - Method in class net.sf.jacobie.ie.Forms
Always guarantee a vector.
toVector() - Method in class net.sf.jacobie.ie.Elements
Always guarantee a vector.
toVector() - Method in class net.sf.jacobie.ie.All
Always guarantee a vector.

W

waitWhileBusy() - Method in class net.sf.jacobie.ie.IE
This will wait the current thread until IE is no longer "busy".
waitWhileDispatchBusy() - Method in class net.sf.jacobie.ie.JacobieDispatch
This will wait the current dispatch object is busy.

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

Copyright © 2004-2005 SourceForge. All Rights Reserved.