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

A

ABORTRETRYIGNORE - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
addDisposeListener(DisposeListener) - Method in class com.teamdev.jexplorer.Browser
 
addEventListener(String, DOMEventListener) - Method in interface com.teamdev.jexplorer.dom.DOMEventTarget
This method allows the registration of event listeners on the event target.
addMouseEventListener(MouseEventListener) - Method in class com.teamdev.jexplorer.Browser
 
addNavigationListener(NavigationListener) - Method in class com.teamdev.jexplorer.Browser
 
addNotify() - Method in class com.teamdev.jexplorer.Browser
 
addPrintEventListener(PrintEventListener) - Method in class com.teamdev.jexplorer.Browser
 
addScriptErrorListener(ScriptErrorListener) - Method in class com.teamdev.jexplorer.Browser
 
addStatusListener(StatusListener) - Method in class com.teamdev.jexplorer.Browser
 
addWindowListener(WindowListener) - Method in class com.teamdev.jexplorer.Browser
 
appendChild(DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
AuthenticationHandler - Interface in com.teamdev.jexplorer
Handler of authenticate event from the browser object.
AUTO_DETECT - Static variable in interface com.teamdev.jexplorer.ConnectionType
The connection automatically detects settings.
AUTO_PROXY_URL - Static variable in interface com.teamdev.jexplorer.ConnectionType
The connection downloads and processes an automatic configuration script at a specified URL.

B

backButtonEnabled(boolean) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
backButtonEnabled(boolean) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when the back button has been disabled or enabled.
beforeFileDownload() - Method in class com.teamdev.jexplorer.DefaultEventsHandler
 
beforeFileDownload() - Method in interface com.teamdev.jexplorer.EventsHandler
Invoked before displaying file download dialog.
beforeNavigate(Browser, String, String, byte[], String) - Method in class com.teamdev.jexplorer.DefaultEventsHandler
 
beforeNavigate(Browser, String, String, byte[], String) - Method in interface com.teamdev.jexplorer.EventsHandler
Invoked before navigation operation in the browser (without opening new window).
Browser - Class in com.teamdev.jexplorer
Represents AWT component that can be embedded into Java Swing container to display web pages loaded in web browser engine associated with the Browser instance.
Browser() - Constructor for class com.teamdev.jexplorer.Browser
Constructs a new Browser instance with new BrowserContext.
Browser(BrowserContext) - Constructor for class com.teamdev.jexplorer.Browser
Constructs a new Browser instance with specific context.
BrowserContext - Class in com.teamdev.jexplorer
Represents context of a Browser instance.
BrowserContext() - Constructor for class com.teamdev.jexplorer.BrowserContext
 
BrowserException - Exception in com.teamdev.jexplorer
Describes an exception during working with Browser instance.
BrowserException(String) - Constructor for exception com.teamdev.jexplorer.BrowserException
 
BrowserException(String, Throwable) - Constructor for exception com.teamdev.jexplorer.BrowserException
 
BrowserFeatures - Class in com.teamdev.jexplorer
Set of global Browser features.
BrowserFeatures() - Constructor for class com.teamdev.jexplorer.BrowserFeatures
 
BrowserFunction - Interface in com.teamdev.jexplorer
Represents a Java function that can be invoked from JavaScript side.
BrowserMode - Enum in com.teamdev.jexplorer
Enum of default emulation modes for Internet Explorer.
BrowserProperties - Class in com.teamdev.jexplorer
 
BrowserProperties() - Constructor for class com.teamdev.jexplorer.BrowserProperties
 

C

call(V) - Method in interface com.teamdev.jexplorer.Callback
 
Callback<V> - Interface in com.teamdev.jexplorer
 
checkEnvironment() - Static method in class com.teamdev.jexplorer.Environment
 
clearCache(InternetCacheEntry) - Method in class com.teamdev.jexplorer.Browser
Clears the Internet Explorer cache.
click() - Method in interface com.teamdev.jexplorer.dom.DOMElement
Simulates mouse click event on this element.
clientAreaSizeRequested(Dimension) - Method in class com.teamdev.jexplorer.DefaultEventsHandler
 
clientAreaSizeRequested(Dimension) - Method in interface com.teamdev.jexplorer.EventsHandler
Invoked when requesting size of client area for the browser.
close() - Method in class com.teamdev.jexplorer.HTMLDialog
Closes the current browser window or HTML Application (HTA) and stops thread in which windows is running.
com.teamdev.jexplorer - package com.teamdev.jexplorer
Contains the basic classes and interfaces.
com.teamdev.jexplorer.dom - package com.teamdev.jexplorer.dom
Contains DOM API interfaces and classes.
com.teamdev.jexplorer.event - package com.teamdev.jexplorer.event
Contains interfaces and classes for dealing with different types of events fired by Browser component.
ConnectionType - Interface in com.teamdev.jexplorer
Contains the connections type constants.
ContextMenuContext - Enum in com.teamdev.jexplorer
List of possible contexts of Context Menu.
ContextMenuProvider - Interface in com.teamdev.jexplorer
 
Cookie - Class in com.teamdev.jexplorer
This class represents cookie.
Cookie() - Constructor for class com.teamdev.jexplorer.Cookie
Creates cookie instance.
Cookie(Cookie) - Constructor for class com.teamdev.jexplorer.Cookie
Creates a copy of the passed cookie.
Cookie(String, String) - Constructor for class com.teamdev.jexplorer.Cookie
Creates cookie instance.
create(String) - Static method in class com.teamdev.jexplorer.Cookie
Creates cookies by cookie string from HTTP request / response.
create(double) - Static method in class com.teamdev.jexplorer.JSValue
 
create(boolean) - Static method in class com.teamdev.jexplorer.JSValue
 
create(String) - Static method in class com.teamdev.jexplorer.JSValue
 
createElement(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Creates and returns a new Element DOM node.
createNull() - Static method in class com.teamdev.jexplorer.JSValue
 
createObject() - Static method in class com.teamdev.jexplorer.JSValue
 
createTextNode(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Creates and returns a new Text DOM node.
createUndefined() - Static method in class com.teamdev.jexplorer.JSValue
 

D

DataEncryptionLevel - Enum in com.teamdev.jexplorer
This object specifies level of encryption for data transferred by browser.
dataEncryptionLevelChanged(DataEncryptionLevel) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
dataEncryptionLevelChanged(DataEncryptionLevel) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when encryption level has been changed.
DefaultEventsHandler - Class in com.teamdev.jexplorer
Default implementation of EventsHandler.
DefaultEventsHandler() - Constructor for class com.teamdev.jexplorer.DefaultEventsHandler
 
DefaultPopupHandler - Class in com.teamdev.jexplorer
Default implementation of PopupHandler that displays every popup in separate JFrame with required popup bounds.
DefaultPopupHandler() - Constructor for class com.teamdev.jexplorer.DefaultPopupHandler
 
DEFBUTTON1 - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
DEFBUTTON2 - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
DEFBUTTON3 - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
deleteData(int, int) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
DialogHandler - Interface in com.teamdev.jexplorer
Interface for handling JavaScript dialogs such as Alert, Confirmation or JavaScript Error.
DIRECT - Static variable in interface com.teamdev.jexplorer.ConnectionType
The connection does not use a proxy server.
disableBrowserMode() - Static method in class com.teamdev.jexplorer.BrowserFeatures
Disables Browser Mode for all Browser instances.
disableGPURendering() - Static method in class com.teamdev.jexplorer.BrowserFeatures
Disables GPU acceleration for all Browser instances.
dispose() - Method in class com.teamdev.jexplorer.Browser
Disposes web browser engine associated with the current Browser instance, clears allocated memory and terminates corresponding native process if it's necessary.
DisposeListener - Interface in com.teamdev.jexplorer.event
A listener for receiving Browser dispose events.
DOMAttr - Interface in com.teamdev.jexplorer.dom
Represents an attribute in a DOMElement object.
DOMCharacterData - Interface in com.teamdev.jexplorer.dom
The DOMCharacterData interface extends DOMNode with a set of attributes and methods for accessing character data in the DOM.
DOMDocument - Interface in com.teamdev.jexplorer.dom
Represents a document of a frame on the loaded web page.
DOMElement - Interface in com.teamdev.jexplorer.dom
Represents HTML element.
DOMEvent - Interface in com.teamdev.jexplorer.dom
Represents DOM event and provides access to the event data.
DOMEventListener - Interface in com.teamdev.jexplorer.dom
Represents a listener for receiving DOM events.
DOMEventTarget - Interface in com.teamdev.jexplorer.dom
This interface is implemented by all DOMNode that supports DOM event model.
DOMFrame - Interface in com.teamdev.jexplorer.dom
 
DOMFrameBase - Interface in com.teamdev.jexplorer.dom
 
DOMHTMLCollection - Interface in com.teamdev.jexplorer.dom
Represents collection of HTML nodes.
DOMIFrame - Interface in com.teamdev.jexplorer.dom
 
DOMNamedNodeMap - Interface in com.teamdev.jexplorer.dom
Represents collection of HTML nodes.
DOMNode - Interface in com.teamdev.jexplorer.dom
Represents HTML DOM node.
DOMNodeList - Interface in com.teamdev.jexplorer.dom
Represents collection of HTML nodes.
DOMNodeType - Enum in com.teamdev.jexplorer.dom
List of DOM Node types.
DOMText - Interface in com.teamdev.jexplorer.dom
Represents HTML text.
downloadBegin() - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
downloadBegin() - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when a navigation operation begins.
downloadComplete() - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
downloadComplete() - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when a navigation operation finishes, is halted, or fails.

E

ELEMENT - Static variable in interface com.teamdev.jexplorer.dom.DOMNode
 
enableBrowserMode(BrowserMode) - Static method in class com.teamdev.jexplorer.BrowserFeatures
Configures browser compatibility mode to the passed browserMode.
enableGPURendering() - Static method in class com.teamdev.jexplorer.BrowserFeatures
Enables GPU acceleration for all Browser instances.
Environment - Class in com.teamdev.jexplorer
Provides information about current environment.
Environment() - Constructor for class com.teamdev.jexplorer.Environment
 
EnvironmentException - Exception in com.teamdev.jexplorer
 
EnvironmentException(String) - Constructor for exception com.teamdev.jexplorer.EnvironmentException
 
equals(Object) - Method in class com.teamdev.jexplorer.Cookie
 
equals(Object) - Method in class com.teamdev.jexplorer.SecurityProblem
 
errorOccured(ScriptErrorEvent) - Method in interface com.teamdev.jexplorer.ScriptErrorListener
Called when script error is occured in the HTML document.
EventsHandler - Interface in com.teamdev.jexplorer
Handler of events from the browser object.
executeScript(String) - Method in class com.teamdev.jexplorer.Browser
Executes javaScript code in the main frame of the currently loaded document.

F

forwardButtonEnabled(boolean) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
forwardButtonEnabled(boolean) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when the forward button has been disabled or enabled.
FRAME - Static variable in interface com.teamdev.jexplorer.dom.DOMNode
 
frameDocumentCompleted(Browser, String) - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
frameDocumentCompleted(Browser, String) - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when a document has been completely loaded and initialized.
from(long) - Static method in enum com.teamdev.jexplorer.dom.MouseEventButton
 
fromInt(int) - Static method in enum com.teamdev.jexplorer.DataEncryptionLevel
 
FTP - Static variable in interface com.teamdev.jexplorer.ServerType
 

G

getAlign() - Method in interface com.teamdev.jexplorer.dom.DOMIFrame
 
getAltKey() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the state of the ALT key.
getAttribute(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns value of the attribute with specified name.
getAttributeNode(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns attribute with specified name as DOMAttr object.
getAttributes() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns a DOMNamedNodeMap containing the attributes of this node (if it is an DOMElement) or null otherwise.
getAuthenticationHandler() - Method in class com.teamdev.jexplorer.Browser
Returns authentication handler or null if handler isn't installed.
getAutoconfigProxyAddress() - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns a string that represents a path to the script that contains proxy configuration.
getBody() - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns BODY element of this document.
getBoolean() - Method in class com.teamdev.jexplorer.JSValue
Returns value of JavaScript Boolean value.
getBorder() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getBorderColor() - Method in interface com.teamdev.jexplorer.dom.DOMFrame
 
getBrowser() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
 
getBrowserLogger() - Static method in enum com.teamdev.jexplorer.LoggerProvider
Returns Browser Logger which is used to log browser info, debug and error messages.
getButton() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the mouse button pressed by the user.
getCharacter() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
 
getChildNodes() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns list of child nodes of this node.
getClassName() - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns CLASS attribute value of this element.
getClientX() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the x-coordinate of the mouse pointer, or user's finger, position relative to the client area of the window, excluding window decorations and scroll bars
getClientY() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the y-coordinate of the mouse pointer, or user's finger, position relative to the client area of the window, excluding window decorations and scroll bars
getCode() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
 
getConnectionType() - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns a connection type for the current proxy configuration.
getContent() - Method in class com.teamdev.jexplorer.Browser
Returns the string that represents HTML content of a currently loaded document in WebBrowser.
getContent(boolean) - Method in class com.teamdev.jexplorer.Browser
Returns the string that represents HTML content of a currently loaded document in WebBrowser.
getContentDocument() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getContext() - Method in class com.teamdev.jexplorer.Browser
Returns context associated with the current Browser instance.
getContextMenuProvider() - Method in class com.teamdev.jexplorer.Browser
 
getCookies(String) - Method in class com.teamdev.jexplorer.Browser
Returns cookies associated with the url or empty collection is no cookies available for this URL.
getCtrlKey() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the state of the CTRL key.
getData() - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
getDefaultUserAgent() - Method in class com.teamdev.jexplorer.Browser
Returns default user-agent string.
getDesignMode() - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns status of design mode
getDialog() - Method in class com.teamdev.jexplorer.HTMLDialogEvent
Returns an instance of the opened HTML dialog.
getDialogHandler() - Method in class com.teamdev.jexplorer.Browser
 
getDisposeListeners() - Method in class com.teamdev.jexplorer.Browser
 
getDocument() - Method in class com.teamdev.jexplorer.Browser
Returns DOM document of the currently loaded web page or null if web page isn't loaded completely or it's not HTML document.
getDocument() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the DOMDocument object associated with this node.
getDocumentElement() - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns topmost HTML element in the current document.
getDocumentType() - Method in class com.teamdev.jexplorer.Browser
Returns string that represents type of the currently loaded document.
getDomain() - Method in class com.teamdev.jexplorer.Cookie
Returns cookie domain.
getElement() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the object from which activation or the mouse pointer is exiting during the event.
getElementAtPoint(Point) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Finds HTML element on the document at the given point.
getElementById(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns first HTML element in this document with ID attribute equals to elementId or null if document doesn't contains HTML element with passed ID attribute.
getElementsByName(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns list of HTML elements with the name attribute.
getElementsByTagName(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns list of HTML elements with the tagName.
getElementsByTagName(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns list of HTML elements with specified tagName in the current HTML element hierarchy.
getEventsHandler() - Method in class com.teamdev.jexplorer.Browser
 
getExecutable32MD5() - Static method in class com.teamdev.jexplorer.ProductInfo
 
getExpireDate() - Method in class com.teamdev.jexplorer.Cookie
Returns cookie expiration date.
getFirstChild() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns first child of this node or null when it doesn't have children.
getFrameBorder() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getFrameSpacing() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getHeight() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getHSpace() - Method in interface com.teamdev.jexplorer.dom.DOMIFrame
 
getHTMLDialogListener() - Method in class com.teamdev.jexplorer.Browser
Returns the current HTML Dialog listener or null if it's not registered.
getHttpSecurityHandler() - Method in class com.teamdev.jexplorer.Browser
Returns http security handler that allows processing any security problems or null if it's not present.
getId() - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns ID attribute value of this element.
getIEVersion() - Static method in class com.teamdev.jexplorer.BrowserFeatures
 
getInteger() - Method in class com.teamdev.jexplorer.JSValue
Returns value of JavaScript Number value.
getIPCLogger() - Static method in enum com.teamdev.jexplorer.LoggerProvider
Returns IPC (Inter-Process Communication) Logger which is used to log IPC messages.
getKeyCode() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the Unicode key code associated with the key that caused the event
getKeyCode() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Returns key code.
getKeyFilter() - Method in class com.teamdev.jexplorer.Browser
 
getLastChild() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns last child of this node or null when it doesn't have children.
getLength() - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
getLength() - Method in interface com.teamdev.jexplorer.dom.DOMHTMLCollection
Returns length of this collection.
getLength() - Method in interface com.teamdev.jexplorer.dom.DOMNamedNodeMap
Returns length of this collection.
getLength() - Method in interface com.teamdev.jexplorer.dom.DOMNodeList
Returns length of this collection.
getLibrary32MD5() - Static method in class com.teamdev.jexplorer.ProductInfo
 
getLibrary64MD5() - Static method in class com.teamdev.jexplorer.ProductInfo
 
getLine() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
Returns line number where error is occured.
getLocationURL() - Method in class com.teamdev.jexplorer.Browser
Returns location of the currently loaded HTML document.
getLongDesc() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getMarginHeight() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getMarginWidth() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getMessage() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
Returns error message.
getMinimumSize() - Method in class com.teamdev.jexplorer.Browser
 
getName() - Method in class com.teamdev.jexplorer.Cookie
Return cookie name.
getName() - Method in interface com.teamdev.jexplorer.dom.DOMAttr
Returns the name of this attribute.
getName() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getNamedItem(String) - Method in interface com.teamdev.jexplorer.dom.DOMNamedNodeMap
Retrieves a node specified by name.
getNavigationListeners() - Method in class com.teamdev.jexplorer.Browser
 
getNextSibling() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the node immediately following this node.
getNodeName() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the name of this node, depending on its type.
getNodeType() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns a code representing the type of the node.
getNodeValue() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the value of this node, depending on its type.
getNoResize() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getNumber() - Method in class com.teamdev.jexplorer.JSValue
Returns value of JavaScript Number value.
getOffsetX() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the x-coordinate of a pointer's position relative to the object firing the event.
getOffsetY() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the x-coordinate of a pointer's position relative to the object firing the event.
getParentNode() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns parent DOMNode or null if the node doesn't have parent.
getPassword() - Method in interface com.teamdev.jexplorer.AuthenticationHandler
Gets a string value that contains the password to use for authentication.
getPassword(int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns a string that represents password for a specified server type.
getPath() - Method in class com.teamdev.jexplorer.Cookie
Returns cookie path.
getPopupHandler() - Method in class com.teamdev.jexplorer.Browser
 
getPopupMenu(Point, ContextMenuContext, DOMElement) - Method in interface com.teamdev.jexplorer.ContextMenuProvider
 
getPreviousSibling() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the node immediately preceding this node.
getPrintEventListeners() - Method in class com.teamdev.jexplorer.Browser
 
getProcessLogger() - Static method in enum com.teamdev.jexplorer.LoggerProvider
Returns Process Logger which is used to log messages that are come from process.
getProxy() - Method in class com.teamdev.jexplorer.Browser
Returns proxy settings for the current Browser instance.
getProxy(int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns proxy address for a specified server type.
getProxyExceptions() - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns a set of strings that represent proxy exceptions.
getRepeatCount() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Specifies the repeat count for the current message.
getScanCode() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Returns key scan code.
getScreenShot(boolean) - Method in class com.teamdev.jexplorer.Browser
Returns an image that represent screen shot of the page.
getScreenShot(Dimension) - Method in class com.teamdev.jexplorer.Browser
Returns an image that represent screen shot of the page.
getScreenX() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the x-coordinate of the mouse pointer's position relative to the user's screen.
getScreenY() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the y-coordinate of the mouse pointer's position relative to the user's screen.
getScriptErrorListeners() - Method in class com.teamdev.jexplorer.Browser
 
getScrolling() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getSecurityPolicyHandler() - Method in class com.teamdev.jexplorer.Browser
 
getShiftKey() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the state of the SHIFT key.
getSrc() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getStatusListeners() - Method in class com.teamdev.jexplorer.Browser
 
getString() - Method in class com.teamdev.jexplorer.JSValue
Returns value of JavaScript String value.
getTagName() - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns HTML element's tag name.
getTextContent() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns the text content of this node and its descendants.
getTitle() - Method in class com.teamdev.jexplorer.Browser
Returns string that represents title of the currently loaded document.
getTitle() - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns the title of this document.
getTitle() - Method in interface com.teamdev.jexplorer.dom.DOMElement
Returns TITLE attribute value of this element.
getType() - Method in interface com.teamdev.jexplorer.dom.DOMEvent
Retrieves the event name from the event object.
getURL() - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Returns URL of this document.
getURL() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
Return url of the document where script error occured.
getUserAgent() - Method in class com.teamdev.jexplorer.Browser
Returns user-agent string of the current Browser instance that was set using the Browser.setUserAgent(String) method.
getUserName() - Method in interface com.teamdev.jexplorer.AuthenticationHandler
Gets a string value that contains the user name to use for authentication.
getUserName(int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns a string that represents user name for a specified server type.
getValue() - Method in enum com.teamdev.jexplorer.BrowserMode
 
getValue() - Method in class com.teamdev.jexplorer.Cookie
Returns cookie value.
getValue() - Method in interface com.teamdev.jexplorer.dom.DOMAttr
Returns the value of this attribute.
getVersion() - Static method in class com.teamdev.jexplorer.ProductInfo
 
getVSpace() - Method in interface com.teamdev.jexplorer.dom.DOMIFrame
 
getWholeText() - Method in interface com.teamdev.jexplorer.dom.DOMText
 
getWidth() - Method in interface com.teamdev.jexplorer.dom.DOMFrameBase
 
getWindowListeners() - Method in class com.teamdev.jexplorer.Browser
 
getZoomLevel() - Method in class com.teamdev.jexplorer.Browser
Returns zoom level for the current Browser instance.
goBack() - Method in class com.teamdev.jexplorer.Browser
Navigates backward one item in the history list.
goForward() - Method in class com.teamdev.jexplorer.Browser
Navigates forward one item in the history list.
goHome() - Method in class com.teamdev.jexplorer.Browser
Navigates to the current home or start page.
GOPHER - Static variable in interface com.teamdev.jexplorer.ServerType
 

H

handleEvent(DOMEvent) - Method in interface com.teamdev.jexplorer.dom.DOMEventListener
This method is called whenever an event occurs of the type for which the DOMEventListener interface was registered.
handlePopup() - Method in class com.teamdev.jexplorer.DefaultPopupHandler
 
handlePopup() - Method in interface com.teamdev.jexplorer.PopupHandler
Creates a container to display a new browser window.
hasAttribute(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Checks whether attribute with specified name is available in this element.
hasAttributes() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns whether this node has any children.
hashCode() - Method in class com.teamdev.jexplorer.Cookie
 
hashCode() - Method in class com.teamdev.jexplorer.SecurityProblem
 
HTMLDialog - Class in com.teamdev.jexplorer
Represents an instance of HTML dialog and provides access to its information.
HTMLDialog(Browser, int) - Constructor for class com.teamdev.jexplorer.HTMLDialog
 
HTMLDialogEvent - Class in com.teamdev.jexplorer
Represents an event which indicates that the HTML Dialog is opened and its document is loaded completely and available.
HTMLDialogEvent(Object, HTMLDialog) - Constructor for class com.teamdev.jexplorer.HTMLDialogEvent
Constructs a new instance of event..
HTMLDialogListener - Interface in com.teamdev.jexplorer
A listener that allows receiving events when the modal HTML dialog is shown.
HTTP - Static variable in interface com.teamdev.jexplorer.ServerType
 
HttpSecurityHandler - Interface in com.teamdev.jexplorer
Represents a security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems.
HttpSecurityHandler.HttpSecurityAction - Enum in com.teamdev.jexplorer
 

I

ICONASTERISK - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONERROR - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONEXCLAMATION - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONHAND - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONINFORMATION - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONQUESTION - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONSTOP - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
ICONWARNING - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDABORT - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDCANCEL - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDCLOSE - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDHELP - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDIGNORE - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDNO - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDOK - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDRETRY - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IDYES - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
IEPopupContainer - Class in com.teamdev.jexplorer
Represents default MS Internet Explorer popup.
IEPopupContainer() - Constructor for class com.teamdev.jexplorer.IEPopupContainer
 
IFRAME - Static variable in interface com.teamdev.jexplorer.dom.DOMNode
 
insertBefore(DOMNode, DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Inserts the node newChild before the existing child node refChild.
insertBrowser(Browser) - Method in class com.teamdev.jexplorer.IEPopupContainer
 
insertBrowser(Browser) - Method in interface com.teamdev.jexplorer.PopupContainer
Notification is called when newly created browser instance should be inserted into the parent container and displayed.
insertData(int, String) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
INTERNET_ERROR_BASE - Static variable in class com.teamdev.jexplorer.SecurityProblem
 
InternetCacheEntry - Enum in com.teamdev.jexplorer
A collection of Internet cache entry types.
InternetFeature - Enum in com.teamdev.jexplorer
Represents Internet Explorer features.
invoke(Object...) - Method in interface com.teamdev.jexplorer.BrowserFunction
This method is invoked when an appropriate JavaScript function is invoked on JavaScript side.
invokeAndWaitLoadMainFrame(Browser, Callback<Browser>) - Static method in class com.teamdev.jexplorer.Browser
Invokes callback and waits until main frame is loaded completely blocking current thread execution.
invokeAndWaitLoadMainFrame(Browser, Callback<Browser>, int) - Static method in class com.teamdev.jexplorer.Browser
Invokes callback and waits until main frame is loaded completely blocking current thread execution.
is64Bit() - Static method in class com.teamdev.jexplorer.Environment
 
isActionAllowed(URLAction, String) - Method in interface com.teamdev.jexplorer.SecurityPolicyHandler
Is invoked when engine wants to check whether action is allowed or not.
isAllowBehaviors() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowClientPull() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowDownloadActiveX() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowFrameDownload() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowFrames() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowImages() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowJavaApplets() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowMetaCharSet() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowRunActiveX() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowScripts() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowSounds() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAllowVideos() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isAltPressed() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Returns true if ALT key is pressed during key event.
isAuthenticationRequired() - Method in class com.teamdev.jexplorer.SecurityProblem
The server is requesting client authentication.
isBoolean() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is a boolean value.
isConfirmationRequired() - Method in class com.teamdev.jexplorer.SecurityProblem
The redirection requires user confirmation.
isControlPressed() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Returns true if control is pressed during key event.
isDisposed() - Method in class com.teamdev.jexplorer.Browser
Returns true if current Browser instance is disposed.
isDownloadOnly() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isElementContentWhitespace() - Method in interface com.teamdev.jexplorer.dom.DOMText
 
isEqualNode(DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Tests whether two nodes are equal.
isExtended() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Specifies whether the key is an extended key, such as the right-hand ALT and CTRL keys that appear on an enhanced 101- or 102-key keyboard.
isFalse() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value represents boolean FALSE value.
isFilter(KeyFilterEvent) - Method in interface com.teamdev.jexplorer.KeyFilter
Invokes when the specified key event has occured on WebBrowser component.
isForceOffline() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isForceResynchronize() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isHTTPOnly() - Method in class com.teamdev.jexplorer.Cookie
 
isIgnoreProxyForLocalAddresses() - Method in class com.teamdev.jexplorer.ProxyConfiguration
Returns TRUE if local addresses are ignored by proxy server, otherwise - FALSE.
isInternetFeatureEnabled(InternetFeature) - Method in class com.teamdev.jexplorer.Browser
Indicates whether MS Internet Explorer feature is enabled or not.
isInvalidCertificate() - Method in class com.teamdev.jexplorer.SecurityProblem
Indicates that the function is unfamiliar with the Certificate Authority that generated the server's certificate.
isInvalidCertificateDate() - Method in class com.teamdev.jexplorer.SecurityProblem
Indicates that SSL certificate date that was received from the server is bad.
isInvalidCertificateName() - Method in class com.teamdev.jexplorer.SecurityProblem
Indicates that SSL certificate common name (host name field) is incorrect.
isJRE5() - Static method in class com.teamdev.jexplorer.Environment
 
isJRE6() - Static method in class com.teamdev.jexplorer.Environment
 
isJRE7() - Static method in class com.teamdev.jexplorer.Environment
 
isJRE8() - Static method in class com.teamdev.jexplorer.Environment
 
isMovingFromHttpsToHttp() - Method in class com.teamdev.jexplorer.SecurityProblem
Indicates that the application is moving from an SSL to an non-SSL connection because of a redirect.
isMovingFromHttpToHttps() - Method in class com.teamdev.jexplorer.SecurityProblem
Indicates that the application is moving from a non-SSL to an SSL connection because of a redirect.
isNoCache() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isNull() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is NULL.
isNumber() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is a number value which equals to double type.
isObject() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is an object.
isOfflineIfNoConnected() - Method in class com.teamdev.jexplorer.BrowserProperties
 
isSameNode(DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Returns whether this node is the same node as the given one.
isSecure() - Method in class com.teamdev.jexplorer.Cookie
Return true for secure cookie else returns false.
isShiftPressed() - Method in class com.teamdev.jexplorer.KeyFilterEvent
Returns true if shift is pressed during key event.
isSilent() - Method in class com.teamdev.jexplorer.Browser
Indicates whether silent mode is enabled or not.
isString() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is a string.
isTrue() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value represents boolean TRUE value.
isUndefined() - Method in class com.teamdev.jexplorer.JSValue
Indicates whether JavaScript value is undefined.
isWindows() - Static method in class com.teamdev.jexplorer.Environment
 
item(int) - Method in interface com.teamdev.jexplorer.dom.DOMHTMLCollection
Returns DOMNode at specified index.
item(int) - Method in interface com.teamdev.jexplorer.dom.DOMNamedNodeMap
Returns DOMNode at specified index.
item(int) - Method in interface com.teamdev.jexplorer.dom.DOMNodeList
Returns DOMNode at specified index.

J

JSValue - Class in com.teamdev.jexplorer
Class for all JavaScript values.

K

KeyFilter - Interface in com.teamdev.jexplorer
This interface responds for key event filtering.
KeyFilterEvent - Class in com.teamdev.jexplorer
Key pressed event.
KeyFilterEvent(int, boolean, boolean, boolean, int, boolean, int) - Constructor for class com.teamdev.jexplorer.KeyFilterEvent
 

L

LoggerProvider - Enum in com.teamdev.jexplorer
Provides access to different JExplorer Loggers which are used to log Browser, IPC and process messages.

M

mainDocumentCompleted(Browser, String) - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
mainDocumentCompleted(Browser, String) - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when main document has been completely loaded and initialized.
makeString(Collection<Cookie>) - Static method in class com.teamdev.jexplorer.Cookie
Creates cookie string for HTTP request / response.
MouseEventButton - Enum in com.teamdev.jexplorer.dom
 
MouseEventListener - Interface in com.teamdev.jexplorer
 

N

namedItem(String) - Method in interface com.teamdev.jexplorer.dom.DOMHTMLCollection
This method retrieves a DOMNode using a name.
navigate(String) - Method in class com.teamdev.jexplorer.Browser
Navigates to an entire web resource specified by url.
navigate(String, String) - Method in class com.teamdev.jexplorer.Browser
Navigates to an entire web resource specified by url.
navigate(String, String, String) - Method in class com.teamdev.jexplorer.Browser
Navigates to an entire web resource specified by url.
navigate(String, String, String, String) - Method in class com.teamdev.jexplorer.Browser
Navigates to an entire web resource specified by url.
navigate(String, String, String, String, int) - Method in class com.teamdev.jexplorer.Browser
Navigates to an entire web resource specified by url with HTTP postData and additional custom headers into a specified window defined by target.
NavigationAdapter - Class in com.teamdev.jexplorer.event
An abstract adapter class for receiving navigation events.
NavigationAdapter() - Constructor for class com.teamdev.jexplorer.event.NavigationAdapter
 
navigationCompleted(Browser, String) - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
navigationCompleted(Browser, String) - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when navigation operation has been completed.
navigationErrorOccured(Browser, String, String, int) - Method in class com.teamdev.jexplorer.DefaultEventsHandler
 
navigationErrorOccured(Browser, String, String, int) - Method in interface com.teamdev.jexplorer.EventsHandler
Invoked when navigation error has been occured.
NavigationListener - Interface in com.teamdev.jexplorer.event
Listener for receiving navigation events.

O

OK - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
OKCANCEL - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
onAuthenticate() - Method in interface com.teamdev.jexplorer.AuthenticationHandler
Invokes when authentication operation is required.
onDispose(Browser) - Method in interface com.teamdev.jexplorer.event.DisposeListener
Invoked when Browser instance is disposed.
onFullScreen(boolean) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onFullScreen(boolean) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onLeftButtonClicked(int, int) - Method in interface com.teamdev.jexplorer.MouseEventListener
 
onMoveBy(int, int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onMoveBy(int, int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onPrintTemplateInstantiation() - Method in class com.teamdev.jexplorer.PrintEventAdapter
 
onPrintTemplateInstantiation() - Method in interface com.teamdev.jexplorer.PrintEventListener
Fires when a print template is instantiated.
onPrintTemplateTeardown() - Method in class com.teamdev.jexplorer.PrintEventAdapter
 
onPrintTemplateTeardown() - Method in interface com.teamdev.jexplorer.PrintEventListener
Fires when a print template is destroyed.
onResizable(boolean) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onResizable(boolean) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onSecurityProblem(SecurityProblem) - Method in interface com.teamdev.jexplorer.HttpSecurityHandler
Notifies about a security problem.
onSetHeight(int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onSetHeight(int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onSetLeft(int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onSetLeft(int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onSetTop(int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onSetTop(int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onSetWidth(int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onSetWidth(int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 
onSizeBy(int, int) - Method in class com.teamdev.jexplorer.event.WindowAdapter
 
onSizeBy(int, int) - Method in interface com.teamdev.jexplorer.event.WindowListener
 

P

PopupContainer - Interface in com.teamdev.jexplorer
Container that can be used for newly created browser must implement this interface.
PopupHandler - Interface in com.teamdev.jexplorer
Interface for handling popup windows that were opened using the window.open(...) JavaScript function.
print() - Method in class com.teamdev.jexplorer.Browser
Prints currently loaded web page silently with empty header and footer.
print(boolean, String, String) - Method in class com.teamdev.jexplorer.Browser
Prints currently loaded web page.
PrintEventAdapter - Class in com.teamdev.jexplorer
 
PrintEventAdapter() - Constructor for class com.teamdev.jexplorer.PrintEventAdapter
 
PrintEventListener - Interface in com.teamdev.jexplorer
The listener interface for receiving Print events.
privacyStateChanged(boolean) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
privacyStateChanged(boolean) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when an event occurs that impacts privacy, or when a user navigates away from a URL that has impacted privacy.
ProductInfo - Class in com.teamdev.jexplorer
This class provides information about JExplorer.
ProductInfo() - Constructor for class com.teamdev.jexplorer.ProductInfo
 
progressChanged(int, int) - Method in class com.teamdev.jexplorer.event.NavigationAdapter
 
progressChanged(int, int) - Method in interface com.teamdev.jexplorer.event.NavigationListener
Invoked when the progress of download operation has been updated.
PROXY - Static variable in interface com.teamdev.jexplorer.ConnectionType
The connection uses an explicitly set proxy server.
ProxyConfiguration - Class in com.teamdev.jexplorer
Provides proxy configuration information.
ProxyConfiguration() - Constructor for class com.teamdev.jexplorer.ProxyConfiguration
 

R

refresh() - Method in class com.teamdev.jexplorer.Browser
Reloads the file that is currently displayed in the object.
registerFunction(String, BrowserFunction) - Method in class com.teamdev.jexplorer.Browser
Registers a browser function on the currently loaded document.
removeAttribute(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Removes attribute with specified name.
removeChild(DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeDisposeListener(DisposeListener) - Method in class com.teamdev.jexplorer.Browser
 
removeEventListener(String, DOMEventListener) - Method in interface com.teamdev.jexplorer.dom.DOMEventTarget
This method allows the removal of event listeners from the event target.
removeMouseEventListener(MouseEventListener) - Method in class com.teamdev.jexplorer.Browser
 
removeNavigationListener(NavigationListener) - Method in class com.teamdev.jexplorer.Browser
 
removeNotify() - Method in class com.teamdev.jexplorer.Browser
 
removePrintEventListener(PrintEventListener) - Method in class com.teamdev.jexplorer.Browser
 
removeScriptErrorListener(ScriptErrorListener) - Method in class com.teamdev.jexplorer.Browser
 
removeStatusListener(StatusListener) - Method in class com.teamdev.jexplorer.Browser
 
removeWindowListener(WindowListener) - Method in class com.teamdev.jexplorer.Browser
 
replaceChild(DOMNode, DOMNode) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
replaceWholeText(String) - Method in interface com.teamdev.jexplorer.dom.DOMText
 
requestFocus() - Method in class com.teamdev.jexplorer.Browser
Request browser focus
RETRYCANCEL - Static variable in interface com.teamdev.jexplorer.DialogHandler
 

S

ScriptErrorEvent - Class in com.teamdev.jexplorer
This class represents script error in the HTML document.
ScriptErrorEvent(Browser, int, int, String, String, int) - Constructor for class com.teamdev.jexplorer.ScriptErrorEvent
Creates script error event object.
ScriptErrorListener - Interface in com.teamdev.jexplorer
The listener interface for receiving script error events.
SECURE - Static variable in interface com.teamdev.jexplorer.ServerType
 
SecurityPolicyHandler - Interface in com.teamdev.jexplorer
Interface for handling security policy flags.
SecurityProblem - Class in com.teamdev.jexplorer
Provides information about a security problem.
SecurityProblem(int) - Constructor for class com.teamdev.jexplorer.SecurityProblem
 
ServerType - Interface in com.teamdev.jexplorer
Contains the server type constants.
setAllowBehaviors(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowClientPull(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowDownloadActiveX(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowFrameDownload(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowFrames(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowImages(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowJavaApplets(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowMetaCharSet(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowRunActiveX(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowScripts(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowSounds(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAllowVideos(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setAttribute(String, String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Sets a new value for attribute with specified name.
setAuthenticationHandler(AuthenticationHandler) - Method in class com.teamdev.jexplorer.Browser
Sets a new handler for basic, digest and NTLM authentication.
setAutoconfigProxyAddress(String) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets a string that represents a path to the script that contains proxy configuration.
setBrowserProperties(BrowserProperties) - Method in class com.teamdev.jexplorer.Browser
 
setClassName(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Sets CLASS attribute value for this element.
setConnectionType(int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets a specified connection connectionType for the current proxy configuration.
setContent(String) - Method in class com.teamdev.jexplorer.Browser
Sets the specified HTML content to the current WebBrowser document.
setContextMenuProvider(ContextMenuProvider) - Method in class com.teamdev.jexplorer.Browser
 
setCookie(String, Cookie...) - Method in class com.teamdev.jexplorer.Browser
Sets/updates cookie associated with specified url.
setCookies(String, Collection<Cookie>) - Method in class com.teamdev.jexplorer.Browser
Sets/updates list of cookies associated with specified url.
setData(String) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 
setDesignMode(boolean) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Enables/Disables design mode for document.
setDialogHandler(DialogHandler) - Method in class com.teamdev.jexplorer.Browser
 
setDomain(String) - Method in class com.teamdev.jexplorer.Cookie
Sets cookie domain.
setDownloadOnly(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setEventsHandler(EventsHandler) - Method in class com.teamdev.jexplorer.Browser
 
setExpireDate(Date) - Method in class com.teamdev.jexplorer.Cookie
Sets cookie expiration date.
setForceOffline(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setForceResynchronize(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setHTMLDialogListener(HTMLDialogListener) - Method in class com.teamdev.jexplorer.Browser
Sets the specified HTML Dialog listener that allows receiving event when the HTML Dialog is shown and its document is loaded completely.
setHTTPOnly(boolean) - Method in class com.teamdev.jexplorer.Cookie
 
setHttpSecurityHandler(HttpSecurityHandler) - Method in class com.teamdev.jexplorer.Browser
Sets the specified HTTP security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems.
setId(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Sets ID attribute value for this element.
setIgnoreProxyForLocalAddresses(boolean) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Enables or disables ignoring proxy server for local addresses.
setInternetFeatureEnabled(InternetFeature, boolean) - Method in class com.teamdev.jexplorer.Browser
Enables/disables MS Internet Explorer feature.
setKeyFilter(KeyFilter) - Method in class com.teamdev.jexplorer.Browser
 
setLevel(Level) - Static method in enum com.teamdev.jexplorer.LoggerProvider
Sets the log level specifying which message levels will be logged by all JExplorer loggers.
setName(String) - Method in class com.teamdev.jexplorer.Cookie
Sets cookie name.
setNoCache(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setNodeValue(String) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Sets a new value for this node.
setOfflineIfNoConnected(boolean) - Method in class com.teamdev.jexplorer.BrowserProperties
 
setPassword(String, int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets password for a specified server type.
setPath(String) - Method in class com.teamdev.jexplorer.Cookie
Sets cookie path.
setPopupHandler(PopupHandler) - Method in class com.teamdev.jexplorer.Browser
 
setProxy(ProxyConfiguration) - Method in class com.teamdev.jexplorer.Browser
Updates proxy configuration for the current Browser instance.
setProxy(String, int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets proxy address for a specified server type.
setProxyExceptions(Collection<String>) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets a set of strings that represent proxy exceptions.
setSecure(boolean) - Method in class com.teamdev.jexplorer.Cookie
Makes cookie secure or unsecure.
setSecurityPolicyHandler(SecurityPolicyHandler) - Method in class com.teamdev.jexplorer.Browser
 
setSilent(boolean) - Method in class com.teamdev.jexplorer.Browser
Enables or disables silent mode.
setTextContent(String) - Method in interface com.teamdev.jexplorer.dom.DOMNode
Sets textContent of this node.
setTitle(String) - Method in interface com.teamdev.jexplorer.dom.DOMDocument
Sets a new title for this document.
setTitle(String) - Method in interface com.teamdev.jexplorer.dom.DOMElement
Sets TITLE attribute value for this element.
setUserAgent(String) - Method in class com.teamdev.jexplorer.Browser
Configures Browser instance to use a custom userAgent string.
setUserName(String, int) - Method in class com.teamdev.jexplorer.ProxyConfiguration
Sets a user name for a specified server type.
setValue(String) - Method in class com.teamdev.jexplorer.Cookie
Sets cookie value.
setValue(String) - Method in interface com.teamdev.jexplorer.dom.DOMAttr
Sets a new value of this attribute.
setZoomLevel(int) - Method in class com.teamdev.jexplorer.Browser
Updates zoom level for all web pages in the current Browser instance.
show(HTMLDialogEvent) - Method in interface com.teamdev.jexplorer.HTMLDialogListener
Fires when the modal dialog window is shown and its document is loaded completely.
showDialog(String, String, int) - Method in interface com.teamdev.jexplorer.DialogHandler
 
SOCKS - Static variable in interface com.teamdev.jexplorer.ServerType
 
splitText(int) - Method in interface com.teamdev.jexplorer.dom.DOMText
 
StatusAdapter - Class in com.teamdev.jexplorer.event
An abstract adapter class for receiving status events.
StatusAdapter() - Constructor for class com.teamdev.jexplorer.event.StatusAdapter
 
StatusListener - Interface in com.teamdev.jexplorer.event
Interface for receiving status events.
statusTextChanged(String) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
statusTextChanged(String) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when the status bar text has been changed.
stop() - Method in class com.teamdev.jexplorer.Browser
Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations.
substringData(int, int) - Method in interface com.teamdev.jexplorer.dom.DOMCharacterData
 

T

TEXT - Static variable in interface com.teamdev.jexplorer.dom.DOMNode
 
titleChanged(String) - Method in class com.teamdev.jexplorer.event.StatusAdapter
 
titleChanged(String) - Method in interface com.teamdev.jexplorer.event.StatusListener
Invoked when title of the document has been changed.
toString() - Method in class com.teamdev.jexplorer.Cookie
 
toString() - Method in class com.teamdev.jexplorer.JSValue
 
toString() - Method in class com.teamdev.jexplorer.ScriptErrorEvent
 
toString() - Method in class com.teamdev.jexplorer.SecurityProblem
 
traceEnvironment() - Static method in class com.teamdev.jexplorer.Environment
 

U

UNKNOWN - Static variable in class com.teamdev.jexplorer.ProductInfo
 
URLAction - Enum in com.teamdev.jexplorer
Contains values associated with the actions that can be taken in a URL security zone.

V

valueOf(String) - Static method in enum com.teamdev.jexplorer.BrowserMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.teamdev.jexplorer.BrowserMode
 
valueOf(String) - Static method in enum com.teamdev.jexplorer.ContextMenuContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.DataEncryptionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.dom.DOMNodeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.teamdev.jexplorer.dom.DOMNodeType
 
valueOf(String) - Static method in enum com.teamdev.jexplorer.dom.MouseEventButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.HttpSecurityHandler.HttpSecurityAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.InternetCacheEntry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.InternetFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.LoggerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jexplorer.URLAction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.teamdev.jexplorer.URLAction
 
values() - Static method in enum com.teamdev.jexplorer.BrowserMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.ContextMenuContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.DataEncryptionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.dom.DOMNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.dom.MouseEventButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.HttpSecurityHandler.HttpSecurityAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.InternetCacheEntry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.InternetFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.LoggerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jexplorer.URLAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

WindowAdapter - Class in com.teamdev.jexplorer.event
An abstract adapter class for receiving window events.
WindowAdapter() - Constructor for class com.teamdev.jexplorer.event.WindowAdapter
 
windowClosing(boolean) - Method in class com.teamdev.jexplorer.DefaultEventsHandler
 
windowClosing(boolean) - Method in interface com.teamdev.jexplorer.EventsHandler
This event is fired when a window is closed from script, by using the window.close method.
WindowListener - Interface in com.teamdev.jexplorer.event
Interface for receiving Browser window events.

Y

YESNO - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
YESNOCANCEL - Static variable in interface com.teamdev.jexplorer.DialogHandler
 
A B C D E F G H I J K L M N O P R S T U V W Y