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

A

AbstractBrowser<T> - Class in com.teamdev.jxbrowser
This class represents an abstract implementation of the Browser interface and provides access to the browser event listeners.
AbstractDOMFactory<T> - Class in com.teamdev.jxbrowser.dom
 
ACCEPTED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The request has been accepted for processing, but the processing has not been completed.
addDisposeListener(DisposeListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addDisposeListener(DisposeListener) - Method in interface com.teamdev.jxbrowser.Disposable
Adds the specified dispose listener to receive browser dispose events from this browser instance.
addEventListener(Node, String, EventListener, boolean) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
addHistoryChangeListener(HistoryChangeListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addHistoryChangeListener(HistoryChangeListener) - Method in interface com.teamdev.jxbrowser.NavigationHistory
Registers a new listener that will receive all history change events.
addNavigationListener(NavigationListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addNavigationListener(NavigationListener) - Method in interface com.teamdev.jxbrowser.Navigation
Adds the specified navigation listener to receive browser navigation events from this browser instance.
addProgressListener(ProgressListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addProgressListener(ProgressListener) - Method in interface com.teamdev.jxbrowser.ContentLoading
Adds the specified progress listener to receive browser progress events from this browser instance.
addProxyConfigurationListener(ProxyConfigurationListener) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
addScriptErrorListener(ScriptErrorListener) - Method in class com.teamdev.jxbrowser.script.ScriptErrorWatcher
Registers a listener to be notified when JavaScript execution problem occurs.
addStatusListener(StatusListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addStatusListener(StatusListener) - Method in interface com.teamdev.jxbrowser.PageHost
Adds the specified status listener to receive status events as StatusChangedEvent instance from the current browser instance.
addTitleListener(TitleListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
addTitleListener(TitleListener) - Method in interface com.teamdev.jxbrowser.PageHost
Adds the specified title listener to receive browser title events as TitleChangedEvent instance from this browser instance.
alertRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays Java message dialog with appropriate title and message.
alertRequested(DialogParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when browser requests the JavaScript alert dialog.
alertRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing.
allowMimeType(String, NavigationEvent) - Method in class com.teamdev.jxbrowser.DefaultWebPolicyDelegate
Allows to display a content with a given mimeType.
allowMimeType(String, NavigationEvent) - Method in interface com.teamdev.jxbrowser.WebPolicyDelegate
Decides whether to display content with a given mimeType.
allowNavigation(NavigationEvent) - Method in class com.teamdev.jxbrowser.DefaultWebPolicyDelegate
Allows navigation to URL address that can be received using the NavigationEvent.getUrl() method.
allowNavigation(NavigationEvent) - Method in interface com.teamdev.jxbrowser.WebPolicyDelegate
Decides whether to allow navigation to URL address that can be received using the NavigationEvent.getUrl() method.
AuthenticationHandler - Interface in com.teamdev.jxbrowser.proxy
Represents a handler for receiving and processing proxy server authentication.
authenticationRequired(ServerType) - Method in interface com.teamdev.jxbrowser.proxy.AuthenticationHandler
Invoked when proxy server requires authentication.
autoConfigURLApplied(URL) - Method in interface com.teamdev.jxbrowser.proxy.impl.ProxyConfigurationListener
 
autoDetectApplied() - Method in interface com.teamdev.jxbrowser.proxy.impl.ProxyConfigurationListener
 

B

BAD_GATEWAY - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
BAD_REQUEST - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The request contains bad syntax or cannot be fulfilled.
badCertificateRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays Java confirmation dialog with appropriate title and message.
badCertificateRequested(DialogParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when the loaded web page contains bad certificate and a confirmation dialog is required to accept or decline the received certificate.
badCertificateRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing and just returns the CloseStatus.OK.
Browser - Interface in com.teamdev.jxbrowser
The base interface for all browser engines.
browserDisposed(DisposeEvent) - Method in interface com.teamdev.jxbrowser.events.DisposeListener
Invokes when browser instance was disposed through window.close() JavaScript function or using the Disposable.dispose() method.
BrowserEvent - Class in com.teamdev.jxbrowser.events
The base event object for all browser events.
BrowserEventsThread - Class in com.teamdev.jxbrowser.events
Represents the thread in which all Browser events are fired.
BrowserEventsThread() - Constructor for class com.teamdev.jxbrowser.events.BrowserEventsThread
 
BrowserFactory - Class in com.teamdev.jxbrowser
A browser factory for creating browser instances.
BrowserFactory() - Constructor for class com.teamdev.jxbrowser.BrowserFactory
 
BrowserFunction - Interface in com.teamdev.jxbrowser
Represents a Java function that can be invoked from JavaScript side.
BrowserServices - Class in com.teamdev.jxbrowser
Provides access to global browser services such as browser windows management, prompt services, script error execution listener.
BrowserType - Class in com.teamdev.jxbrowser
Enumeration of all browser types supported.

C

CacheStorage - Class in com.teamdev.jxbrowser.cache
Represents cache storage.
CacheStorage() - Constructor for class com.teamdev.jxbrowser.cache.CacheStorage
 
CANCEL_OPTION - Static variable in class com.teamdev.jxbrowser.prompt.impl.JAuthDialog
 
canceled(PrintEvent) - Method in class com.teamdev.jxbrowser.print.PrintAdapter
 
canceled(PrintEvent) - Method in interface com.teamdev.jxbrowser.print.PrintListener
Invoked when printing is canceled.
canGoBack() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns true if the backward operation can be invoked.
canGoForward() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns true if the forward operation can be invoked.
clearCache() - Method in class com.teamdev.jxbrowser.cache.CacheStorage
Clears all cache entries except cookie and history.
click() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Emulates click on the element.
CloseStatus - Enum in com.teamdev.jxbrowser.prompt
The dialog close status that indicates which option was selected to close the dialog.
com.teamdev.jxbrowser - package com.teamdev.jxbrowser
Contains the basic classes and interfaces.
com.teamdev.jxbrowser.cache - package com.teamdev.jxbrowser.cache
 
com.teamdev.jxbrowser.cookie - package com.teamdev.jxbrowser.cookie
Contains classes that allow managing cookie.
com.teamdev.jxbrowser.dom - package com.teamdev.jxbrowser.dom
Contains the basic classes and interfaces that allows to access to extended DOM functionality.
com.teamdev.jxbrowser.events - package com.teamdev.jxbrowser.events
Contains classes for listening events from browser.
com.teamdev.jxbrowser.print - package com.teamdev.jxbrowser.print
Contains the basic classes and interfaces that controls printing.
com.teamdev.jxbrowser.prompt - package com.teamdev.jxbrowser.prompt
Contains the basic classes and interfaces for handling browser prompt dialogs.
com.teamdev.jxbrowser.prompt.impl - package com.teamdev.jxbrowser.prompt.impl
 
com.teamdev.jxbrowser.proxy - package com.teamdev.jxbrowser.proxy
Contains the basic classes and interfaces that allows managing browser proxy settings.
com.teamdev.jxbrowser.proxy.impl - package com.teamdev.jxbrowser.proxy.impl
 
com.teamdev.jxbrowser.script - package com.teamdev.jxbrowser.script
Contains the basic classes and interfaces that allows handling javascript errors.
com.teamdev.jxbrowser.security - package com.teamdev.jxbrowser.security
Contains the basic classes and interfaces that allows processing security problems.
CommonProxyConfig - Class in com.teamdev.jxbrowser.proxy.impl
The global storage of proxy servers configurations for browser
CommonProxyConfig() - Constructor for class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
Configurable - Interface in com.teamdev.jxbrowser
Allows enabling/disabling the browser features.
confirmationRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays Java confirmation dialog with appropriate title and message.
confirmationRequested(DialogParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when browser request the JavaScript confirmation dialog.
confirmationRequested(DialogParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing and just returns the CloseStatus.OK.
CONFLICT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
ContentLoading - Interface in com.teamdev.jxbrowser
Allows receiving web page content loading progress.
ContextMenuEvent - Class in com.teamdev.jxbrowser.events
Information about the context menu request.
ContextMenuEvent(Browser, Node, Point) - Constructor for class com.teamdev.jxbrowser.events.ContextMenuEvent
Constructs a new ContextMenuEvent instance for a specified target.
ContextMenuHandler - Interface in com.teamdev.jxbrowser
Interface for handling browser context menu requests.
CONTINUE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
This means that the server has received the request headers, and that the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST request).
create(String) - Static method in class com.teamdev.jxbrowser.BrowserType
 
createAttr(Attr) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createAttr(Attr) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createBrowser(BrowserType) - Static method in class com.teamdev.jxbrowser.BrowserFactory
Creates a new browser instance for a given browser type.
createBrowser() - Static method in class com.teamdev.jxbrowser.BrowserFactory
Creates a new browser instance of the current default browser type.
createCDATASection(CDATASection) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createCDATASection(CDATASection) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createCharacterData(CharacterData) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createCharacterData(CharacterData) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createComment(Comment) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createComment(Comment) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
CREATED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The request has been fulfilled and resulted in a new resource being created
createDocument(Document) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createDocument(Document) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createDocumentFragment(DocumentFragment) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createDocumentFragment(DocumentFragment) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createDocumentType(DocumentType) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createDocumentType(DocumentType) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createDOMImplementation(DOMImplementation) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createDOMImplementation(DOMImplementation) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createDOMImplementationCSS(DOMImplementationCSS) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createDOMImplementationCSS(DOMImplementationCSS) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createElement(Element) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createElement(Element) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createEntity(Entity) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createEntity(Entity) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createEntityReference(EntityReference) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createEntityReference(EntityReference) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLAnchorElement(HTMLAnchorElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLAppletElement(HTMLAppletElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLAppletElement(HTMLAppletElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLAreaElement(HTMLAreaElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLAreaElement(HTMLAreaElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLBaseElement(HTMLBaseElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLBaseElement(HTMLBaseElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLBaseFontElement(HTMLBaseFontElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLBaseFontElement(HTMLBaseFontElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLBodyElement(HTMLBodyElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLBRElement(HTMLBRElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLBRElement(HTMLBRElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLButtonElement(HTMLButtonElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLButtonElement(HTMLButtonElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLCollection(HTMLCollection) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLCollection(HTMLCollection) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLDirectoryElement(HTMLDirectoryElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLDirectoryElement(HTMLDirectoryElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLDivElement(HTMLDivElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLDivElement(HTMLDivElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLDListElement(HTMLDListElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLDListElement(HTMLDListElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLDocument(HTMLDocument) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLDocument(HTMLDocument) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLDOMImplementation(HTMLDOMImplementation) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLDOMImplementation(HTMLDOMImplementation) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLElement(HTMLElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLElement(HTMLElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLFieldSetElement(HTMLFieldSetElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLFontElement(HTMLFontElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLFontElement(HTMLFontElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLFormElement(HTMLFormElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLFormElement(HTMLFormElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLFrameElement(HTMLFrameElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLFrameSetElement(HTMLFrameSetElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLFrameSetElement(HTMLFrameSetElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLHeadElement(HTMLHeadElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLHeadElement(HTMLHeadElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLHeadingElement(HTMLHeadingElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLHeadingElement(HTMLHeadingElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLHRElement(HTMLHRElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLHRElement(HTMLHRElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLHtmlElement(HTMLHtmlElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLHtmlElement(HTMLHtmlElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLIFrameElement(HTMLIFrameElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLImageElement(HTMLImageElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLInputElement(HTMLInputElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLInputElement(HTMLInputElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLIsIndexElement(HTMLIsIndexElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLLabelElement(HTMLLabelElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLLabelElement(HTMLLabelElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLLegendElement(HTMLLegendElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLLegendElement(HTMLLegendElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLLIElement(HTMLLIElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLLIElement(HTMLLIElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLLinkElement(HTMLLinkElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLMapElement(HTMLMapElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLMenuElement(HTMLMenuElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLMetaElement(HTMLMetaElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLMetaElement(HTMLMetaElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLModElement(HTMLModElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLModElement(HTMLModElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLObjectElement(HTMLObjectElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLObjectElement(HTMLObjectElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLOListElement(HTMLOListElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLOptGroupElement(HTMLOptGroupElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLOptionElement(HTMLOptionElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLOptionElement(HTMLOptionElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLParagraphElement(HTMLParagraphElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLParagraphElement(HTMLParagraphElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLParamElement(HTMLParamElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLPreElement(HTMLPreElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLPreElement(HTMLPreElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLQuoteElement(HTMLQuoteElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLScriptElement(HTMLScriptElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLScriptElement(HTMLScriptElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLSelectElement(HTMLSelectElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLStyleElement(HTMLStyleElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLStyleElement(HTMLStyleElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLTableCaptionElement(HTMLTableCaptionElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableCaptionElement(HTMLTableCaptionElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLTableCellElement(HTMLTableCellElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableColElement(HTMLTableColElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableColElement(HTMLTableColElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLTableElement(HTMLTableElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableRowElement(HTMLTableRowElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableRowElement(HTMLTableRowElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLTableSectionElement(HTMLTableSectionElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTableSectionElement(HTMLTableSectionElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLTextAreaElement(HTMLTextAreaElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTitleElement(HTMLTitleElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createHTMLTitleElement(HTMLTitleElement) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createHTMLUListElement(HTMLUListElement) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createNamedNodeMap(NamedNodeMap) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createNamedNodeMap(NamedNodeMap) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createNode(Node) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createNode(Node) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createNodeList(NodeList) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createNodeList(NodeList) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createNotation(Notation) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createNotation(Notation) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createProcessingInstruction(ProcessingInstruction) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createProcessingInstruction(ProcessingInstruction) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 
createText(Text) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
createText(Text) - Method in interface com.teamdev.jxbrowser.dom.DOMFactory
 

D

DefaultNewWindowManager - Class in com.teamdev.jxbrowser
Represents a default NewWindowManager implementation that displays child windows in JFrame.
DefaultNewWindowManager() - Constructor for class com.teamdev.jxbrowser.DefaultNewWindowManager
 
DefaultPromptService - Class in com.teamdev.jxbrowser.prompt
Represents a default implementation of PromptService that only displays appropriate UI Swing dialogs.
DefaultPromptService() - Constructor for class com.teamdev.jxbrowser.prompt.DefaultPromptService
 
DefaultWebPolicyDelegate - Class in com.teamdev.jxbrowser
Represents a default implementation of WebPolicyDelegate.
DefaultWebPolicyDelegate() - Constructor for class com.teamdev.jxbrowser.DefaultWebPolicyDelegate
 
deleteCookie(HttpCookie) - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Deletes the specified cookie.
deleteCookie(List<HttpCookie>) - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Deletes all cookies from a given list of cookies.
DialogParams - Class in com.teamdev.jxbrowser.prompt
Contains the browser dialog parameters.
DialogParams(Browser, String, String, Component) - Constructor for class com.teamdev.jxbrowser.prompt.DialogParams
Constructs a new DialogParams instance with the specified message and title.
directConnectionApplied() - Method in interface com.teamdev.jxbrowser.proxy.impl.ProxyConfigurationListener
 
disableFeature(Feature) - Method in interface com.teamdev.jxbrowser.Configurable
Disable the specified feature.
dispatchEvent(Node, Event) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
Disposable - Interface in com.teamdev.jxbrowser
Disposable implementors manages native resources clearing.
The JxBrowser browsers representations are implemented on native side, notably on C++, C and Objective C
The JxBrowser wraps it's functionality into Java Objects.
dispose() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
dispose() - Method in interface com.teamdev.jxbrowser.Disposable
Closes and disposes the current Browser instance.
dispose() - Method in class com.teamdev.jxbrowser.events.BrowserEventsThread
 
DisposeEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that a browser instance was disposed.
DisposeEvent(Browser) - Constructor for class com.teamdev.jxbrowser.events.DisposeEvent
Constructs a new DisposeEvent instance.
DisposeListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving browser dispose events.
DOMDocument - Interface in com.teamdev.jxbrowser.dom
Represents an HTML document with additional methods that standard HTMLDocument doesn't provide.
DOMElement - Interface in com.teamdev.jxbrowser.dom
Represents an element in an HTML document with additional methods that standard HTMLElement doesn't provide.
DOMFactory - Interface in com.teamdev.jxbrowser.dom
A DOM Factory class that allows creating a wrapped element from the entire element.

E

enableFeature(Feature) - Method in interface com.teamdev.jxbrowser.Configurable
Enable the specified feature.
Environment - Class in com.teamdev.jxbrowser
 
equals(Object) - Method in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
evaluateWindow(NewWindowParams) - Method in class com.teamdev.jxbrowser.DefaultNewWindowManager
Returns a default NewWindowContainer implementation.
evaluateWindow(NewWindowParams) - Method in interface com.teamdev.jxbrowser.NewWindowManager
Creates a container to display a new browser window, identified by info.
executeScript(String) - Method in interface com.teamdev.jxbrowser.ScriptRunner
Executes specified JavaScript code in a currently opened document.
EXPECTATION_FAILED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 

F

FAILED_DEPENDENCY - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
Feature - Enum in com.teamdev.jxbrowser
Describes browser feature.
finished(PrintEvent) - Method in class com.teamdev.jxbrowser.print.PrintAdapter
 
finished(PrintEvent) - Method in interface com.teamdev.jxbrowser.print.PrintListener
Invoked when printing is finished.
focus() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Sets focus to the element.
FORBIDDEN - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The request was a legal request, but the server is refusing to respond to it.
FOUND - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
This is the most popular redirect code, but also an example of industrial practice contradicting the standard.

G

GATEWAY_TIMEOUT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
getAbsoluteLocation() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns element absolute location.
getActiveElement() - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Returns the element that has the focus when the parent document has focus.
getAllHistory() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns a history list that contains all visited locations.
getAuthenticationHandler(ServerType) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
getAuthenticationHandler(ServerType) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Registers the authentication handler for a specified server type that receives notification when a user name and password for the server is required.
getAutoConfigUrl() - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
getAutoConfigUrl() - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Returns the auto-configuration URL that uses by browser
getBottom() - Method in class com.teamdev.jxbrowser.print.PageMargins
Returns the page bottom margin in millimeters.
getBounds() - Method in class com.teamdev.jxbrowser.NewWindowParams
Returns the initial popup window bounds.
getBrowser() - Method in class com.teamdev.jxbrowser.events.BrowserEvent
The browser instance on which the event is initially occurred.
getBrowser() - Method in class com.teamdev.jxbrowser.prompt.DialogParams
Returns the browser instance for this dialog or null when browser instance is already disposed.
getCacheStorage() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getCacheStorage() - Method in interface com.teamdev.jxbrowser.Browser
Returns the CacheStorage for the current browser type.
getCacheStorage(BrowserType) - Method in class com.teamdev.jxbrowser.BrowserServices
Returns a CacheStorage for a given browserType.
getCenterCaption() - Method in class com.teamdev.jxbrowser.print.Headline
Returns the center caption string in header/footer.
getCheckBoxMessage() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns the check box message.
getComponent() - Method in interface com.teamdev.jxbrowser.Browser
Returns a Swing component with embedded web browser control that allows displaying web pages.
getConfigurable() - Method in interface com.teamdev.jxbrowser.Browser
Returns API enabling or disabling some browser features such as javascript, plug-ins or images etc.
getContent() - Method in interface com.teamdev.jxbrowser.Browser
Returns the string that represents HTML content of a currently loaded document in WebBrowser.
getContextMenuHandler() - Method in interface com.teamdev.jxbrowser.PageHost
Returns the registered context menu handler or null if no context menu handler is currently registered.
getCookies() - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Returns the list of available cookies.
getCookies(String) - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Returns the list of available cookies that will be sent to a specified URL.
getCookieStorage() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getCookieStorage() - Method in interface com.teamdev.jxbrowser.Browser
Returns the HttpCookieStorage for the current browser type.
getCookieStorage(BrowserType) - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the HttpCookieStorage for a given browserType.
getCrossPlatformBrowser() - Static method in class com.teamdev.jxbrowser.BrowserType
Returns default cross-platform browser type.
getCurrentConfiguration() - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
getCurrentConfiguration() - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Returns the current proxy servers configuration.
getCurrentIndex() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns an index of the location of a currently loaded web page in Browser component.
getCurrentLocation() - Method in class com.teamdev.jxbrowser.events.HistoryChangeEvent
Returns current history location.
getCurrentLocation() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns the location of a currently loaded web page in Browser component.
getCurrentProgress() - Method in class com.teamdev.jxbrowser.events.ProgressChangedEvent
Returns the current progress value.
getCurrentProgress() - Method in class com.teamdev.jxbrowser.print.PrintEvent
Returns the current print progress value.
getDefaultBrowserType() - Static method in class com.teamdev.jxbrowser.BrowserFactory
Returns the default browser type.
getDefaultDescription() - Method in enum com.teamdev.jxbrowser.security.SecurityProblem
Provide a default human-readable description of the security problem.
getDefaultFont() - Method in interface com.teamdev.jxbrowser.Configurable
Returns default font for the current browser type.
getDescription() - Method in class com.teamdev.jxbrowser.events.NavigationStatusCode
Returns the description of navigation status code.
getDescription() - Method in enum com.teamdev.jxbrowser.MimeType
Returns a string that represents a MIME type description.
getDescription() - Method in enum com.teamdev.jxbrowser.print.PaperSize
Returns the page format description.
getDimension() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns element size.
getDisposeListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getDisposeListeners() - Method in interface com.teamdev.jxbrowser.Disposable
Returns a list of all the browser dispose listeners registered on this browser.
getDocument() - Method in interface com.teamdev.jxbrowser.Browser
Returns accessor for the document in the currently loaded page.
getDomain() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns the domain of cookie.
getDomain() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns the domain.
getElementFromPoint(int, int) - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Returns the element for the specified x and y coordinate.
getEngine() - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
getExceptions() - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
getExceptions() - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Returns a string that represents a list of sites and domains that will not be accessed via proxy server.
getExpiresDate() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns the cookie's expiration date.
getFeatures() - Method in interface com.teamdev.jxbrowser.Configurable
Returns a map of all available browser features where the value determines whether the feature enabled or disabled.
getFooter() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getFrameName() - Method in class com.teamdev.jxbrowser.events.NavigationEvent
Returns the frame name in which the content is loaded.
getHeader() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getHeight() - Method in enum com.teamdev.jxbrowser.print.PaperSize
Returns the page height in millimeters.
getHeightString() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns the element height.
getHistoryChangeListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getHistoryChangeListeners() - Method in interface com.teamdev.jxbrowser.NavigationHistory
Returns all registered listeners that receive navigation change events.
getHorizontalScrollPosition() - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Returns horizontal scroll position in pixels.
getHost() - Method in class com.teamdev.jxbrowser.proxy.ProxyServer
Returns the proxy server host.
getHttpSecurityHandler() - Method in interface com.teamdev.jxbrowser.security.Security
Returns http security handler that allows processing any security problems or null if it's not present.
getIndex() - Method in class com.teamdev.jxbrowser.events.HistoryChangeEvent
Returns index of the current location in history
getInfo() - Method in class com.teamdev.jxbrowser.Environment
 
getInstance() - Static method in class com.teamdev.jxbrowser.BrowserServices
Returns the BrowserServices instance.
getInstance(BrowserType) - Static method in class com.teamdev.jxbrowser.cache.CacheStorage
 
getInstance(BrowserType) - Static method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Returns the HttpCookieStorage for a given browserType.
getInstance() - Static method in class com.teamdev.jxbrowser.Environment
 
getLeft() - Method in class com.teamdev.jxbrowser.print.PageMargins
Returns the page left margin in millimeters.
getLeftCaption() - Method in class com.teamdev.jxbrowser.print.Headline
Returns the left caption string in header/footer.
getLineNumber() - Method in class com.teamdev.jxbrowser.prompt.ScriptErrorParams
Returns the line number where error occurred.
getLineNumber() - Method in class com.teamdev.jxbrowser.script.ScriptErrorEvent
Returns the line number where error occured.
getLocation() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns element location relative to the offset parent element.
getLocation() - Method in class com.teamdev.jxbrowser.events.ContextMenuEvent
Returns the coordinate in invoker's coordinate space at which the contextual menu is to be displayed.
getMaxProgress() - Method in class com.teamdev.jxbrowser.events.ProgressChangedEvent
Returns the maximum progress value.
getMaxProgress() - Method in class com.teamdev.jxbrowser.print.PrintEvent
Returns the maximum print progress value.
getMessage() - Method in class com.teamdev.jxbrowser.prompt.DialogParams
Returns the dialog message.
getMessage() - Method in class com.teamdev.jxbrowser.script.ScriptErrorEvent
Returns the error message.
getName() - Method in class com.teamdev.jxbrowser.BrowserType
Returns a string that represents browser type name.
getName() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns the cookie's name.
getName() - Method in class com.teamdev.jxbrowser.UnsupportedBrowserType
 
getNavigationListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getNavigationListeners() - Method in interface com.teamdev.jxbrowser.Navigation
Returns a list of all the browser navigation listeners registered on this browser.
getNavigationType() - Method in class com.teamdev.jxbrowser.events.NavigationEvent
Returns the reason of navigation event.
getNewWindowManager() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getNewWindowManager() - Method in interface com.teamdev.jxbrowser.Browser
Returns the current NewWindowManager instance or null if it's not present.
getNewWindowManager() - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the active NewWindowManager that allows handling new browser window creation through the window.open JavaScript function.
getNumberOfCopies() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getOwner() - Method in class com.teamdev.jxbrowser.prompt.DialogParams
Returns the dialog owner.
getPageMargins() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getPageOrientation() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getPageSize() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getParent() - Method in class com.teamdev.jxbrowser.NewWindowParams
Returns the parent for the current popup window.
getPassword() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns the default login password.
getPassword() - Method in class com.teamdev.jxbrowser.proxy.ProxyServer
Returns the password.
getPassword() - Method in class com.teamdev.jxbrowser.proxy.ProxyServerLogin
Returns a string that represents an authentication password value.
getPath() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns the cookie's path.
getPeer() - Method in class com.teamdev.jxbrowser.AbstractBrowser
Returns an instance that provides access to a low level engine functionality.
getPlatformSpecificBrowser() - Static method in class com.teamdev.jxbrowser.BrowserType
Returns default browser type for the current platform.
getPort() - Method in class com.teamdev.jxbrowser.proxy.ProxyServer
Returns the port address.
getPrinterName() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
getProgressListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getProgressListeners() - Method in interface com.teamdev.jxbrowser.ContentLoading
Returns a list of all the browser progress listeners registered on the current browser.
getPromptService() - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the current PromptService that allows handling all browser dialogs.
getProxyConfig() - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the current proxy server configuration manager.
getRight() - Method in class com.teamdev.jxbrowser.print.PageMargins
Returns the page right margin in millimeters.
getRightCaption() - Method in class com.teamdev.jxbrowser.print.Headline
Returns the right caption string in header/footer.
getScriptErrorListeners() - Method in class com.teamdev.jxbrowser.script.ScriptErrorWatcher
Returns a list of all registered script error listeners.
getScriptErrorWatcher() - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the ScriptErrorWatcher instance that allows registering JavaScript execution error listeners to receive events when JavaScript error happened on a web page.
getScrollHeight() - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Return maximum scroll position for vertical scrolling.
getScrollWidth() - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Return maximum scroll position for horizontal scrolling.
getServices() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getServices() - Method in interface com.teamdev.jxbrowser.Browser
Returns the global browser services instance.
getSourceFile() - Method in class com.teamdev.jxbrowser.prompt.ScriptErrorParams
Returns the source file name where error occurred.
getSourceFile() - Method in class com.teamdev.jxbrowser.script.ScriptErrorEvent
Returns the source file name where error occurred.
getStatusCode() - Method in class com.teamdev.jxbrowser.events.NavigationFinishedEvent
Returns the result navigation status code.
getStatusListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getStatusListeners() - Method in interface com.teamdev.jxbrowser.PageHost
Returns a list of all the browser status listeners registered on this browser.
getStatusMessage() - Method in interface com.teamdev.jxbrowser.PageHost
Convenience method for getting the current page status message.
getStatusText() - Method in class com.teamdev.jxbrowser.events.StatusChangedEvent
Returns the browser status text.
getTarget() - Method in class com.teamdev.jxbrowser.events.ContextMenuEvent
Return the document node, where the menu is requested.
getTargetName() - Method in class com.teamdev.jxbrowser.NewWindowParams
Returns the popup window target name that can be passed through window.open JavaScript function.
getTitle() - Method in class com.teamdev.jxbrowser.events.TitleChangedEvent
Returns the string that represent a top-level document title.
getTitle() - Method in interface com.teamdev.jxbrowser.PageHost
Returns the current page title.
getTitle() - Method in class com.teamdev.jxbrowser.prompt.DialogParams
Returns the dialog title.
getTitleListeners() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
getTitleListeners() - Method in interface com.teamdev.jxbrowser.PageHost
Returns a list of all the browser title listeners registered on this browser.
getTop() - Method in class com.teamdev.jxbrowser.print.PageMargins
Returns the page top margin in millimeters.
getType() - Method in interface com.teamdev.jxbrowser.Browser
Returns type of current browser instance.
getType() - Method in class com.teamdev.jxbrowser.events.HistoryChangeEvent
Returns type of history change.
getType() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns the login dialog type.
getType() - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
getType() - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Returns the current proxy configuration type.
getType(String) - Static method in enum com.teamdev.jxbrowser.proxy.ServerType
Returns an appropriate ServerType for the entire protocol or null when the entire protocol doesn't correspond to any known ServerType.
getType() - Method in class com.teamdev.jxbrowser.script.ScriptErrorEvent
Returns the script error type.
getType() - Method in exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
getUrl() - Method in class com.teamdev.jxbrowser.events.NavigationEvent
Returns a string that represents the loading web page address.
getUrl() - Method in class com.teamdev.jxbrowser.NewWindowParams
The URL of the page to open in the new window.
getUserName() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns the default login user name.
getUserName() - Method in class com.teamdev.jxbrowser.proxy.ProxyServer
Returns the use name.
getUserName() - Method in class com.teamdev.jxbrowser.proxy.ProxyServerLogin
Returns a string that represents an authentication user name value.
getValue() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns the cookie's value.
getValue() - Method in class com.teamdev.jxbrowser.events.NavigationStatusCode
Returns the status code value associated with the navigation status code.
getValue() - Method in enum com.teamdev.jxbrowser.MimeType
Returns a string that represent a MIME type value.
getValue() - Method in class com.teamdev.jxbrowser.prompt.PromptDialogParams
Returns the value for the prompt input field, or null if input filed has no value.
getVerticalScrollPosition() - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Returns vertical scroll position in pixels.
getWebPolicyDelegate() - Method in class com.teamdev.jxbrowser.BrowserServices
Returns the WebPolicyDelegate that allows modifying the policy decisions that Browser class makes when handling URLs or the data objects they represent.
getWidth() - Method in enum com.teamdev.jxbrowser.print.PaperSize
Returns the page width in millimeters.
getWidthString() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns the element width.
getZoomValue() - Method in interface com.teamdev.jxbrowser.Configurable
Gets the zoom value in percent.
goBack() - Method in interface com.teamdev.jxbrowser.Navigation
Navigates browser back.
goForward() - Method in interface com.teamdev.jxbrowser.Navigation
Navigates browser forward.
GONE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Indicates that the resource requested is no longer available and will not be available again.

H

hashCode() - Method in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
Headline - Class in com.teamdev.jxbrowser.print
Describes the header/footer of a page to print.
Headline(String, String, String) - Constructor for class com.teamdev.jxbrowser.print.Headline
Constructs a new Headlines instance.
historyChanged(HistoryChangeEvent) - Method in interface com.teamdev.jxbrowser.events.HistoryChangeListener
Invoked when navigation history of the browser has been changed.
HistoryChangeEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that a browser navigation history was changed.
HistoryChangeEvent(Browser, int, String, HistoryChangeType) - Constructor for class com.teamdev.jxbrowser.events.HistoryChangeEvent
Constructs a new HistoryChangeEvent instance.
HistoryChangeListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving events that associated with changes in browser navigation history.
HistoryChangeType - Enum in com.teamdev.jxbrowser.events
The history change type.
HTTP_VERSION_NOT_SUPPORTED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
HttpCookie - Class in com.teamdev.jxbrowser.cookie
Represents an HTTP cookie.
HttpCookie(String, String, String, String, long, boolean, boolean, boolean) - Constructor for class com.teamdev.jxbrowser.cookie.HttpCookie
 
HttpCookieStorage - Class in com.teamdev.jxbrowser.cookie
Represents HTTP cookie storage.
HttpCookieStorage() - Constructor for class com.teamdev.jxbrowser.cookie.HttpCookieStorage
 
HttpSecurityAction - Enum in com.teamdev.jxbrowser.security
Represents a set of possible return values for the HttpSecurityHandler.onSecurityProblem(java.util.Set) event.
HttpSecurityHandler - Interface in com.teamdev.jxbrowser.security
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.

I

IE - Static variable in class com.teamdev.jxbrowser.BrowserType
Microsoft Internet Explorer browser engine.
IM_USED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
innerHTML() - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Returns the HTML syntax describing the element's descendants.
insertBrowser(Browser) - Method in interface com.teamdev.jxbrowser.NewWindowContainer
Notification called when newly created browser component should be inserted into the parent container widget.
INSUFFICIENT_STORAGE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
INTERNAL_SERVER_ERROR - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
invoke(Object...) - Method in interface com.teamdev.jxbrowser.BrowserFunction
This method is invoked when an appropriate JavaScript function is invoked on JavaScript side.
invokeLater(Runnable) - Method in class com.teamdev.jxbrowser.events.BrowserEventsThread
 
isCheckBoxRequired() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns whether check box should be presented in this dialog for storing password using password manager or not.
isCheckBoxSelected() - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Returns whether the check box is selected or not.
isDisposed() - Method in interface com.teamdev.jxbrowser.Disposable
Returns true if the Browser instance is closed and disposed.
isHTTPOnly() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns whether the cookie should only be sent to HTTP servers.
isNavigationFailed() - Method in class com.teamdev.jxbrowser.events.NavigationFinishedEvent
Returns true if errors occurs during navigation.
isNavigationFinished() - Method in interface com.teamdev.jxbrowser.Navigation
Returns true if there's no navigation activity in this browser.
isPrintBackgrounds() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
isReady() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
isReversed() - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
isSecure() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns whether the cookie should only be sent over secure channels.
isSessionOnly() - Method in class com.teamdev.jxbrowser.cookie.HttpCookie
Returns whether the cookie should be discarded at the end of the session (regardless of expiration date).
isSupported() - Method in class com.teamdev.jxbrowser.BrowserType
Returns true if the browser engine type is supported under the current OS.
isSupported(String) - Method in enum com.teamdev.jxbrowser.proxy.ServerType
Returns true if the entire protocol is supported.
isSupported() - Method in class com.teamdev.jxbrowser.UnsupportedBrowserType
 

J

JAuthDialog - Class in com.teamdev.jxbrowser.prompt.impl
The user name and password checked/unchecked modal dialog
JavaScriptException - Exception in com.teamdev.jxbrowser.script
 
JavaScriptException() - Constructor for exception com.teamdev.jxbrowser.script.JavaScriptException
 
JavaScriptException(String) - Constructor for exception com.teamdev.jxbrowser.script.JavaScriptException
 

L

LENGTH_REQUIRED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
LOCKED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
LoginParams - Class in com.teamdev.jxbrowser.prompt
Represents login dialog information.
LoginParams(Browser, String, String, LoginParams.Type, String, String, String, boolean, String, boolean, Component) - Constructor for class com.teamdev.jxbrowser.prompt.LoginParams
Construct a new LoginInfo instance.
LoginParams.Type - Enum in com.teamdev.jxbrowser.prompt
Describes login dialog types.
loginRequested(LoginParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays login and password input dialog with appropriate title, message and predefined login and password.
loginRequested(LoginParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when browser request the authentication dialog.
loginRequested(LoginParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing and just returns the CloseStatus.OK.

M

main(String[]) - Static method in class com.teamdev.jxbrowser.prompt.impl.JAuthDialog
 
manualConfigApplied(Map<ServerType, ProxyServer>) - Method in interface com.teamdev.jxbrowser.proxy.impl.ProxyConfigurationListener
 
METHOD_NOT_ALLOWED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
A request was made of a resource using a request method not supported by that resource; for example, using GET on a form which requires data to be presented via POST, or using PUT on a read-only resource.
MimeType - Enum in com.teamdev.jxbrowser
Enum of MIME types.
MOVED_PERMANENTLY - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
This and all future requests should be directed to the given URI
Mozilla - Static variable in class com.teamdev.jxbrowser.BrowserType
Mozilla Firefox XULRunner 1.9.2 browser engine.
Mozilla15 - Static variable in class com.teamdev.jxbrowser.BrowserType
Mozilla Firefox XULRunner 15.0.1 browser engine.
MULTI_STATUS - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The message body that follows is an XML message and can contain a number of separate response codes, depending on how many sub-requests were made.
MULTIPLE_CHOICES - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Indicates multiple options for the resource that the client may follow.

N

navigate(String) - Method in interface com.teamdev.jxbrowser.Navigation
Navigates to a resource identified by a URL or to a file identified by a full path.
navigate(String, String) - Method in interface com.teamdev.jxbrowser.Navigation
Navigates to a web resource specified by a HTTP URL with HTTP post data.
Navigation - Interface in com.teamdev.jxbrowser
Provides basic navigation functionality for the browser component.
NavigationAdapter - Class in com.teamdev.jxbrowser.events
An abstract adapter class for receiving navigation events.
NavigationAdapter() - Constructor for class com.teamdev.jxbrowser.events.NavigationAdapter
 
NavigationEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that navigation is started.
NavigationEvent(Browser, String) - Constructor for class com.teamdev.jxbrowser.events.NavigationEvent
Constructs a new NavigationEvent instance.
NavigationEvent(Browser, String, String) - Constructor for class com.teamdev.jxbrowser.events.NavigationEvent
Constructs a new NavigationEvent instance.
NavigationEvent(Browser, String, String, NavigationType) - Constructor for class com.teamdev.jxbrowser.events.NavigationEvent
Constructs a new NavigationEvent instance.
navigationFinished(NavigationFinishedEvent) - Method in class com.teamdev.jxbrowser.events.NavigationAdapter
Fires when a navigation operation finished (halted, fails) and a document has been completely loaded and initialized.
navigationFinished(NavigationFinishedEvent) - Method in interface com.teamdev.jxbrowser.events.NavigationListener
Fires when a navigation operation finished (halted, fails) and a document has been completely loaded and initialized.
NavigationFinishedEvent - Class in com.teamdev.jxbrowser.events
An event that indicates that navigation is finished and the entire document is loaded completely.
NavigationFinishedEvent(Browser, String) - Constructor for class com.teamdev.jxbrowser.events.NavigationFinishedEvent
Constructs a new NavigationFinishedEvent instance.
NavigationFinishedEvent(Browser, NavigationStatusCode, String) - Constructor for class com.teamdev.jxbrowser.events.NavigationFinishedEvent
Constructs a new NavigationFinishedEvent instance.
NavigationHistory - Interface in com.teamdev.jxbrowser
The interface provides information about browser navigation history and allows registering listeners to receive all browser navigation change events.
NavigationListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving navigation event notifications from Browser control.
navigationStarted(NavigationEvent) - Method in class com.teamdev.jxbrowser.events.NavigationAdapter
Fires when a navigation operation is beginning.
navigationStarted(NavigationEvent) - Method in interface com.teamdev.jxbrowser.events.NavigationListener
Fires when a navigation operation is beginning.
NavigationStatusCode - Class in com.teamdev.jxbrowser.events
Represents a result HTTP navigation status code.
NavigationStatusCode(long, String) - Constructor for class com.teamdev.jxbrowser.events.NavigationStatusCode
 
NavigationType - Enum in com.teamdev.jxbrowser.events
Represents navigation types for NavigationEvent event.
NewWindowContainer - Interface in com.teamdev.jxbrowser
Each container that can be used for newly created browser must implement this interface.
NewWindowManager - Interface in com.teamdev.jxbrowser
Implementers of NewWindowManager may manage newly created browser windows such as popup windows that were opened using the window.open JavaScript function.
NewWindowParams - Class in com.teamdev.jxbrowser
The information that can be used before creating a new browser window.
NewWindowParams(Browser, Rectangle, String, String) - Constructor for class com.teamdev.jxbrowser.NewWindowParams
Construct a new NewWindowInfo instance.
NO_CONTENT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta information.
NO_DISPLAY - Static variable in interface com.teamdev.jxbrowser.NewWindowContainer
A headless container for new browser windows.
NON_AUTHORITATIVE_INFORMATION - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The returned meta information in the entity-header is not the definitive set as available from the origin server, but is gathered from a local or a third-party copy.
NOT_ACCEPTABLE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
NOT_EXTENDED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
NOT_FOUND - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The requested resource could not be found but may be available again in the future.
NOT_IMPLEMENTED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
NOT_MODIFIED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Indicates the resource has not been modified since last requested.
notifyListeners(ProgressChangedEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(StatusChangedEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(NavigationFinishedEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(NavigationEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(TitleChangedEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(DisposeEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
notifyListeners(HistoryChangeEvent) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 

O

OK - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Standard response for successful HTTP requests.
OK_OPTION - Static variable in class com.teamdev.jxbrowser.prompt.impl.JAuthDialog
 
onSecurityProblem(Set<SecurityProblem>) - Method in interface com.teamdev.jxbrowser.security.HttpSecurityHandler
Notifies about security problems.

P

PageHost - Interface in com.teamdev.jxbrowser
Allows working with the web page loaded into the browser component.
PageIncompleteException - Exception in com.teamdev.jxbrowser
Thrown when a page is not loaded completely.
PageIncompleteException(String) - Constructor for exception com.teamdev.jxbrowser.PageIncompleteException
Constructs a new PageIncompleteException exception with the specified detail message.
PageIncompleteException(String, Throwable) - Constructor for exception com.teamdev.jxbrowser.PageIncompleteException
Constructs a new PageIncompleteException exception with the specified detail message and cause.
PageMargins - Class in com.teamdev.jxbrowser.print
Represents the page margins in millimeters.
PageMargins(double, double, double, double) - Constructor for class com.teamdev.jxbrowser.print.PageMargins
Construct a new PageMargins instance with initial values.
PageOrientation - Enum in com.teamdev.jxbrowser.print
Describes the page mode orientations.
PaperSize - Enum in com.teamdev.jxbrowser.print
Represents the international paper size standards.
PARTIAL_CONTENT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The server has fulfilled the partial GET request for the resource.
PAYMENT_REQUIRED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Deprecated. 
PRECONDITION_FAILED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
print() - Method in class com.teamdev.jxbrowser.AbstractBrowser
Throws UnsupportedOperationException error, because this method is not implemented for this browser type.
print(PrintListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
Throws UnsupportedOperationException error, because this method is not implemented for this browser type.
print() - Method in interface com.teamdev.jxbrowser.print.Printing
Prints the currently loaded web page.
print(PrintListener) - Method in interface com.teamdev.jxbrowser.print.Printing
Prints the currently loaded web page.
PrintAdapter - Class in com.teamdev.jxbrowser.print
An abstract adapter class for receiving printing events.
PrintAdapter() - Constructor for class com.teamdev.jxbrowser.print.PrintAdapter
 
PrintEvent - Class in com.teamdev.jxbrowser.print
Contains information about printing event.
PrintEvent(Browser) - Constructor for class com.teamdev.jxbrowser.print.PrintEvent
Constructs a new PrintEvent instance with no progress information.
PrintEvent(Browser, long, long) - Constructor for class com.teamdev.jxbrowser.print.PrintEvent
Constructs a new PrintEvent instance.
Printing - Interface in com.teamdev.jxbrowser.print
Interface Printing provides functionality that you can use to print a web page.
PrintListener - Interface in com.teamdev.jxbrowser.print
A listener interface that allows receiving print progress events.
PrintSettings - Class in com.teamdev.jxbrowser.print
Contains printing setup data
PrintSettings() - Constructor for class com.teamdev.jxbrowser.print.PrintSettings
 
PROCESSING - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Processing current request
progressChanged(ProgressChangedEvent) - Method in interface com.teamdev.jxbrowser.events.ProgressListener
Invoked when the page loading progress has been changed.
progressChanged(PrintEvent) - Method in class com.teamdev.jxbrowser.print.PrintAdapter
 
progressChanged(PrintEvent) - Method in interface com.teamdev.jxbrowser.print.PrintListener
Invoked when the printing progress has been changed.
ProgressChangedEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that the web page loading progress was changed.
ProgressChangedEvent(Browser, long, long) - Constructor for class com.teamdev.jxbrowser.events.ProgressChangedEvent
Constructs a new ProgressChangedEvent instance.
ProgressListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving events that associated with the page loading progress changes.
PromptDialogParams - Class in com.teamdev.jxbrowser.prompt
Contains information about Java Script prompt dialog request parameters.
PromptDialogParams(Browser, String, String, String, Component) - Constructor for class com.teamdev.jxbrowser.prompt.PromptDialogParams
Constructs a new PromptDialogInfo instance.
promptRequested(PromptDialogParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays Java input dialog with appropriate title, message and default text field value.
promptRequested(PromptDialogParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when browser requests the JavaScript prompt dialog.
promptRequested(PromptDialogParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing and just returns the CloseStatus.OK.
PromptService - Interface in com.teamdev.jxbrowser.prompt
Represents service that allows handling browser dialogs such as JavaScript alert, confirmation, prompt, error dialogs and other.
PROXY_AUTHENTICATION_REQUIRED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
ProxyConfig - Interface in com.teamdev.jxbrowser.proxy
Represents a manager class that allows configuring proxy server settings for all browser instances.
ProxyConfigType - Enum in com.teamdev.jxbrowser.proxy
The proxy server configuration type.
ProxyConfigurationListener - Interface in com.teamdev.jxbrowser.proxy.impl
 
proxyExceptionsApplied(String) - Method in interface com.teamdev.jxbrowser.proxy.impl.ProxyConfigurationListener
 
ProxyServer - Class in com.teamdev.jxbrowser.proxy
Represents a proxy server object.
ProxyServer(String, int) - Constructor for class com.teamdev.jxbrowser.proxy.ProxyServer
Constructs a new ProxyServer instance.
ProxyServer(String, int, String, String) - Constructor for class com.teamdev.jxbrowser.proxy.ProxyServer
Constructs a new ProxyServer instance.
ProxyServerLogin - Class in com.teamdev.jxbrowser.proxy
Represents a bean object that stores information about user name and password which is required for proxy server authentication.
ProxyServerLogin(String, String) - Constructor for class com.teamdev.jxbrowser.proxy.ProxyServerLogin
Constructs a new ProxyServerLogin instance according to the specified userName and password.

R

refresh() - Method in interface com.teamdev.jxbrowser.Navigation
Reloads the web page currently loaded in the Browser component.
registerFunction(String, BrowserFunction) - Method in interface com.teamdev.jxbrowser.ScriptRunner
Registers (maps) an instance of BrowserFunction to the corresponding JavaScript functionName for the currently loaded document.
removeDisposeListener(DisposeListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeDisposeListener(DisposeListener) - Method in interface com.teamdev.jxbrowser.Disposable
Removes the specified dispose listener so that it no longer receives browser dispose events from this browser instance.
removeEventListener(Node, String, EventListener, boolean) - Method in class com.teamdev.jxbrowser.dom.AbstractDOMFactory
 
removeHistoryChangeListener(HistoryChangeListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeHistoryChangeListener(HistoryChangeListener) - Method in interface com.teamdev.jxbrowser.NavigationHistory
Unregisters the specified listener so that it will no longer receive history change events.
removeNavigationListener(NavigationListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeNavigationListener(NavigationListener) - Method in interface com.teamdev.jxbrowser.Navigation
Removes the specified navigation listener so that it no longer receives browser navigation events from this browser instance.
removeProgressListener(ProgressListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeProgressListener(ProgressListener) - Method in interface com.teamdev.jxbrowser.ContentLoading
Removes the specified progress listener so that it no longer receives browser progress events from this browser instance.
removeProxyConfigurationListener(ProxyConfigurationListener) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
removeScriptErrorListener(ScriptErrorListener) - Method in class com.teamdev.jxbrowser.script.ScriptErrorWatcher
Un-registers a listener so it will not receive notifications when JavaScript execution error occurs.
removeStatusListener(StatusListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeStatusListener(StatusListener) - Method in interface com.teamdev.jxbrowser.PageHost
Removes the specified status listener so that it no longer receives browser status events from this browser instance.
removeTitleListener(TitleListener) - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
removeTitleListener(TitleListener) - Method in interface com.teamdev.jxbrowser.PageHost
Removes the specified title listener so that it no longer receives browser title events from this browser instance.
REQUEST_ENTITY_TOO_LARGE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
REQUEST_TIMEOUT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Client failed to continue the request
REQUEST_URI_TOO_LONG - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The client has asked for a portion of the file, but the server cannot supply that portion (for example, if the client asked for a part of the file that lies beyond the end of the file)
RESET_CONTENT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.

S

Safari - Static variable in class com.teamdev.jxbrowser.BrowserType
Safari WebKit browser engine.
ScriptErrorEvent - Class in com.teamdev.jxbrowser.script
Contains information about JavaScript error.
ScriptErrorEvent(ScriptErrorWatcher, String, int, String, ScriptErrorType) - Constructor for class com.teamdev.jxbrowser.script.ScriptErrorEvent
Construct a new ScriptErrorEvent instance according to the passed parameters.
scriptErrorHappened(ScriptErrorEvent) - Method in interface com.teamdev.jxbrowser.script.ScriptErrorListener
Invokes when an error during JavaScript execution is happened.
ScriptErrorListener - Interface in com.teamdev.jxbrowser.script
Represents a listener that allows receiving notifications about the problems that happened during JavaScript execution on a web page.
ScriptErrorParams - Class in com.teamdev.jxbrowser.prompt
Contains information about JavaScript error dialog.
ScriptErrorParams(Browser, String, String, String, int, Component) - Constructor for class com.teamdev.jxbrowser.prompt.ScriptErrorParams
Constructs the ScriptErrorInfo instance according to the passed parameters.
scriptErrorRequested(ScriptErrorParams) - Method in class com.teamdev.jxbrowser.prompt.DefaultPromptService
Displays Java confirmation dialog with appropriate title and message.
scriptErrorRequested(ScriptErrorParams) - Method in interface com.teamdev.jxbrowser.prompt.PromptService
Invoked when browser requests the JavaScript error dialog.
scriptErrorRequested(ScriptErrorParams) - Method in class com.teamdev.jxbrowser.prompt.SilentPromptService
This method do nothing and just returns the CloseStatus.OK.
ScriptErrorType - Enum in com.teamdev.jxbrowser.script
Enumeration of script error types.
Note: There are not all browsers produce errors of all types.
ScriptErrorWatcher - Class in com.teamdev.jxbrowser.script
Provides functionality that allows watching all JavaScript errors.
ScriptErrorWatcher() - Constructor for class com.teamdev.jxbrowser.script.ScriptErrorWatcher
Constructs a new ScriptErrorWatcher instance.
ScriptRunner - Interface in com.teamdev.jxbrowser
Browser support for running scripts
scrollHorizontal(int) - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Scrolls document horizontally.
scrollVertical(int) - Method in interface com.teamdev.jxbrowser.dom.DOMDocument
Scrolls document vertically.
Security - Interface in com.teamdev.jxbrowser.security
Provides ability to register HttpSecurityHandler to receive and process 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.
SecurityProblem - Enum in com.teamdev.jxbrowser.security
Provides information about a security problem.
SEE_OTHER - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
The response to the request can be found under another URI using a GET method.
ServerType - Enum in com.teamdev.jxbrowser.proxy
The type of proxy server type.
SERVICE_UNAVAILABLE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
setAuthenticationHandler(ServerType, AuthenticationHandler) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setAuthenticationHandler(ServerType, AuthenticationHandler) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Registers an authentication handler for a specified server type that will receive notification when a user name and password for the server is required.
setAutoConfigUrl(URL) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setAutoConfigUrl(URL) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Configures browsers to use the proxy servers that can be configured using auto-configuration URL
setAutoDetectForNetwork(boolean) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setAutoDetectForNetwork(boolean) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Configures browser to automatically detect proxy setting for the current network
setCheckBoxValue(boolean) - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Sets the check box value for storing authentication information.
setConfigurationManually(Map<ServerType, ProxyServer>) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setConfigurationManually(Map<ServerType, ProxyServer>) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Sets the proxy server configuration.
setContent(String) - Method in interface com.teamdev.jxbrowser.Browser
Sets the specified HTML content to the current Browser document.
setContent(String, String) - Method in interface com.teamdev.jxbrowser.Browser
Sets the specified HTML content with the baseURI to the current Browser document.
setContextMenuHandler(ContextMenuHandler) - Method in interface com.teamdev.jxbrowser.PageHost
Sets the handler for the context menu requests that will be nvoked every time the user clicks the right mouse button, or control-clicks, on an element to reveal a contextual menu.
setCookie(HttpCookie, String) - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Stores a specified cookie in browser's cookie storage.
setCookie(List<HttpCookie>, String) - Method in class com.teamdev.jxbrowser.cookie.HttpCookieStorage
Stores cookies from a given list of cookies in browser's cookie storage.
setDefaultBrowserType(BrowserType) - Static method in class com.teamdev.jxbrowser.BrowserFactory
Sets the default browser type that will be used in createBrowser.
setDefaultFont(Font) - Method in interface com.teamdev.jxbrowser.Configurable
Sets the entire font as default font for the current browser.
setDirectConnection() - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setDirectConnection() - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Disables any previous proxy servers configuration and configure browser to use direct connection to the Internet.
setDomain(String) - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Sets the domain.
setExceptions(String) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setExceptions(String) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Sets a string that represents a list of sites and domains that will not be accessed via proxy server.
setFeatures(Map<Feature, Boolean>) - Method in interface com.teamdev.jxbrowser.Configurable
Updates browser features according to the features collection.
setFooter(Headline) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setHeader(Headline) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setHttpSecurityHandler(HttpSecurityHandler) - Method in interface com.teamdev.jxbrowser.security.Security
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.
setInnerHTML(String) - Method in interface com.teamdev.jxbrowser.dom.DOMElement
Sets inner HTML for the current element.
setLocation(Point) - Method in class com.teamdev.jxbrowser.VisualWindowContainer
 
setNewWindowManager(NewWindowManager) - Method in class com.teamdev.jxbrowser.BrowserServices
Sets the new NewWindowManager.
setNumberOfCopies(int) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPageMargins(PageMargins) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPageOrientation(PageOrientation) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPageSize(PaperSize) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPassword(String) - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Sets the password.
setPrintBackgrounds(boolean) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPrinterName(String) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setPromptService(PromptService) - Method in class com.teamdev.jxbrowser.BrowserServices
Sets a new PromptService.
setProxy(ServerType, ProxyServer) - Method in class com.teamdev.jxbrowser.proxy.impl.CommonProxyConfig
 
setProxy(ServerType, ProxyServer) - Method in interface com.teamdev.jxbrowser.proxy.ProxyConfig
Sets the proxy server configuration
setReversed(boolean) - Method in class com.teamdev.jxbrowser.print.PrintSettings
 
setSize(Dimension) - Method in class com.teamdev.jxbrowser.VisualWindowContainer
 
setUserAgent(String) - Method in interface com.teamdev.jxbrowser.Browser
Sets the user-agent string.
setUserName(String) - Method in class com.teamdev.jxbrowser.prompt.LoginParams
Sets the user name.
setValue(String) - Method in class com.teamdev.jxbrowser.prompt.PromptDialogParams
Sets the value of the prompt input field.
setVisible(boolean) - Method in class com.teamdev.jxbrowser.VisualWindowContainer
 
setWebPolicyDelegate(WebPolicyDelegate) - Method in class com.teamdev.jxbrowser.BrowserServices
Sets a new WebPolicyDelegate.
setZoomValue(int) - Method in interface com.teamdev.jxbrowser.Configurable
Sets the zoom value in percent.
showAuthDialog(Component, String, String, String[], String[], String, boolean[]) - Static method in class com.teamdev.jxbrowser.prompt.impl.JAuthDialog
Shoes user name and password input dialog with check box, and wait for it close.
showContextMenu(ContextMenuEvent) - Method in interface com.teamdev.jxbrowser.ContextMenuHandler
Invoked every time the user clicks the right mouse button, or control-clicks, on an element to reveal a contextual menu.
SilentPromptService - Class in com.teamdev.jxbrowser.prompt
The silent PromptService implementation that don't display UI dialogs and just returns the default dialog options.
SilentPromptService() - Constructor for class com.teamdev.jxbrowser.prompt.SilentPromptService
 
started(PrintEvent) - Method in class com.teamdev.jxbrowser.print.PrintAdapter
 
started(PrintEvent) - Method in interface com.teamdev.jxbrowser.print.PrintListener
Invoked when printing is started.
statusChanged(StatusChangedEvent) - Method in interface com.teamdev.jxbrowser.events.StatusListener
Invoked when browser status text has been changed.
StatusChangedEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that the browser status text was changed.
StatusChangedEvent(Browser, String) - Constructor for class com.teamdev.jxbrowser.events.StatusChangedEvent
Constructs a new StatusChangedEvent instance.
StatusListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving events that associated with the browser status text changes.
stop() - Method in interface com.teamdev.jxbrowser.Navigation
Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations.
SWITCHING_PROTOCOLS - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Need to change the protocol

T

TEMPORARY_REDIRECT - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
In this occasion, the request should be repeated with another URI, but future requests can still use the original URI.
THREAD_NAME - Static variable in class com.teamdev.jxbrowser.events.BrowserEventsThread
 
titleChanged(TitleChangedEvent) - Method in interface com.teamdev.jxbrowser.events.TitleListener
Invoked when the document title has been changed.
TitleChangedEvent - Class in com.teamdev.jxbrowser.events
An event which indicates that the document title has been changed.
TitleChangedEvent(Browser, String) - Constructor for class com.teamdev.jxbrowser.events.TitleChangedEvent
Constructs a new TitleChangedEvent instance.
TitleListener - Interface in com.teamdev.jxbrowser.events
The listener interface for receiving events that associated with the loaded document title.
toImage(boolean) - Method in interface com.teamdev.jxbrowser.Browser
Returns an image in which the currently loaded web page is rendered.
toImage(Dimension) - Method in interface com.teamdev.jxbrowser.Browser
Returns an image in which the currently loaded web page is rendered.
toString() - Method in class com.teamdev.jxbrowser.BrowserType
 
toString() - Method in class com.teamdev.jxbrowser.events.NavigationEvent
 
toString() - Method in class com.teamdev.jxbrowser.events.NavigationFinishedEvent
 
toString() - Method in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
toString() - Method in class com.teamdev.jxbrowser.NewWindowParams
 

U

UNAUTHORIZED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.
UNKNOWN - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Unknown navigation status code.
UNPROCESSABLE_ENTITY - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
UnsupportedBrowserType - Class in com.teamdev.jxbrowser
 
UnsupportedBrowserType() - Constructor for class com.teamdev.jxbrowser.UnsupportedBrowserType
 
UnsupportedBrowserTypeException - Exception in com.teamdev.jxbrowser
Thrown when required browser type is unsupported by platform or JxBrowser distribution.
UnsupportedBrowserTypeException(BrowserType) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UnsupportedBrowserTypeException(String) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UnsupportedBrowserTypeException(String, Throwable) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UnsupportedBrowserTypeException(Throwable) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UnsupportedBrowserTypeException(BrowserType, Throwable) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UnsupportedBrowserTypeException(BrowserType, String) - Constructor for exception com.teamdev.jxbrowser.UnsupportedBrowserTypeException
 
UPGRADE_REQUIRED - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
USE_PROXY - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
Many HTTP clients (such as Mozilla and Internet Explorer) don't correctly handle responses with this status code, primarily for security reasons.

V

valueOf(String) - Static method in class com.teamdev.jxbrowser.BrowserType
Returns the constant of a specified type.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.events.HistoryChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.events.NavigationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.MimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.print.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.print.PaperSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.prompt.CloseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.prompt.LoginParams.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.proxy.ProxyConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.proxy.ServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.script.ScriptErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.security.HttpSecurityAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.teamdev.jxbrowser.security.SecurityProblem
Returns the enum constant of this type with the specified name.
values() - Static method in class com.teamdev.jxbrowser.BrowserType
Returns an array containing the BrowserType constants.
values() - Static method in enum com.teamdev.jxbrowser.events.HistoryChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.events.NavigationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.MimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.print.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.print.PaperSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.prompt.CloseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.prompt.LoginParams.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.proxy.ProxyConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.proxy.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.script.ScriptErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.security.HttpSecurityAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.teamdev.jxbrowser.security.SecurityProblem
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class com.teamdev.jxbrowser.events.NavigationStatusCode
 
VisualWindowContainer - Class in com.teamdev.jxbrowser
Use this type of NewWindowContainer if you need to know the size of new window container or configure it according to the popup window features that can be set from JavaScript.
VisualWindowContainer() - Constructor for class com.teamdev.jxbrowser.VisualWindowContainer
 

W

waitReady() - Method in class com.teamdev.jxbrowser.AbstractBrowser
 
waitReady() - Method in interface com.teamdev.jxbrowser.Navigation
Blocks current thread execution on 45 seconds until the document is loaded completely.
WebPolicyDelegate - Interface in com.teamdev.jxbrowser
The WebPolicyDelegate informal protocol allows modifying the policy decisions that Browser class makes when handling URLs or the data objects they represent.

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