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

A

AlertCheck - Static variable in class com.webrenderer.event.PromptEvent
Allows an alert dialog with an OK button and
AllowAlert - Static variable in class com.webrenderer.event.PromptEvent
Allows an alert dialog with an OK button.
AllowConfirm - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with OK and Cancel buttons.
AllowConfirmCheck - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with OK and Cancel buttons
AllowConfirmEx - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with up to 3 buttons and an optional checkbox.
AllowPrompt - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with an edit field and an optional checkbox.
AllowPromptPassword - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with a password field and an optional checkbox.
AllowPromptSaveToDisk - Static variable in class com.webrenderer.event.PromptEvent
Save to disk dialog.
AllowPromptUsernameAndPassword - Static variable in class com.webrenderer.event.PromptEvent
Allows a dialog with an edit field, a password field, and an optional checkbox.
AllowUnknownFileType - Static variable in class com.webrenderer.event.PromptEvent
Allow unkown file type dialog
addBlockedURL(String) - Method in interface com.webrenderer.IBrowserCanvas
Adds URL to the list of blocked URLs (URLs that are not displayed).
addBrowserListener(BrowserListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified browser listener that will receive browser events from this component.
addDOMListener(DOMListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the DOM listener to receive DOM events from this component.
addDragListener(DragListener) - Method in interface com.webrenderer.IMozillaBrowserCanvas
Adds a DragListener.
addHeader(String, String, boolean) - Method in class com.webrenderer.MutableRequestHeaders
Adds a new header.
addHeader(RequestHeader, boolean) - Method in class com.webrenderer.MutableRequestHeaders
Adds a new header.
addJavascriptListener(JavascriptListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified Javascript listener that will receive Javascript events from this component.
addKeyListener(KeyListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified Key listener that will receive network events from this component.
addMouseListener(MouseListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified Mouse listener that will receive network events from this component.
addNetworkListener(NetworkListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified network listener that will receive network events from this component.
addPage(String) - Method in class com.webrenderer.History
Adds a page with the given URL and the current date to the History.
addPage(String, boolean) - Method in class com.webrenderer.History
Adds a page with the given URL and the current date to the History.
addPrintListener(PrintListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds print status listener that will receive print events from this component.
addPromptListener(PromptListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds a PromptListener.
addRule(String, String) - Method in interface com.webrenderer.dom.IStyleSheet
Creates a new rule and adds it to the stylesheet.
addScrollPositionListener(ScrollPositionListener) - Method in interface com.webrenderer.dom.IDocument
Add a ScrollPositionListener to this document.
addWindowListener(WindowListener) - Method in interface com.webrenderer.IBrowserCanvas
Adds the specified window listener that will receive new Window events from this component.
allowPopups(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Enable or disable popups for this canvas.
autoconfigureProxy(String) - Method in interface com.webrenderer.IBrowserCanvas
Automatgically configure proxy settings for protocols via a URL.

B

BUTTON_CANCEL - Static variable in class com.webrenderer.event.PromptEvent
Constant representing CANCEL button.
BUTTON_NO - Static variable in class com.webrenderer.event.PromptEvent
Constant representing NO button.
BUTTON_OK - Static variable in class com.webrenderer.event.PromptEvent
Constant representing OK button.
BUTTON_YES - Static variable in class com.webrenderer.event.PromptEvent
Constant representing YES button.
BrowserAdapter - class com.webrenderer.event.BrowserAdapter.
An abstract adapter class for receiving browser events.
BrowserAdapter() - Constructor for class com.webrenderer.event.BrowserAdapter
 
BrowserEvent - class com.webrenderer.event.BrowserEvent.
An event which indicates that there has been a change in some areas of the browser.
BrowserEvent(Object) - Constructor for class com.webrenderer.event.BrowserEvent
Constructor for BrowserEvent with a source.
BrowserFactory - class com.webrenderer.BrowserFactory.
BrowserFactory is used to generate new IBrowserCanvas implementations.
BrowserListener - interface com.webrenderer.event.BrowserListener.
The listener interface for receiving general browser events (title/url/link changes).
blockDialog() - Method in class com.webrenderer.event.JavascriptEvent
This method blocks Javascript dialogs if called inside onJavaScriptDialog() event handler
blockLoad() - Method in class com.webrenderer.event.BrowserEvent
Set a flag to block loading.
blockMouseInput(boolean) - Static method in class com.webrenderer.BrowserFactory
Controls the blocking of mouse input events (Windows only).
blockPromptDialog() - Method in class com.webrenderer.event.PromptEvent
Stops the dialog associated with this event from being shown.

C

COOKIE_ACCEPT_ALL - Static variable in interface com.webrenderer.IMozillaBrowserCanvas
This flag inidicates to setCookieMode that all cookies will be accepted by Mozilla.
COOKIE_ACCEPT_FROM_ORIGINATING_SERVER - Static variable in interface com.webrenderer.IMozillaBrowserCanvas
This flag inidicates to setCookieMode that only cookies that have requested by the originating server will be accepted.
COOKIE_ACCEPT_NONE - Static variable in interface com.webrenderer.IMozillaBrowserCanvas
This flag inidicates to setCookieMode that all cookies will be discarded by Mozilla.
canGoBack() - Method in interface com.webrenderer.IBrowserCanvas
Indicates whether the browser can navigate backwards in history.
canGoForward() - Method in interface com.webrenderer.IBrowserCanvas
Indicates whether the browser can navigate forwards in history.
cancelSave() - Method in interface com.webrenderer.IBrowserCanvas
Cancel downloading operation.
clear() - Method in class com.webrenderer.History
Removes all items from the history.
clearSelection() - Method in interface com.webrenderer.IIEBrowserCanvas
Clear Selection command
click() - Method in interface com.webrenderer.dom.IElement
Simulates a click by causing the onclick event to fire.
close() - Method in interface com.webrenderer.dom.IDocument
Closes an output stream and forces the sent data to display.
collapse(boolean) - Method in interface com.webrenderer.dom.IRange
Sets the start and end Elements and offsets the the same value.
com.webrenderer - package com.webrenderer
 
com.webrenderer.dom - package com.webrenderer.dom
 
com.webrenderer.event - package com.webrenderer.event
 
contains(IElement) - Method in interface com.webrenderer.dom.IElement
Checks whether the given element is nested within this element.
copy() - Method in interface com.webrenderer.IBrowserCanvas
Copy the selected text to the clipboard.
coreComponentsLocation - Static variable in class com.webrenderer.BrowserFactory
 
createElement(String) - Method in interface com.webrenderer.dom.IDocument
Creates an instance of the element for the specified tag.
createRange() - Method in interface com.webrenderer.dom.IDocument
Returns an empty Range object that is tied to the current document.
cut() - Method in interface com.webrenderer.IBrowserCanvas
Cut the selected text to the clipboard.

D

DOMAdapter - class com.webrenderer.event.DOMAdapter.
An abstract adapter class for receiving dom events.
DOMAdapter() - Constructor for class com.webrenderer.event.DOMAdapter
 
DOMEvent - class com.webrenderer.event.DOMEvent.
An event which indicates that there has been a change with a form element.
DOMEvent(Object) - Constructor for class com.webrenderer.event.DOMEvent
Constructor for DomEvent with a source.
DOMListener - interface com.webrenderer.event.DOMListener.
The listener interface for receiving DOM events for form HTML elements.
DragAdapter - class com.webrenderer.event.DragAdapter.
An abstract adapter class for receiving drag events.
DragAdapter() - Constructor for class com.webrenderer.event.DragAdapter
 
DragEvent - class com.webrenderer.event.DragEvent.
An event which indicates that there has been a drag event.
DragEvent(Component, int) - Constructor for class com.webrenderer.event.DragEvent
Creates a com.webrenderer.event.DragEvent with the specified parameters.
DragListener - interface com.webrenderer.event.DragListener.
The listener interface for receiving drag events such as drag drops.
decreaseTextZoom() - Method in interface com.webrenderer.IBrowserCanvas
Decreases the size of text on the page.
delete() - Method in interface com.webrenderer.IIEBrowserCanvas
Delete command
deleteCertificate(X509Certificate) - Method in interface com.webrenderer.IMozillaBrowserCanvas
Deletes the specified certificate from the browsers certificate database.
deleteContents() - Method in interface com.webrenderer.dom.IRange
Removes the contents of the range from the docuement.
deleteCookies() - Method in interface com.webrenderer.IBrowserCanvas
Deletes stored cookies.
deleteSelectedText() - Method in interface com.webrenderer.dom.IDocument
Deletes the current selected text.
destroy() - Method in interface com.webrenderer.IBrowserCanvas
This functions destroys resources allocated by browser canvas.
destroyBrowser(IBrowserCanvas) - Static method in class com.webrenderer.BrowserFactory
Destroy an IBrowserCanvas instance.
disableCache() - Method in interface com.webrenderer.IBrowserCanvas
Disables the cache.
disableClipping(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Disables clipping to parent swing component's viewable area.
disableCookies() - Method in interface com.webrenderer.IBrowserCanvas
Disable cookies feature.
disableHTTPSDialog(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Enables or disables display of security warning dialogs.
disableJInternalFrame() - Method in interface com.webrenderer.IBrowserCanvas
Disables the JInternalFrame feature.
disableProxy() - Method in interface com.webrenderer.IBrowserCanvas
Disable the current proxy settings
disableSelection(boolean) - Method in interface com.webrenderer.IIEBrowserCanvas
Disables selection in the browser.

E

EventsFireStatus(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Deprecated. Sets whether to block events. When this is set to false all Events will be blocked
elementFromPoint(long, long) - Method in interface com.webrenderer.dom.IDocument
Gets the element object located at coordinate (x, y) on the document.
enableCache() - Method in interface com.webrenderer.IBrowserCanvas
Enables the cache.
enableCookies() - Method in interface com.webrenderer.IBrowserCanvas
Enables cookies feature.
enableDefaultContextMenu(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Enable or disable the default right-click menu.
enableImageLoading(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Allow images to load.
enableJInternalFrame(JInternalFrame) - Method in interface com.webrenderer.IBrowserCanvas
Enables the browser to be viewed in a JInternalFrame.
enableProxy() - Method in interface com.webrenderer.IBrowserCanvas
Enables the current proxy settings
equals(Object) - Method in class com.webrenderer.ProxySetting
 
equals(Object) - Method in class com.webrenderer.ScrollBarInfo
Compares the scroll bar with another object
equals(IDocument) - Method in interface com.webrenderer.dom.IDocument
Compares with another IDocument.
equals(IElement) - Method in interface com.webrenderer.dom.IElement
Compares another IElement with this one for equality.
execCommand(String, boolean, String) - Method in interface com.webrenderer.dom.IDocument
Executes a command on the current document with specified value.
executeScript(String) - Method in interface com.webrenderer.IBrowserCanvas
Executes the specified script on the currently loaded document.
executeScriptWithReturn(String) - Method in interface com.webrenderer.IBrowserCanvas
Executes the specified script on the currently loaded document.

F

FAILED_CONNECT - Static variable in class com.webrenderer.event.NetworkEvent
Flag indicating that connection has failed.
FAILED_DNS - Static variable in class com.webrenderer.event.NetworkEvent
Flag indicating that DNS resolution has failed.
FAILED_TIMEOUT - Static variable in class com.webrenderer.event.NetworkEvent
Flag indicating that the connection timed out.
FAILED_USER_CANCEL - Static variable in class com.webrenderer.event.NetworkEvent
Flag indicating that the user cancelled the connection.
filters() - Method in interface com.webrenderer.dom.IElement
Retrieves a collection of filters for an element.
findInPage(String, boolean, boolean, boolean) - Method in interface com.webrenderer.IMozillaBrowserCanvas
The given string will be found and highlighted in the document if it exists Set matchCase if it is a case sensitive search Set wrap if you want the search to continue searching from top when it hits the bottom Set bacwards if you want the search to go backwards throught the page
findInPage(String, boolean, boolean, boolean, boolean) - Method in interface com.webrenderer.IMozillaBrowserCanvas
The given string will be found and highlighted in the document if it exists Set matchCase if it is a case sensitive search Set wrap if you want the search to continue searching from top when it hits the bottom Set bacwards if you want the search to go backwards throught the page Set wholeWord if you want the search to find whole words only
findInPage(String, boolean, boolean, boolean) - Method in interface com.webrenderer.ISafariBrowserCanvas
Find and select the given String in the page

G

getActiveElement() - Method in interface com.webrenderer.dom.IDocument
Gets the object that has the focus when the parent document has focus.
getActiveInnerHTML() - Method in interface com.webrenderer.dom.IDocument
Get Inner HTML of current HTML DOM Node.
getActiveOuterHTML() - Method in interface com.webrenderer.dom.IDocument
Get Outer HTML of current HTML DOM Node.
getAlinkColour() - Method in interface com.webrenderer.dom.IDocument
Gets the colour of all active links in the document.
getAll() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the elements in the HTML document.
getAllHeaders() - Method in class com.webrenderer.MutableRequestHeaders
Returns each name value pair of headers.
getAllowPopups() - Method in interface com.webrenderer.IBrowserCanvas
Gets if this Browser Canvas can spawn popups.
getAnchors() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the anchors in an HTML document.
getApplets() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the applet objects in an HTML document.
getAttribute(String, long) - Method in interface com.webrenderer.dom.IElement
Retrieves the value of the specified attribute.
getAttributes() - Method in interface com.webrenderer.dom.IElement
Returns an array of all the attributes of this object in the form of "name=value"
getBgColour() - Method in interface com.webrenderer.dom.IDocument
Gets a value that indicates the background color behind the object.
getBlockDialog() - Method in class com.webrenderer.event.JavascriptEvent
Gets the blocked status of Javascript dialogs.
getBlockLoad() - Method in class com.webrenderer.event.BrowserEvent
Get the current block status.
getBlockPromptDialog() - Method in class com.webrenderer.event.PromptEvent
 
getBody() - Method in interface com.webrenderer.dom.IDocument
Gets the document's body object.
getBoolPrefProperty(String) - Method in interface com.webrenderer.IBrowserCanvas
Gets the boolean value of a property.
getBrowser() - Method in class com.webrenderer.event.ScrollEvent
Get the IBrowserCanvas that the document for this event is attached to.
getBrowser() - Method in class com.webrenderer.event.SizeEvent
Get the IBrowserCanvas that the document for this event is attached to.
getBrowserType() - Method in interface com.webrenderer.IBrowserCanvas
Get a string representation of the underlying browser.
getButtonResult() - Method in class com.webrenderer.event.PromptEvent
Returns the Result;
getCSSText() - Method in interface com.webrenderer.dom.IStyleRule
Returns the text of the rule (The text between the braces)
getCanvas() - Method in interface com.webrenderer.IBrowserCanvas
Get a canvas.
getCaption() - Method in class com.webrenderer.event.JavascriptEvent
Gets the caption.
getCaretPosition() - Method in interface com.webrenderer.IIEBrowserCanvas
Returns the co-ordinates of the caret position.
getCertificate() - Method in class com.webrenderer.event.NetworkEvent
Gets the X.509 Certificate.
getCertificateByName(String) - Method in interface com.webrenderer.IMozillaBrowserCanvas
Returns the specified certificate from the browsers certificate database.
getCertificateNameList() - Method in interface com.webrenderer.IMozillaBrowserCanvas
Gets a list of the common names of all the certificates in the browsers certificate database.
getCertificates() - Method in interface com.webrenderer.IMozillaBrowserCanvas
Returns all the certificates in the browsers certificate database.
getChanged() - Method in class com.webrenderer.MutableRequestHeaders
Returns all the headers that have changed or been added.
getCharSet() - Method in interface com.webrenderer.dom.IDocument
Gets the character set used to encode the object.
getCheckValue() - Method in class com.webrenderer.event.PromptEvent
Returns the Check Value;
getChildControlID() - Method in class com.webrenderer.event.WindowEvent
 
getChildElements() - Method in interface com.webrenderer.dom.IElement
Returns an Element Collection of all the Elements Child Nodes
getChildFrames() - Method in interface com.webrenderer.dom.IDocument
Gets the child frames of a document.
getClassName() - Method in interface com.webrenderer.dom.IElement
Retrieves the class attribute of the Element.
getCommonAncestorContainer() - Method in interface com.webrenderer.dom.IRange
Returns the Element that is a common parent to both start and end contianer elements
getCompanyName() - Method in interface com.webrenderer.IBrowserCanvas
Gets the name of the company.
getCookie(String) - Method in interface com.webrenderer.IBrowserCanvas
Gets the specified cookie.
getCookie() - Method in interface com.webrenderer.IBrowserCanvas
Gets the cookie for the currently loaded domain.
getCookie() - Method in interface com.webrenderer.dom.IDocument
Gets the string value of a cookie.
getCookieMode() - Method in interface com.webrenderer.IMozillaBrowserCanvas
Get the current cookie accept mode.
getCurrentHeight() - Method in class com.webrenderer.ScrollBarInfo
Gets the current showing-height of the scroll bar.
getCurrentProgress() - Method in class com.webrenderer.event.NetworkEvent
Returns the number of bytes currently downloaded.
getCurrentWidth() - Method in class com.webrenderer.ScrollBarInfo
Gets the current showing-width of the scroll bar.
getDate() - Method in class com.webrenderer.HistoryPage
Gets the date.
getDefaultCharSet() - Method in interface com.webrenderer.dom.IDocument
Gets the default character set.
getDefaultContextMenuStatus() - Method in interface com.webrenderer.IBrowserCanvas
Gets whether the Default context menu is enabled for right mouse clicks.
getDesignMode() - Method in interface com.webrenderer.dom.IDocument
Gets a value that indicates whether or not the document can be edited.
getDialogText() - Method in class com.webrenderer.event.PromptEvent
Returns the Dialog Text;
getDialogTitle() - Method in class com.webrenderer.event.PromptEvent
Returns the Dialog Title.
getDialogType() - Method in class com.webrenderer.event.PromptEvent
Returns the DialogType.
getDocument() - Method in interface com.webrenderer.IBrowserCanvas
Get access to the DOM of the loaded document.
getDocumentSource() - Method in interface com.webrenderer.dom.IDocument
Gets the unmodified source for the document.
getDomain() - Method in interface com.webrenderer.dom.IDocument
Gets the security domain of the document.
getDropUrl() - Method in class com.webrenderer.event.DragEvent
Returns the URL for the file being dropped on the document
getElementAtCaretPosition(boolean) - Method in interface com.webrenderer.IBrowserCanvas
Retrieves the element under the cursor when in edit mode.
getElementAtCaretPosition() - Method in interface com.webrenderer.IIEBrowserCanvas
Gets the IElement at the current caret position.
getElementById(String) - Method in interface com.webrenderer.dom.IDocument
Returns the IElement with specified ID or null if no element exists with that ID
getEmbeds() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the embed objects in an HTML document.
getEndContainer() - Method in interface com.webrenderer.dom.IRange
Returns the ending Element of the range.
getEndOffset() - Method in interface com.webrenderer.dom.IRange
Returns the offset into the ending Element that the range finishes.
getExpando() - Method in interface com.webrenderer.dom.IDocument
Gets a value indicating whether arbitrary variables can be created within the object.
getFailure() - Method in class com.webrenderer.event.NetworkEvent
Gets the failure status of the network error.
getFgColour() - Method in interface com.webrenderer.dom.IDocument
Gets the foreground (text) colour of the document.
getFileCreatedDate() - Method in interface com.webrenderer.dom.IDocument
Gets the date the file was created.
getFileModifiedDate() - Method in interface com.webrenderer.dom.IDocument
Gets the date the file was last modified.
getFileName() - Method in class com.webrenderer.event.PromptEvent
The suggested filename for save to disk dialogs.
getFileSize() - Method in interface com.webrenderer.dom.IDocument
Gets the file size.
getFileURL() - Method in class com.webrenderer.event.PromptEvent
 
getFileUpdatedDate() - Method in interface com.webrenderer.dom.IDocument
Gets the date the file was last updated.
getForms() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the form objects in an HTML document.
getFrame() - Method in class com.webrenderer.event.NetworkEvent
Returns the strFrame.
getFrames() - Method in interface com.webrenderer.dom.IDocument
Deprecated.  
getHTMLEditingMode() - Method in interface com.webrenderer.IBrowserCanvas
Gets whether the current webpage is in editing mode.
getHTTPSDialog() - Method in interface com.webrenderer.IBrowserCanvas
Deprecated. Gets status of security warning dialog display setting.
getHeader(String) - Method in class com.webrenderer.MutableRequestHeaders
Returns the header for the given name.
getHeaders() - Method in class com.webrenderer.event.BrowserEvent
Gets the request headers.
getHeaders() - Method in class com.webrenderer.event.NetworkEvent
Deprecated. instead use getRequestHeaders() or getResponseHeaders()
getHeight() - Method in class com.webrenderer.event.SizeEvent
Get the Y position the page has scrolled to in twips.
getHeight() - Method in class com.webrenderer.event.WindowEvent
Gets the requested window height.
getHistory() - Method in interface com.webrenderer.IBrowserCanvas
Gets the browser history.
getHomeDirectory() - Static method in class com.webrenderer.BrowserFactory
Get the workspace directory for WebRenderer.
getHomeDirectory() - Method in interface com.webrenderer.IBrowserCanvas
Retrieve the home directory used by WebRenderer.
getIEBrowserHandle() - Method in interface com.webrenderer.IIEBrowserCanvas
Get the IE browser Handle.
getIEVersion() - Static method in class com.webrenderer.BrowserFactory
Get the Internet Explorer version.
getId() - Method in interface com.webrenderer.dom.IElement
Retrieves the string identifying the Element.
getImageSrc() - Method in interface com.webrenderer.dom.IElement
Returns the src if this is an Image element, otherwise null.
getImages() - Method in interface com.webrenderer.dom.IDocument
Gets a collection of images in a document.
getInnerHTML() - Method in interface com.webrenderer.dom.IElement
Retrieves the HTML between the start and end tags of the object.
getInnerText() - Method in interface com.webrenderer.dom.IElement
Retrieves the text between the start and end tags of the object.
getIntPrefProperty(String) - Method in interface com.webrenderer.IBrowserCanvas
Gets the integer value of a property.
getJavascriptEnabled() - Method in interface com.webrenderer.IBrowserCanvas
Gets if Javascript is enabled for this canvas.
getJavascriptStatus() - Method in class com.webrenderer.event.JavascriptEvent
Gets the Javascript status message.
getLang() - Method in interface com.webrenderer.dom.IElement
Retrieves the language to use.
getLanguage() - Method in interface com.webrenderer.dom.IElement
Retrieves the language in which the current script is written.
getLastModified() - Method in interface com.webrenderer.dom.IDocument
Gets the date the page was last modified, if the page supplies one.
getLibraryPath() - Static method in class com.webrenderer.BrowserFactory
Get the path from which native Mozilla libraries are loaded.
getLink() - Method in class com.webrenderer.event.BrowserEvent
Gets the link message.
getLinkColour() - Method in interface com.webrenderer.dom.IDocument
Gets the colour of the document links.
getLinks() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the link and area objects in an HTML document.
getMaximumProgress() - Method in class com.webrenderer.event.NetworkEvent
Returns the maximum number of bytes to download.
getMessage() - Method in class com.webrenderer.event.JavascriptEvent
Gets the message.
getMimeType() - Method in interface com.webrenderer.dom.IDocument
Gets the MIME type for the document.
getMozillaVersion() - Method in interface com.webrenderer.IMozillaBrowserCanvas
Returns the current version of mozilla from corecomponents
getMutableRequestHeaders() - Method in class com.webrenderer.event.NetworkEvent
Returns a MutableRequestHeaders object that allows modification of the request headers for the current transaction.
getName() - Method in class com.webrenderer.RequestHeader
 
getNameProp() - Method in interface com.webrenderer.dom.IDocument
Gets the title of the document file.
getOSLocation() - Static method in class com.webrenderer.BrowserFactory
 
getOffsetHeight() - Method in interface com.webrenderer.dom.IElement
Retrieves the height of the object relative to the layout or coordinate parent, as specified by the Element::offsetParent property.
getOffsetLeft() - Method in interface com.webrenderer.dom.IElement
Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the Element::offsetParent property.
getOffsetParent() - Method in interface com.webrenderer.dom.IElement
Retrieves a reference to the container object that defines the Element::offsetTop and Element::offsetLeft properties of the object.
getOffsetTop() - Method in interface com.webrenderer.dom.IElement
Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the Element::offsetParent property.
getOffsetWidth() - Method in interface com.webrenderer.dom.IElement
Retrieves the width of the object relative to the layout or coordinate parent, as specified by the Element::offsetParent property.
getOuterHTML() - Method in interface com.webrenderer.dom.IElement
Retrieves the object and its content in HTML.
getOuterText() - Method in interface com.webrenderer.dom.IElement
Retrieves the text of the object.
getPOSTData() - Method in class com.webrenderer.event.BrowserEvent
Gets the post data.
getPOSTData() - Method in class com.webrenderer.event.ProtocolEvent
Returns any POST data sent with this request.
getPageAt(int) - Method in class com.webrenderer.History
Returns the ith page in the History
getPageSize() - Method in interface com.webrenderer.IBrowserCanvas
Get the size in pixels of the whole webpage.
getParentElement() - Method in interface com.webrenderer.dom.IElement
Retrieves the parent object in the object hierarchy.
getParentTextEdit() - Method in interface com.webrenderer.dom.IElement
Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object.
getPassword() - Method in class com.webrenderer.event.PromptEvent
 
getPlatform() - Static method in class com.webrenderer.BrowserFactory
Return the internal platform identifier.
getPlugins() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the embed objects in an HTML document.
getPopupBrowser() - Method in class com.webrenderer.event.WindowEvent
 
getPopupParentWindow() - Method in interface com.webrenderer.IBrowserCanvas
Gets whether popups will be opened in a new window or the current IBrowserCanvas Default is false
getPort() - Method in class com.webrenderer.ProxySetting
Returns the port number the proxy server communicates on.
getPreferredSize() - Method in interface com.webrenderer.IBrowserCanvas
Gets the preferred size of WebRenderer.
getPrinterNames() - Method in interface com.webrenderer.IBrowserCanvas
Gets a list of the names of the printers currently installed
getProductName() - Method in interface com.webrenderer.IBrowserCanvas
Gets the name of the product.
getProperty(String) - Method in interface com.webrenderer.dom.IStyleRule
Returns the value for given css property.
getProtocol() - Method in class com.webrenderer.ProxySetting
Returns the protocols defined by the PROTOCOL_* flags.
getProtocol() - Method in interface com.webrenderer.dom.IDocument
Gets the protocol portion of a URL.
getProxyBypasses() - Method in interface com.webrenderer.IBrowserCanvas
Gets a string containing the domain names which bypass the given proxy settings.
getProxyProtocol(int) - Method in interface com.webrenderer.IBrowserCanvas
Retrieves the proxy settings for the given protocol.
getReadyState() - Method in interface com.webrenderer.dom.IDocument
Gets a the current state of the object.
getReferrer() - Method in interface com.webrenderer.dom.IDocument
Gets the referrer URL.
getRequestHeaders() - Method in class com.webrenderer.event.NetworkEvent
Returns the requestHeaders.
getResponseHeaders() - Method in class com.webrenderer.event.NetworkEvent
Returns the responseHeaders.
getRule(int) - Method in interface com.webrenderer.dom.IStyleSheet
Gets the rule at position pos
getScripts() - Method in interface com.webrenderer.dom.IDocument
Gets an interface pointer to a zero-based collection of all the script objects in an HTML document.
getScrollBarInfo() - Method in interface com.webrenderer.IBrowserCanvas
Returns the current scroll state of the outer document.
getSecurity() - Method in interface com.webrenderer.dom.IDocument
Gets security information for the document.
getSelectedIndex() - Method in interface com.webrenderer.dom.IElement
For SELECT elements in IE will return the selected index.
getSelectedText() - Method in interface com.webrenderer.IBrowserCanvas
Gets the active text selection in the browser.
getSelectedText() - Method in interface com.webrenderer.dom.IDocument
Returns the active text selection in the document.
getSelectionAsRange() - Method in interface com.webrenderer.dom.IDocument
Returns a Range object that is constructed from the current selection.
getSelectorText() - Method in interface com.webrenderer.dom.IStyleRule
Returns the selectorText for the current rule (e.g .body)
getServer() - Method in class com.webrenderer.ProxySetting
Returns the URL of the proxy server.
getSourceIndex() - Method in interface com.webrenderer.dom.IElement
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection.
getStartContainer() - Method in interface com.webrenderer.dom.IRange
Returns the starting Element of the range.
getStartOffset() - Method in interface com.webrenderer.dom.IRange
Returns the offset into the starting Element that the range starts.
getStatus() - Method in class com.webrenderer.event.NetworkEvent
Gets the network status.
getStatus() - Method in class com.webrenderer.event.PrintEvent
Returns the status.
getStatusBar() - Method in interface com.webrenderer.IBrowserCanvas
Deprecated.  
getStatusText() - Method in class com.webrenderer.event.NetworkEvent
Gets the status text
getStringPrefProperty(String) - Method in interface com.webrenderer.IBrowserCanvas
Gets the String value of a property.
getStyleSheets() - Method in interface com.webrenderer.dom.IDocument
Get the styleSheets on the document.
getTagName() - Method in interface com.webrenderer.dom.IElement
Retrieves the tag name of the object.
getTargetElement() - Method in class com.webrenderer.event.DOMEvent
Gets the Element that caused this event.
getTargetElement() - Method in class com.webrenderer.event.DragEvent
Returns the DOM element that this drag event was fired on.
getTargetElement() - Method in class com.webrenderer.event.MouseEvent
Returns the DOM element that this mouse event was fired on.
getTargetFrame() - Method in class com.webrenderer.event.BrowserEvent
Get the target frame name.
getTextNodeText() - Method in interface com.webrenderer.dom.IElement
Returns the contents of a text node or null if the element is not a textnode.
getTitle() - Method in interface com.webrenderer.IBrowserCanvas
Get the title of the current resource being displayed.
getTitle() - Method in interface com.webrenderer.dom.IDocument
Gets the title of the document.
getTitle() - Method in interface com.webrenderer.dom.IElement
Retrieves advisory information (a ToolTip) for the object.
getTitle() - Method in class com.webrenderer.event.BrowserEvent
Get the title.
getTotalHeight() - Method in class com.webrenderer.ScrollBarInfo
Gets the total height of the scroll bar.
getTotalWidth() - Method in class com.webrenderer.ScrollBarInfo
Gets the total width of the scroll bar.
getTransactionId() - Method in class com.webrenderer.event.BrowserEvent
Get the transaction ID.
getTransactionId() - Method in class com.webrenderer.event.NetworkEvent
Used to link a BrowserEvent.onBeforeNavigate to a NetowrkEvent.onHTTPResponse
getURL() - Method in class com.webrenderer.HistoryPage
Gets the URL.
getURL() - Method in interface com.webrenderer.IBrowserCanvas
Get the URL of the current resource being displayed.
getURL() - Method in interface com.webrenderer.dom.IDocument
Gets the URL for the current document.
getURL() - Method in class com.webrenderer.event.BrowserEvent
Get the URL.
getURL() - Method in class com.webrenderer.event.NetworkEvent
Returns the strURL.
getURL() - Method in class com.webrenderer.event.ProtocolEvent
Returns the URL.
getURL() - Method in class com.webrenderer.event.WindowEvent
 
getUserName() - Method in class com.webrenderer.event.PromptEvent
 
getValue() - Method in class com.webrenderer.RequestHeader
 
getValue() - Method in interface com.webrenderer.dom.IElement
Returns the value of an element if it is an INPUT element.
getVersion() - Method in interface com.webrenderer.IBrowserCanvas
Get the version of the product as a string.
getVlinkColour() - Method in interface com.webrenderer.dom.IDocument
Gets the colour of the links that the user has visited.
getWebRendererVersion() - Method in interface com.webrenderer.IBrowserCanvas
Get a version identification string for components of WebRenderer.
getWebrendererVersion() - Static method in class com.webrenderer.BrowserFactory
Get a String identifying the version of WebRenderer.
getWidth() - Method in class com.webrenderer.event.SizeEvent
 
getWidth() - Method in class com.webrenderer.event.WindowEvent
Gets the requested window width.
getX() - Method in class com.webrenderer.event.BrowserEvent
Returns the x.
getX() - Method in class com.webrenderer.event.ScrollEvent
Get the X position the page has scrolled to in twips.
getXPos() - Method in class com.webrenderer.ScrollBarInfo
Gets the current x position of the scroll bar.
getY() - Method in class com.webrenderer.event.BrowserEvent
Returns the y.
getY() - Method in class com.webrenderer.event.ScrollEvent
Get the Y position the page has scrolled to in twips.
getYPos() - Method in class com.webrenderer.ScrollBarInfo
Gets the current y position of the scroll bar.
getdisableHTTPSDialog() - Method in interface com.webrenderer.IBrowserCanvas
Gets status of security warning dialog display setting.
goBack() - Method in interface com.webrenderer.IBrowserCanvas
Move backwards through resource history.
goForward() - Method in interface com.webrenderer.IBrowserCanvas
Move forward through resource history.
grabFocus() - Method in interface com.webrenderer.IBrowserCanvas
Causes the IBrowserCanvas to become focused.

H

History - class com.webrenderer.History.
Represents a web browser history.
History() - Constructor for class com.webrenderer.History
Creates an empty History Object
HistoryListener - class com.webrenderer.event.HistoryListener.
class HistoryListener Adds a page to the history on a URL change event
HistoryListener(History) - Constructor for class com.webrenderer.event.HistoryListener
 
HistoryPage - class com.webrenderer.HistoryPage.
Represents a single page in the History list of a web browser.
HistoryPage(String) - Constructor for class com.webrenderer.HistoryPage
Creates a HistoryPage with the URL passed as data.
hasChanged() - Method in class com.webrenderer.RequestHeader
Returns true if the value has been modified after construction.
highlightSelectedText(Color) - Method in interface com.webrenderer.IBrowserCanvas
Changes the background color on the current selection to given color.
httpPOST(String, String) - Method in interface com.webrenderer.IBrowserCanvas
Load URL with POST String Data
httpPOST(String, File, String, String) - Method in interface com.webrenderer.IBrowserCanvas
Load URL with POST String Data and File which should be uploaded Format of additionPOSTData parameter: name=Parameter_name\r\n\r\nParamter_value\r\n where Paramter_name is a form field name and Paramter_value is form field value
httpPOST(String, File, String) - Method in interface com.webrenderer.IBrowserCanvas
Load URL with File which should be uploaded

I

IBrowserCanvas - interface com.webrenderer.IBrowserCanvas.
IBrowserCanvas provides native browsing facilities inside a standard java.awt.Canvas.
IDocument - interface com.webrenderer.dom.IDocument.
A class to store information about and provide access to the Document object.
IElement - interface com.webrenderer.dom.IElement.
Stores an Element in the dom tree.
IElementCollection - interface com.webrenderer.dom.IElementCollection.
Element Collection - stores a collection of Elements The first item of an ElementCollection is stored at position 0.
IIEBrowserCanvas - interface com.webrenderer.IIEBrowserCanvas.
IIEBrowserCanvas provides Microsoft Internet Explorer specific extensions to the standard IBrowserCanvas interface.
IMozillaBrowserCanvas - interface com.webrenderer.IMozillaBrowserCanvas.
IMozillaBrowserCanvas provides Mozilla specific extensions to the standard IBrowserCanvas interface.
IRange - interface com.webrenderer.dom.IRange.
Stores a Range Object (Mozilla Only)
A range can cross a group of Elements and can start or stop half way through an Element
ISafariBrowserCanvas - interface com.webrenderer.ISafariBrowserCanvas.
ISafariBrowserCanvas provides Safari specific extensions to the standard IBrowserCanvas interface.
IStyleRule - interface com.webrenderer.dom.IStyleRule.
Represents a single style rule in a style sheet
IStyleSheet - interface com.webrenderer.dom.IStyleSheet.
Stores a Style Sheet Element in the DOM tree
importCertificate(X509Certificate, boolean) - Method in interface com.webrenderer.IMozillaBrowserCanvas
Imports a certificate into the browsers certificate database.
increaseTextZoom() - Method in interface com.webrenderer.IBrowserCanvas
Increases the size of text on the page.
insertAdjacentHTML(String, String) - Method in interface com.webrenderer.dom.IElement
Inserts the given HTML text into the element at the location.
insertAdjacentText(String, String) - Method in interface com.webrenderer.dom.IElement
Inserts the given text into the element at the specified location.
insertElementAdjHTML(String, String) - Method in interface com.webrenderer.dom.IElement
Inserts the given HTML text into the element at the location.
insertHTML(String) - Method in interface com.webrenderer.IBrowserCanvas
Insert some HTML source at the current location (active element).
insertHTML(String) - Method in interface com.webrenderer.IIEBrowserCanvas
Insert HTML string into the current active element (location).
insertTextAtCaretPosition(String) - Method in interface com.webrenderer.IIEBrowserCanvas
Insert given text at the current Caret position.
isCacheDisabled() - Method in interface com.webrenderer.IBrowserCanvas
Gets the disabled status of the cache.
isCookiesEnabled() - Method in interface com.webrenderer.IBrowserCanvas
Gets the on/off status of the cookies feature
isDisableClipping() - Method in interface com.webrenderer.IBrowserCanvas
Gets the Enable/disable clipping status
isDisabled() - Method in interface com.webrenderer.dom.IStyleSheet
Gets if the current styleSheet is disabled.
isNewer(HistoryPage) - Method in class com.webrenderer.HistoryPage
Returns true if the HistoryPage was accessed on a more recent date that the one being compared to, false otherwise.
isPopup() - Method in interface com.webrenderer.IBrowserCanvas
Get whether this browser is a popup window or not.
isProxyEnabled() - Method in interface com.webrenderer.IBrowserCanvas
Gets the on/off status of the proxy settings
isSame(HistoryPage) - Method in class com.webrenderer.HistoryPage
Compares two HistoryPage objects for equality.
isScrollBarsVisible() - Method in interface com.webrenderer.IBrowserCanvas
Returns flag that indicates if the scrollbars are visible or not
isTextEdit() - Method in interface com.webrenderer.dom.IElement
Retrieves whether a TextRange object can be created using the object.
isTextNode() - Method in interface com.webrenderer.dom.IElement
Returns true if the Element is a simple text node (only contains text, has no html tag)
item(int) - Method in interface com.webrenderer.dom.IElementCollection
Returns the Element at position index in the collection.

J

JavascriptAdapter - class com.webrenderer.event.JavascriptAdapter.
An abstract adapter class for receiving Javascript events.
JavascriptAdapter() - Constructor for class com.webrenderer.event.JavascriptAdapter
 
JavascriptEvent - class com.webrenderer.event.JavascriptEvent.
An event which indicates that there has been a change to Javascript.
JavascriptEvent(Object) - Constructor for class com.webrenderer.event.JavascriptEvent
Constructor for JavascriptEvent with a source.
JavascriptListener - interface com.webrenderer.event.JavascriptListener.
The listener interface for receiving Javascript events such as status messages.

K

KEY_CODE_BACKSPACE - Static variable in interface com.webrenderer.IBrowserCanvas
 
KEY_CODE_DELETE - Static variable in interface com.webrenderer.IBrowserCanvas
 
KEY_CODE_TAB - Static variable in interface com.webrenderer.IBrowserCanvas
 
KEY_MODIFIER_CTRL_DOWN - Static variable in interface com.webrenderer.IBrowserCanvas
 
KEY_MODIFIER_SHIFT_DOWN - Static variable in interface com.webrenderer.IBrowserCanvas
 
KeyAdapter - class com.webrenderer.event.KeyAdapter.
An abstract adapter class for receiving keyboard events.
KeyAdapter() - Constructor for class com.webrenderer.event.KeyAdapter
 
KeyEvent - class com.webrenderer.event.KeyEvent.
An event which indicates that there has been a keyboard event.
KeyEvent(Component, int, int, int, char) - Constructor for class com.webrenderer.event.KeyEvent
 
KeyListener - interface com.webrenderer.event.KeyListener.
The listener interface for receiving keyboard events such as key presses.

L

length() - Method in class com.webrenderer.History
Gets the history size.
length() - Method in interface com.webrenderer.dom.IElementCollection
Returns the number of elements in the collection.
loadHTML(String, String) - Method in interface com.webrenderer.IBrowserCanvas
Renders the content of a string on the IBrowserCanvas.
loadHTML(byte[], String) - Method in interface com.webrenderer.IBrowserCanvas
Renders the content of a byte array on the IBrowserCanvas.
loadHTML(InputStream, String) - Method in interface com.webrenderer.IBrowserCanvas
Renders the content of an Input Stream on the IBrowserCanvas
loadURL(String) - Method in interface com.webrenderer.IBrowserCanvas
Loads the resource at the given URL in the browser window.
loadURL(URL) - Method in interface com.webrenderer.IBrowserCanvas
Loads the resource at the given URL in the browser window.
loadURL(int, String, byte[], String, String) - Method in interface com.webrenderer.IBrowserCanvas
Load URL with POST Byte Data, Headers data and TargetFrameName

M

MouseAdapter - class com.webrenderer.event.MouseAdapter.
An abstract adapter class for receiving mouse events.
MouseAdapter() - Constructor for class com.webrenderer.event.MouseAdapter
 
MouseEvent - class com.webrenderer.event.MouseEvent.
An event which indicates that there has been a mouse event.
MouseEvent(Component, int, int, int, int, int) - Constructor for class com.webrenderer.event.MouseEvent
Creates a com.webrenderer.event.MouseEvent with the specified parameters.
MouseEvent(Component, int, int, int, int, int, boolean) - Constructor for class com.webrenderer.event.MouseEvent
 
MouseListener - interface com.webrenderer.event.MouseListener.
The listener interface for receiving mouse events such as mouse presses.
MutableRequestHeaders - class com.webrenderer.MutableRequestHeaders.
MutableRequestHeaders allows modification of a set of request headers for a request.
MutableRequestHeaders() - Constructor for class com.webrenderer.MutableRequestHeaders
 
MutableRequestHeaders(String) - Constructor for class com.webrenderer.MutableRequestHeaders
Construct a MutableRequestHeaders object from a headers string
makeImageUrl(BufferedImage) - Method in interface com.webrenderer.IBrowserCanvas
Registers this image in wrimage:// protocol.
makeImageUrl(BufferedImage) - Method in interface com.webrenderer.ISafariBrowserCanvas
Registers this image in wrimage:// protocol.

N

NetworkAdapter - class com.webrenderer.event.NetworkAdapter.
An abstract adapter class for receiving network events.
NetworkAdapter() - Constructor for class com.webrenderer.event.NetworkAdapter
 
NetworkEvent - class com.webrenderer.event.NetworkEvent.
An event which indicates that there has been network activity.
NetworkEvent(Object) - Constructor for class com.webrenderer.event.NetworkEvent
Constructor for NetworkEvent with a source.
NetworkEvent(Object, MutableRequestHeaders) - Constructor for class com.webrenderer.event.NetworkEvent
 
NetworkListener - interface com.webrenderer.event.NetworkListener.
The listener interface for receiving browser network events (documents loading/finished, progress changes).

O

oldCoreComponentsLocation - Static variable in class com.webrenderer.BrowserFactory
 
onBeforeNavigate(BrowserEvent) - Method in class com.webrenderer.event.BrowserAdapter
 
onBeforeNavigate(BrowserEvent) - Method in interface com.webrenderer.event.BrowserListener
Invoked just before a URL begins to load.
onButtonClicked(DOMEvent) - Method in class com.webrenderer.event.DOMAdapter
 
onButtonClicked(DOMEvent) - Method in interface com.webrenderer.event.DOMListener
Invoked when a submit, reset or button element is clicked
onCheckBoxChecked(DOMEvent) - Method in class com.webrenderer.event.DOMAdapter
 
onCheckBoxChecked(DOMEvent) - Method in interface com.webrenderer.event.DOMListener
Invoked when a checkbox becomes checked.
onCheckBoxUnchecked(DOMEvent) - Method in class com.webrenderer.event.DOMAdapter
 
onCheckBoxUnchecked(DOMEvent) - Method in interface com.webrenderer.event.DOMListener
Invoked when the a checkbox becomes unchecked.
onClick(MouseEvent) - Method in class com.webrenderer.event.MouseAdapter
 
onClick(MouseEvent) - Method in interface com.webrenderer.event.MouseListener
Invoked when a mouse button is clicked.
onContextMenu(BrowserEvent) - Method in class com.webrenderer.event.BrowserAdapter
Deprecated. See com.webrenderer.event.MouseListener
onContextMenu(BrowserEvent) - Method in interface com.webrenderer.event.BrowserListener
Deprecated. Use MouseListener
onDataAvailable(byte[]) - Method in class com.webrenderer.event.ProtocolEvent
Passes some data to the underlying browser.
onDocumentComplete(NetworkEvent) - Method in class com.webrenderer.event.NetworkAdapter
 
onDocumentComplete(NetworkEvent) - Method in interface com.webrenderer.event.NetworkListener
Invoked when a document stops loading in a browser.
onDocumentLoad(NetworkEvent) - Method in class com.webrenderer.event.NetworkAdapter
 
onDocumentLoad(NetworkEvent) - Method in interface com.webrenderer.event.NetworkListener
Invoked when a document starts loading in a browser.
onDoubleClick(MouseEvent) - Method in class com.webrenderer.event.MouseAdapter
 
onDoubleClick(MouseEvent) - Method in interface com.webrenderer.event.MouseListener
Invoked when a mouse button is double clicked.
onDragDrop(DragEvent) - Method in class com.webrenderer.event.DragAdapter
 
onDragDrop(DragEvent) - Method in interface com.webrenderer.event.DragListener
Invoked when a drag operation is dropped on a target.
onDragEnter(DragEvent) - Method in class com.webrenderer.event.DragAdapter
 
onDragEnter(DragEvent) - Method in interface com.webrenderer.event.DragListener
Invoked when an in-progress drag enters a component.
onDragExit(DragEvent) - Method in class com.webrenderer.event.DragAdapter
 
onDragExit(DragEvent) - Method in interface com.webrenderer.event.