- ABNORMAL_TERMINATION_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- ABORT - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- ABORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An operation was aborted (due to user action).
- absoluteImageUrl() - Method in interface com.teamdev.jxbrowser.dom.PointInspection
-
Returns a string that represents the absolute URL of the image located at the point or an
empty string if there is no image at the point.
- absoluteLinkUrl() - Method in interface com.teamdev.jxbrowser.dom.PointInspection
-
Returns a string that represents the absolute URL of the link DOM element at the point or an
empty string if there is no link at the point.
- AbstractDialogCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The abstract superclass for the default dialog callbacks.
- AbstractDialogCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The abstract superclass for the default dialog callbacks.
- acceptableExtensions() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Params
-
Returns the list of the file extensions acceptable by the file chooser.
- acceptableExtensions() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Params
-
Returns the list of the file extensions acceptable by the file chooser.
- ACCEPTED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- acceptLanguage() - Method in interface com.teamdev.jxbrowser.net.Network
-
Returns a string that represents the Accept-Language request-header field.
- acceptLanguage(String) - Method in interface com.teamdev.jxbrowser.net.Network
-
Configures the accept language.
- ACCESS_DENIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Permission to access a resource, other than the network, was denied.
- ACCESSIBILITY_EVENTS_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.AlertCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.OpenFolderCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.PrintCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.PromptCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.SaveAsPdfCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.SelectColorCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Action
-
- action() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Returns the value of the action attribute of this form.
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.download.callback.StartDownloadCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Action
-
- Action(Consumer<Response>) - Constructor for class com.teamdev.jxbrowser.permission.callback.RequestPermissionCallback.Action
-
- add(String) - Method in interface com.teamdev.jxbrowser.spellcheck.Dictionary
-
Adds the given word
to the dictionary and schedules a write to disk.
- ADD_USER_CERT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An error adding to the OS certificate database (e.g.
- addEventListener(EventType, Observer<Event>, boolean) - Method in interface com.teamdev.jxbrowser.dom.event.EventTarget
-
Adds the given listener
to the event target.
- addExtraHeader(HttpHeader) - Method in class com.teamdev.jxbrowser.navigation.LoadUrlParams.Builder
-
Adds an extra HTTP header to the HTTP headers that will be sent to the resource.
- addHttpHeader(HttpHeader) - Method in class com.teamdev.jxbrowser.net.UrlRequestJob.Options.Builder
-
Adds the HTTP header to the list of the HTTP headers.
- addPair(FormData.Pair) - Method in class com.teamdev.jxbrowser.net.FormData.Builder
-
Sets the key-value pair that represents a segment of the form data.
- addPair(MultipartFormData.Pair) - Method in class com.teamdev.jxbrowser.net.MultipartFormData.Builder
-
Sets the key-value pair that represents a segment of the multi-part form data.
- ADDRESS_IN_USE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Returned when attempting to bind an address that is already in use.
- ADDRESS_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The IP address or port number is invalid (e.g., cannot connect to the IP
address 0 or the port 0).
- ADDRESS_UNREACHABLE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The IP address is unreachable.
- addSwitch(String) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Adds the switch to the list of the switches that will be passed to the Chromium process.
- addToDictionaryMenuItemText() - Method in interface com.teamdev.jxbrowser.menu.SpellCheckMenu
-
Returns a string that represents the localized text of the "Add to Dictionary" menu item.
- Advisable<P extends Callback> - Interface in com.teamdev.jxbrowser.callback
-
A common interface that all objects providing callbacks must implement.
- AlertCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when JavaScript alert dialog should be displayed.
- AlertCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- AlertCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- allow() - Method in class com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Action
-
Notifies the browser that the certificate error must be ignored.
- allow() - Static method in interface com.teamdev.jxbrowser.plugin.callback.AllowPluginCallback.Response
-
Notifies the engine that the plugin is allowed to be used.
- allowFileAccessFromFiles() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Allows file access from files for the
Engine
instance.
- allowJavaScriptAccessClipboard() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Allows JavaScript code on the web pages loaded in the browser to access clipboard.
- allowLoadingImagesAutomatically() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Allows loading images automatically on the web pages loaded in the browser.
- AllowPluginCallback - Interface in com.teamdev.jxbrowser.plugin.callback
-
This callback is invoked when the engine wants to check whether a specific plugin is allowed or
not.
- AllowPluginCallback.Params - Interface in com.teamdev.jxbrowser.plugin.callback
-
- AllowPluginCallback.Response - Interface in com.teamdev.jxbrowser.plugin.callback
-
- allowRunningInsecureContent() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Allows running an insecure content in the browser.
- allowScriptsToCloseWindows() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Allows JavaScript code on the web pages loaded in the browser to close the browser.
- alpha() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns the opacity channel value in the 0..1
range.
- alpha(float) - Method in class com.teamdev.jxbrowser.ui.Color.Builder
-
Sets the alpha channel value in the 0..1
range
- altDown(boolean) - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Sets the flag indicating whether the Alt is down.
- altGraphDown(boolean) - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Sets the flag indicating whether the AltGraph is down.
- ANY_UNORDERED_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents a single node matching the XPath expression.
- ANY_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result type is not set.
- appendChild(Node) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Adds the given node
as a child of the current node to the end of its children list.
- asBoolean() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns the XPath result represented as a boolean.
- asNumber() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns the XPath result represented as a number.
- asSingleNode() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns an Optional
that contains the XPath result represented as a single node or an
empty Optional
if it does not exist.
- asSnapshotNodes() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns the XPath result represented as an immutable list of the snapshot nodes.
- asString() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns the XPath result represented as a string.
- AsyncCallback<P,R extends AsyncCallbackAction> - Interface in com.teamdev.jxbrowser.callback
-
A common interface that all asynchronous callbacks must extend.
- AsyncCallbackAction<R> - Class in com.teamdev.jxbrowser.callback
-
An action providing a response to an asynchronous callback.
- AT_TARGET_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Indicates that the event is being evaluated at the event target.
- ATTRIBUTE_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an attribute of the HTML element.
- attributes() - Method in interface com.teamdev.jxbrowser.dom.Element
-
Returns an immutable map that contains attributes of the element.
- attributeValue(String) - Method in interface com.teamdev.jxbrowser.dom.Element
-
Returns a string that represents the value of the attribute with the given attrName
.
- audio() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns Audio
that allows controlling audio on a web page loaded in the current
browser instance.
- Audio - Interface in com.teamdev.jxbrowser.media
-
Allows controlling audio on the loaded web page and receive notifications when audio has been
started or stopped playing.
- audio() - Method in interface com.teamdev.jxbrowser.media.event.AudioEvent
-
Returns the Audio
instance initiated this event.
- audio() - Method in interface com.teamdev.jxbrowser.media.event.AudioStartedPlaying
-
- audio() - Method in interface com.teamdev.jxbrowser.media.event.AudioStoppedPlaying
-
- AUDIO_CAPTURE_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- AUDIO_DEVICE_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- AUDIO_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- AudioEvent - Interface in com.teamdev.jxbrowser.media.event
-
An audio event on the loaded web page.
- AudioStartedPlaying - Interface in com.teamdev.jxbrowser.media.event
-
An event indicating that an audio has been started playing on the web page.
- AudioStoppedPlaying - Interface in com.teamdev.jxbrowser.media.event
-
An event indicating that an audio has been stopped playing on the web page.
- authenticate(String, String) - Method in class com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Action
-
Notifies the engine that the authentication should be performed with the particular
userName
and password
.
- AuthenticateCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback that is invoked when an HTTP request receives an authentication challenge and is
unable to respond using cached credentials.
- AuthenticateCallback.Action - Class in com.teamdev.jxbrowser.net.callback
-
- AuthenticateCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- AUTHORITY_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- AutoDetectProxyConfig - Class in com.teamdev.jxbrowser.net.proxy
-
With this proxy configuration the connection automatically detects proxy settings.
- BACKGROUND_SYNC_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- backgroundColor(Color) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given background color
for the selected
text in a WYSIWYG editor.
- backgroundColor(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given background colorName
for the selected
text in a WYSIWYG editor.
- BAD_GATEWAY - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- BAD_REQUEST - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- BAD_SSL_CLIENT_AUTH_CERT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The SSL handshake failed because of a bad or missing client certificate.
- baseUri() - Method in interface com.teamdev.jxbrowser.dom.Document
-
Returns a string that represents the <base>
element's href
attribute if one
is present.
- baseUrl() - Method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Returns a string that represents the URL that will be used to resolve links with a relative
path in the HTML document.
- baseUrl(String) - Method in class com.teamdev.jxbrowser.frame.LoadDataParams.Builder
-
Sets the URL that will be used to resolve links with a relative path in the HTML
document.
- baseUrl() - Method in interface com.teamdev.jxbrowser.frame.LoadHtmlParams
-
Returns a string that represents the URL that will be used to resolve links with a relative
path in the HTML document or an empty string if the URL has not been specified.
- baseUrl(String) - Method in class com.teamdev.jxbrowser.frame.LoadHtmlParams.Builder
-
Sets the URL that will be used to resolve links with a relative path in the HTML
document.
- BeforeFormRepostCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when a web page with POST data is going to be reloaded and the user must
confirm that the POST data can be resubmitted.
- BeforeFormRepostCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- BeforeFormRepostCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- BeforeSendHeadersCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback that is invoked when a URL request is about to occur and the initial HTTP headers
have been prepared.
- BeforeSendHeadersCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeSendHeadersCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeSendProxyHeadersCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback that is invoked when a URL request is about to occur and the initial HTTP headers
have been prepared through the proxy connection.
- BeforeSendProxyHeadersCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeSendProxyHeadersCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeSendUploadDataCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback that is invoked before the upload data is sent to the web server.
- BeforeSendUploadDataCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeSendUploadDataCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeStartTransactionCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback that is invoked before the network transaction starts.
- BeforeStartTransactionCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeStartTransactionCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeUnloadCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the web page is about to be unloaded.
- BeforeUnloadCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- BeforeUnloadCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- BeforeUrlRequestCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked when an HTTP request is about to occur.
- BeforeUrlRequestCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- BeforeUrlRequestCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- BLOCK_SCROLL_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.ScrollType
-
Defines the scroll by page.
- BLOCKED_BY_ADMINISTRATOR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The request was blocked by the URL blacklist configured by the domain administrator.
- BLOCKED_BY_CLIENT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The client chose to block the request.
- blue() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns the blue channel value in the 0..1
range.
- blue(float) - Method in class com.teamdev.jxbrowser.ui.Color.Builder
-
Sets the blue channel value in the 0..1
range
- BLUR - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- bold() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the selected text bold in a WYSIWYG editor.
- BOOLEAN_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result contains a single boolean value.
- boundingClientRect() - Method in interface com.teamdev.jxbrowser.dom.Element
-
Returns a
Rect
object representing the bounds of the element and its position
relative to the top-left of the viewport of the current document.
- bounds() - Method in interface com.teamdev.jxbrowser.browser.event.UpdateBoundsRequested
-
Returns the new bounds in screen coordinates.
- Browser - Interface in com.teamdev.jxbrowser.browser
-
A web browser control that allows loading a web page or a local HTML file, accessing DOM and
executing JavaScript on the loaded web page, getting notifications about loading progress,
dispatching keyboard and mouse events, etc.
- browser() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns the Browser
instance requested to display this context menu.
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.BrowserBecameResponsive
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.BrowserBecameUnresponsive
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.BrowserClosed
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.BrowserEvent
-
Returns the Browser
instance initiated this event.
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.ConsoleMessageReceived
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FocusGained
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FocusLost
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FrameCreated
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FrameDeleted
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FullScreenEntered
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.FullScreenExited
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.RenderProcessStarted
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.RenderProcessTerminated
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.SpellCheckCompleted
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.StatusChanged
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.TitleChanged
-
- browser() - Method in interface com.teamdev.jxbrowser.browser.event.UpdateBoundsRequested
-
- browser() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns the Browser
instance of this frame.
- BROWSER_PLUGIN_VALUE - Static variable in enum com.teamdev.jxbrowser.plugin.PluginType
-
- BrowserAsyncCallback<P,R extends AsyncCallbackAction> - Interface in com.teamdev.jxbrowser.browser.callback
-
A common interface for all asynchronous browser callbacks.
- BrowserBecameResponsive - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has become responsive.
- BrowserBecameUnresponsive - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has become unresponsive.
- BrowserCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
An interface that all browser callbacks must extend.
- BrowserClosed - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has been closed.
- BrowserClosing - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the Browser
instance is about to close.
- BrowserEvent - Interface in com.teamdev.jxbrowser.browser.event
-
An interface that all browser events must extend.
- browsers() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns an immutable list of alive Browser
instances including child popup browsers
for this engine or an empty list if this engine does not have any alive Browser
.
- BrowserSettings - Interface in com.teamdev.jxbrowser.browser
-
The settings of the browser.
- BrowserSyncCallback<P,R> - Interface in com.teamdev.jxbrowser.browser.callback
-
A common interface that all synchronous browser callbacks must extend.
- BrowserView - Class in com.teamdev.jxbrowser.view.javafx
-
A JavaFX UI component that displays content of the resources loaded in the
Browser
instance associated with it.
- BrowserView - Class in com.teamdev.jxbrowser.view.swing
-
A Swing UI component that displays content of the resources loaded in the
Browser
instance associated with it.
- bubbles(boolean) - Method in class com.teamdev.jxbrowser.dom.event.EventParams.Builder
-
Sets the flag indicating whether the event bubbles up through the DOM.
- BUBBLING_PHASE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Indicates that the event is moving from the event target up to the root.
- build() - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Returns a new
Cookie
built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.dom.event.EventParams.Builder
-
Returns a new
EventParams
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.dom.event.KeyEventParams.Builder
-
Returns a new
KeyEventParams
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Returns a new
MouseEventParams
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.dom.event.UiEventModifierParams.Builder
-
- build() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
- build() - Method in class com.teamdev.jxbrowser.frame.LoadDataParams.Builder
-
Returns a new
LoadDataParams
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.frame.LoadHtmlParams.Builder
-
Returns a new
LoadDataParams
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.navigation.LoadUrlParams.Builder
-
Returns a new
LoadUrlParams
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.net.File.Builder
-
Returns a new
File
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.net.FormData.Builder
-
Returns a new
FormData
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.net.MultipartFormData.Builder
-
Returns a new
MultipartFormData
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.net.UrlRequestJob.Options.Builder
-
- build() - Method in class com.teamdev.jxbrowser.search.FindOptions.Builder
-
Returns a new
FindOptions
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.Color.Builder
-
Returns a new com.teamdev.jxbrowser.ui.internal.rpc.Color
instance built from the
current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.KeyPressed.Builder
-
Returns a new
KeyPressed
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.KeyReleased.Builder
-
Returns a new
KeyReleased
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.KeyTyped.Builder
-
Returns a new
KeyTyped
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseDragged.Builder
-
Returns a new
MouseDragged
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseEntered.Builder
-
Returns a new
MouseEntered
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseExited.Builder
-
Returns a new
MouseExited
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseMoved.Builder
-
Returns a new
MouseMoved
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MousePressed.Builder
-
Returns a new
MousePressed
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseReleased.Builder
-
Returns a new
MouseReleased
instance built from the current state of this
builder.
- build() - Method in class com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Returns a new
MouseWheel
instance built from the current state of this builder.
- build() - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Returns a new
KeyModifiers
instance built from the current state of this
builder.
- button() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEvent
-
Returns a button pressed during events caused by pressing or releasing one or multiple
buttons.
- button(MouseEvent.Button) - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Sets the mouse button that triggered the event.
- button() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns a button pressed during events caused by pressing or releasing one or multiple
buttons.
- button(MouseButton) - Method in class com.teamdev.jxbrowser.ui.event.MouseDragged.Builder
-
Sets the button that is pressed during the move.
- button() - Method in interface com.teamdev.jxbrowser.ui.event.MouseDragged
-
Returns the button that is pressed during the move.
- button(MouseButton) - Method in class com.teamdev.jxbrowser.ui.event.MousePressed.Builder
-
Sets the button that is pressed.
- button() - Method in interface com.teamdev.jxbrowser.ui.event.MousePressed
-
Returns the pressed mouse button.
- button(MouseButton) - Method in class com.teamdev.jxbrowser.ui.event.MouseReleased.Builder
-
Sets the button that is released.
- button() - Method in interface com.teamdev.jxbrowser.ui.event.MouseReleased
-
Returns the released mouse button.
- BytesData - Interface in com.teamdev.jxbrowser.net
-
An upload data as a sequence of bytes.
- BytesReceived - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the amount of bytes has been received from the network, such as after
receiving headers or reading raw response bytes.
- BytesSent - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the amount of bytes has been sent over the network, such as when sending
request headers or uploading request body bytes.
- bytesValue(byte[]) - Method in class com.teamdev.jxbrowser.net.File.Builder
-
Sets the byte sequence representing the file upload data segment.
- bytesValue() - Method in interface com.teamdev.jxbrowser.net.File
-
Returns the file value as an array of bytes.
- C_DATA_SECTION_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a [CDATA]
section.
- CACHE_CHECKSUM_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The cache found an entry with an invalid checksum.
- CACHE_CHECKSUM_READ_FAILURE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The cache was unable to read a checksum record on an entry.
- CACHE_CREATE_FAILURE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The disk cache is unable to create this entry.
- CACHE_MISS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The cache does not have the requested entry.
- CACHE_OPEN_FAILURE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The disk cache is unable to open this entry.
- CACHE_OPERATION_NOT_SUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The operation is not supported for this entry.
- CACHE_RACE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Multiple transactions are racing to create disk cache entries.
- CACHE_READ_FAILURE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Unable to read from the disk cache.
- CACHE_WRITE_FAILURE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Unable to write to the disk cache.
- call(String, Object...) - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Executes the function with the given methodName
and the args
in the
JavaScript object.
- Callback - Interface in com.teamdev.jxbrowser.callback
-
A common interface that all callbacks must extend.
- can() - Static method in interface com.teamdev.jxbrowser.net.callback.CanAccessFileCallback.Response
-
Notifies the engine that the request can access the required file.
- can() - Static method in interface com.teamdev.jxbrowser.net.callback.CanGetCookiesCallback.Response
-
Notifies the engine that the cookies can be sent.
- can() - Static method in interface com.teamdev.jxbrowser.net.callback.CanSetCookieCallback.Response
-
Notifies the engine that the received cookie can be set.
- CanAccessFileCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked when the engine checks if the given file can be accessed or not.
- CanAccessFileCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- CanAccessFileCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Action
-
Notifies the browser that the page reloading must be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Action
-
Notifies the browser that loading must be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Action
-
Notifies the browser that the JavaScript confirmation dialog should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Action
-
Notifies the browser that the file chooser dialog should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Action
-
Notifies the browser that the file chooser dialog should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.OpenFolderCallback.Action
-
Notifies the browser that the folder chooser dialog should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.PrintCallback.Action
-
Notifies the browser that the printing should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.PromptCallback.Action
-
Notifies the browser that the JavaScript prompt dialog should be canceled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.SaveAsPdfCallback.Action
-
Notifies the browser that the save file dialog was cancelled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Action
-
Notifies the browser that the SSL authorization should be cancelled.
- cancel() - Method in class com.teamdev.jxbrowser.browser.callback.SelectColorCallback.Action
-
Notifies the browser that the user has canceled color selection.
- cancel() - Method in class com.teamdev.jxbrowser.download.callback.StartDownloadCallback.Action
-
Notifies the engine that the file download should be canceled.
- cancel() - Method in interface com.teamdev.jxbrowser.download.Download
-
Cancels this download.
- cancel() - Method in class com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Action
-
Notifies the engine that the authentication should be canceled.
- cancel() - Static method in interface com.teamdev.jxbrowser.net.callback.LoadResourceCallback.Response
-
Notifies the engine that the resource loading should be canceled.
- cancelable(boolean) - Method in class com.teamdev.jxbrowser.dom.event.EventParams.Builder
-
Sets the flag indicating whether the event can be canceled, and therefore prevented as if
the event never happened.
- cancelActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Params
-
Returns a string that represents the localized text of the "Cancel" action.
- cancelActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Params
-
Returns a string that represents the localized text of the "Cancel" action.
- cancelActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the localized text of the "Cancel" action.
- cancelActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns a string that represents the localized text of the "Cancel" action.
- CANCELLED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.DownloadState
-
The download has been cancelled.
- CanGetCookiesCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked to check if the engine can access the given cookie or not.
- CanGetCookiesCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- CanGetCookiesCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- canGoBack() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Indicates whether the previous location can be loaded.
- canGoForward() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Indicates whether the next location can be loaded.
- cannot() - Static method in interface com.teamdev.jxbrowser.net.callback.CanAccessFileCallback.Response
-
Notifies the engine that the request cannot access the required file.
- cannot() - Static method in interface com.teamdev.jxbrowser.net.callback.CanGetCookiesCallback.Response
-
Notifies the engine that access to the requested cookies is forbidden and they will not
be sent to a web server.
- cannot() - Static method in interface com.teamdev.jxbrowser.net.callback.CanSetCookieCallback.Response
-
Notifies the engine that the received cookie should be ignored.
- CanSetCookieCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked to check if the given cookie can be set or not.
- CanSetCookieCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- CanSetCookieCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- CANVAS_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- CAPTURING_PHASE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Indicates that the event is moving from the document root down the event target.
- CERT_AUTHORITY_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that is signed by an authority we don't trust.
- CERT_COMMON_NAME_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate whose common name did not match the host name.
- CERT_CONTAINS_ERRORS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that contains errors.
- CERT_DATE_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that, by our clock, appears to
either not yet be valid or to have expired.
- CERT_END_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The value immediately past the last certificate error code.
- CERT_ERROR_IN_SSL_RENEGOTIATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
During SSL renegotiation (re-handshake), the server sent a certificate with an error.
- CERT_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that is invalid.
- CERT_NO_REVOCATION_MECHANISM_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The certificate has no mechanism for determining if it is revoked.
- CERT_NON_UNIQUE_NAME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The host name specified in the certificate is not unique.
- CERT_REVOKED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate has been revoked.
- CERT_UNABLE_TO_CHECK_REVOCATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Revocation information for the security certificate for this site is not
available.
- CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
Reserved value.
- CERT_WEAK_KEY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that contains a weak key (e.g.
- CERT_WEAK_SIGNATURE_ALGORITHM_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded with a certificate that is signed using a weak
signature algorithm.
- certificate() - Method in interface com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Params
-
Returns the SSL certificate bound to the request which the certificate error occurred
in.
- certificate() - Method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Params
-
Returns the certificate that is requested to be verified.
- Certificate - Interface in com.teamdev.jxbrowser.net.tls
-
An SSL certificate instance such as an X.509 certificate providing an SSL server identity.
- CERTIFICATE_TRANSPARENCY_REQUIRED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- CertificateErrorCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
The callback is invoked when an SSL certificate error occurs during loading a web page.
- CertificateErrorCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- CertificateErrorCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- certificates() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns an immutable list of the certificates allowed by the server.
- CertVerificationStatus - Enum in com.teamdev.jxbrowser.net.tls
-
The certificate verification statuses.
- CHANGE - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- charset() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns a string that represents the charset data in the lower case retrieved from the
Content-Type
header.
- check() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Sets the checked
attribute of the input
DOM element with the type
'checkbox' or 'radio' to true
.
- CHECKABLE_ITEM_VALUE - Static variable in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
The context menu item is a checkable item.
- checkedText() - Method in interface com.teamdev.jxbrowser.browser.event.SpellCheckCompleted
-
Returns a string that represents the text that has been checked by the spell checker.
- checkEnvironment() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Checks the current operation system name and version, JRE version and throws the
EnvironmentException
error if they do not meet the minimal operating system and JRE
requirements.
- children() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns an immutable list of all children of this node.
- children() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns the list of child frames or an empty list if this frame does not have any children.
- chromiumDir(Path) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the absolute path to the directory where Chromium binaries are located.
- chromiumDir() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an absolute path to the directory where Chromium binaries are located or the empty
string if it was not set.
- ChromiumProcessStartupFailureException - Exception in com.teamdev.jxbrowser.engine
-
Thrown when startup of the Chromium process has been failed.
- ChromiumProcessStartupFailureException() - Constructor for exception com.teamdev.jxbrowser.engine.ChromiumProcessStartupFailureException
-
Constructs a new instance of the ChromiumProcessStartupFailureException
.
- ChromiumProcessStartupFailureException(ExitCode) - Constructor for exception com.teamdev.jxbrowser.engine.ChromiumProcessStartupFailureException
-
- chromiumVersion() - Static method in class com.teamdev.jxbrowser.VersionInfo
-
Returns a string that represents Chromium build version compatible with the current JxBrowser
version.
- clearDiskCache(Runnable) - Method in interface com.teamdev.jxbrowser.cache.HttpCache
-
Marks all entries in the disk cache for deletion and notifies when it is completed via the
passed callback.
- CLICK - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- click() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Simulates a click on the node.
- clickCount() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEvent
-
Returns the count of consecutive clicks that happened in a short amount of time for mouse
events, such as "click", "mouseDown, "mouseUp".
- clickCount(int) - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Sets the count of consecutive clicks that happened in a short amount of time for mouse
events.
- clickCount() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns the count of consecutive clicks that happened in a short amount of time for mouse
events, such as "click", "mouseDown, "mouseUp".
- clickCount(int) - Method in class com.teamdev.jxbrowser.ui.event.MousePressed.Builder
-
Sets the count of consecutive clicks that happened in a short amount of time.
- clickCount() - Method in interface com.teamdev.jxbrowser.ui.event.MousePressed
-
Returns the count of consecutive clicks that happened in a short amount of time.
- clickCount(int) - Method in class com.teamdev.jxbrowser.ui.event.MouseReleased.Builder
-
Sets the count of consecutive clicks that happened in a short amount of time.
- clickCount() - Method in interface com.teamdev.jxbrowser.ui.event.MouseReleased
-
Returns the count of consecutive clicks that happened in a short amount of time.
- CLIENT_AUTH_CERT_TYPE_UNSUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server request for client certificate did not contain any types we support.
- ClientCertificate - Interface in com.teamdev.jxbrowser.net.tls
-
A client SSL certificate.
- clientLocation() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEvent
-
Returns the location of the mouse cursor in the component's coordinate system at the time the
event occurred.
- clientLocation(Point) - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Sets the location of the mouse cursor in the component's coordinate system at the time
the event occurred.
- clientLocation() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns the location of the mouse cursor in the component's coordinate system at the time the
event occurred.
- CLIPBOARD_READ_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- CLIPBOARD_WRITE_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- close() - Method in class com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Action
-
Notifies the browser that the context menu should be closed without selecting any context
menu item.
- close() - Method in interface com.teamdev.jxbrowser.Closeable
-
Closes this object and releases all resources associated with it.
- Closeable - Interface in com.teamdev.jxbrowser
-
An object that may hold resources until it is closed.
- Color - Interface in com.teamdev.jxbrowser.ui
-
A numeric model of an RGB color.
- Color.Builder - Class in com.teamdev.jxbrowser.ui
-
- com.teamdev.jxbrowser - package com.teamdev.jxbrowser
-
Contains all of the classes for creating and working with engines and browsers.
- com.teamdev.jxbrowser.annotation - package com.teamdev.jxbrowser.annotation
-
This package contains common annotation types for Java code.
- com.teamdev.jxbrowser.browser - package com.teamdev.jxbrowser.browser
-
This package provides the classes that allow you to work with browsers.
- com.teamdev.jxbrowser.browser.callback - package com.teamdev.jxbrowser.browser.callback
-
This package provides the classes that allow you to work with browser events.
- com.teamdev.jxbrowser.browser.event - package com.teamdev.jxbrowser.browser.event
-
This package provides the classes that allow you to work with browser events.
- com.teamdev.jxbrowser.cache - package com.teamdev.jxbrowser.cache
-
Contains classes that allow you to work with cache.
- com.teamdev.jxbrowser.callback - package com.teamdev.jxbrowser.callback
-
The browser callbacks.
- com.teamdev.jxbrowser.cookie - package com.teamdev.jxbrowser.cookie
-
Contains classes that allow you to manage cookies.
- com.teamdev.jxbrowser.dom - package com.teamdev.jxbrowser.dom
-
Provides the interfaces and classes for the Document Object Model (DOM).
- com.teamdev.jxbrowser.dom.event - package com.teamdev.jxbrowser.dom.event
-
Contains the classes and interfaces of the DOM events.
- com.teamdev.jxbrowser.download - package com.teamdev.jxbrowser.download
-
This package provides the classes that allow you to manage downloads.
- com.teamdev.jxbrowser.download.callback - package com.teamdev.jxbrowser.download.callback
-
The download service callbacks.
- com.teamdev.jxbrowser.download.event - package com.teamdev.jxbrowser.download.event
-
The download activity events.
- com.teamdev.jxbrowser.engine - package com.teamdev.jxbrowser.engine
-
This package provides the classes that allow you to work with engines.
- com.teamdev.jxbrowser.engine.event - package com.teamdev.jxbrowser.engine.event
-
The engine events.
- com.teamdev.jxbrowser.event - package com.teamdev.jxbrowser.event
-
The engine and browser events.
- com.teamdev.jxbrowser.frame - package com.teamdev.jxbrowser.frame
-
This package provides the classes that allow you to work with frames in browser.
- com.teamdev.jxbrowser.js - package com.teamdev.jxbrowser.js
-
This package provides classes that allow you to work with the JavaScript to Java bridge.
- com.teamdev.jxbrowser.logging - package com.teamdev.jxbrowser.logging
-
Provides classes that allow you to configure logging.
- com.teamdev.jxbrowser.media - package com.teamdev.jxbrowser.media
-
Provides interfaces and classes for working with media content and devices.
- com.teamdev.jxbrowser.media.event - package com.teamdev.jxbrowser.media.event
-
The media related events.
- com.teamdev.jxbrowser.menu - package com.teamdev.jxbrowser.menu
-
This package contains interfaces and classes for working with context menu.
- com.teamdev.jxbrowser.navigation - package com.teamdev.jxbrowser.navigation
-
Contains classes and interfaces for working with navigation.
- com.teamdev.jxbrowser.navigation.callback - package com.teamdev.jxbrowser.navigation.callback
-
The navigation callbacks.
- com.teamdev.jxbrowser.navigation.event - package com.teamdev.jxbrowser.navigation.event
-
The navigation events.
- com.teamdev.jxbrowser.net - package com.teamdev.jxbrowser.net
-
Contains classes and interfaces for working with network.
- com.teamdev.jxbrowser.net.callback - package com.teamdev.jxbrowser.net.callback
-
The network service callbacks.
- com.teamdev.jxbrowser.net.event - package com.teamdev.jxbrowser.net.event
-
The network service events.
- com.teamdev.jxbrowser.net.proxy - package com.teamdev.jxbrowser.net.proxy
-
Provides classes that allow you to configure proxy.
- com.teamdev.jxbrowser.net.tls - package com.teamdev.jxbrowser.net.tls
-
Contains classes and interfaces for working with SSL certificates.
- com.teamdev.jxbrowser.os - package com.teamdev.jxbrowser.os
-
Provides the utility classes and interfaces for working with the operating system related
functionality.
- com.teamdev.jxbrowser.permission - package com.teamdev.jxbrowser.permission
-
This package provides classes that allow you to work with permissions.
- com.teamdev.jxbrowser.permission.callback - package com.teamdev.jxbrowser.permission.callback
-
The permission service callbacks.
- com.teamdev.jxbrowser.plugin - package com.teamdev.jxbrowser.plugin
-
Contains classes and interfaces for filtering the available plugins.
- com.teamdev.jxbrowser.plugin.callback - package com.teamdev.jxbrowser.plugin.callback
-
The plugin service callbacks.
- com.teamdev.jxbrowser.search - package com.teamdev.jxbrowser.search
-
Provides the classes and interfaces for working with search functionality.
- com.teamdev.jxbrowser.spellcheck - package com.teamdev.jxbrowser.spellcheck
-
This package provides classes and interfaces for spell checking.
- com.teamdev.jxbrowser.time - package com.teamdev.jxbrowser.time
-
The utility classes for working with time.
- com.teamdev.jxbrowser.ui - package com.teamdev.jxbrowser.ui
-
The utility classes for the user interface (UI) related functionality.
- com.teamdev.jxbrowser.ui.event - package com.teamdev.jxbrowser.ui.event
-
The user interface events.
- com.teamdev.jxbrowser.view.javafx - package com.teamdev.jxbrowser.view.javafx
-
Contains a JavaFX UI component that displays content of
Browser
.
- com.teamdev.jxbrowser.view.javafx.callback - package com.teamdev.jxbrowser.view.javafx.callback
-
Contains the implementations of the callbacks that display JavaFX UI dialogs.
- com.teamdev.jxbrowser.view.swing - package com.teamdev.jxbrowser.view.swing
-
Contains a Swing UI component that displays content of
Browser
.
- com.teamdev.jxbrowser.view.swing.callback - package com.teamdev.jxbrowser.view.swing.callback
-
Contains the implementations of the callbacks that display Swing UI dialogs.
- com.teamdev.jxbrowser.zoom - package com.teamdev.jxbrowser.zoom
-
This package contains the classes and interfaces for working with zoom on the web pages.
- com.teamdev.jxbrowser.zoom.event - package com.teamdev.jxbrowser.zoom.event
-
The zoom events.
- COMMENT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a content between between the <!--
and -->
statements.
- COMMON_NAME_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- complete() - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob
-
Notifies the engine that all the response data chunks are written and the request should be
completed.
- COMPLETE_HTML_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.SavePageType
-
The complete web page with all its resources will be saved.
- COMPLETE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.DownloadState
-
The download is completely finished.
- config() - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Returns the current proxy configuration.
- config(AutoDetectProxyConfig) - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Updates the current proxy configuration with the given config
.
- config(CustomProxyConfig) - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Updates the current proxy configuration with the given config
.
- config(DirectProxyConfig) - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Updates the current proxy configuration with the given config
.
- config(SystemProxyConfig) - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Updates the current proxy configuration with the given config
.
- config(UrlProxyConfig) - Method in interface com.teamdev.jxbrowser.net.proxy.Proxy
-
Updates the current proxy configuration with the given config
.
- ConfirmCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when JavaScript confirmation dialog should be displayed.
- ConfirmCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- ConfirmCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- CONFLICT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- CONNECTION_ABORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection timed out as a result of not receiving an ACK for data sent.
- CONNECTION_CLOSED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection was closed (corresponding to a TCP FIN).
- CONNECTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection attempt failed.
- CONNECTION_REFUSED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection attempt was refused.
- CONNECTION_RESET_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection was reset (corresponding to a TCP RST).
- CONNECTION_TIMED_OUT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A connection attempt timed out.
- CONSOLE_MESSAGE_LEVEL_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
Reserved value.
- consoleMessage() - Method in interface com.teamdev.jxbrowser.browser.event.ConsoleMessageReceived
-
Returns the console message that has been received.
- ConsoleMessage - Interface in com.teamdev.jxbrowser.js
-
A JavaScript console message.
- ConsoleMessageLevel - Enum in com.teamdev.jxbrowser.js
-
Console message levels.
- ConsoleMessageReceived - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that a JavaScript console message has been received.
- CONTENT_DECODING_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Content decoding of the response body failed.
- CONTENT_LENGTH_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response body transferred fewer bytes than were advertised by the
Content-Length header when the connection is closed.
- contentDocument() - Method in interface com.teamdev.jxbrowser.dom.FrameElement
-
Returns an Optional
that contains the document of the current FRAME/IFRAME element if
it exists, otherwise an empty Optional
.
- contentLength() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns the value of the Content-Length
header.
- contentType(String) - Method in class com.teamdev.jxbrowser.net.File.Builder
-
Sets the file content type determined by the file extension.
- contentType() - Method in interface com.teamdev.jxbrowser.net.File
-
Returns a string that represents the content type determined by the file extension.
- ContextMenuItem - Interface in com.teamdev.jxbrowser.menu
-
A custom context menu item.
- ContextMenuItemType - Enum in com.teamdev.jxbrowser.menu
-
The context menu item types.
- CONTINUE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- controlDown(boolean) - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Sets the flag indicating whether the Control is down.
- controls() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Returns an immutable list of the form controls or an empty list if the form got no controls
on it.
- Cookie - Interface in com.teamdev.jxbrowser.cookie
-
An HTTP cookie.
- cookie() - Method in interface com.teamdev.jxbrowser.net.callback.CanSetCookieCallback.Params
-
Returns the cookie received from a web server.
- Cookie.Builder - Class in com.teamdev.jxbrowser.cookie
-
- cookies() - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Returns an immutable list of all the cookies available in the cookie store.
- cookies(String) - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Returns an immutable list of all the cookies available in the cookie store and associated
with the given url
.
- cookies() - Method in interface com.teamdev.jxbrowser.net.callback.CanGetCookiesCallback.Params
-
Returns an immutable list of cookies that are going to be sent with the URL request.
- CookieStore - Interface in com.teamdev.jxbrowser.cookie
-
A service that allows working with the session and persistent cookies.
- cookieStore() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns the cookie store that allows managing cookies.
- copy() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows copying the selected text in the frame.
- count() - Method in interface com.teamdev.jxbrowser.net.event.BytesReceived
-
Returns the number of bytes measured at the application layer that have been received over
the network for this request since the last time this event was called.
- count() - Method in interface com.teamdev.jxbrowser.net.event.BytesSent
-
Returns the number of bytes measured at the application layer that have been sent over the
network for this request since the last time this event was called.
- CRASH_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The browser crashed.
- create() - Static method in interface com.teamdev.jxbrowser.browser.callback.CreatePopupCallback.Response
-
Returns the Response
instance that indicates that the popup can be created.
- CREATED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- createElement(String) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates and returns a new DOM element with the given tagName
.
- createEvent(EventType, EventParams) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates and returns a new
Event
object with the given
eventType
and
params
.
- createKeyDownEvent(KeyEventParams) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates a new
KeyEvent
instance with the
EventType.KEY_DOWN
event type and
the given
params
.
- createKeyPressEvent(KeyEventParams) - Method in interface com.teamdev.jxbrowser.dom.Document
-
- createKeyUpEvent(KeyEventParams) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates a new
KeyEvent
instance with the
EventType.KEY_UP
event type and the
given
params
.
- createLink(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the link to the specified URL
in a WYSIWYG
editor.
- createMouseEvent(EventType, MouseEventParams) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates and returns a new MouseEvent
object with the given eventType
and
params
.
- CreatePopupCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when browser decides whether a new popup instance can be created or not.
- CreatePopupCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- CreatePopupCallback.Response - Interface in com.teamdev.jxbrowser.browser.callback
-
- createTextNode() - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates and returns a
Node
object representing a new text node with an empty node
value.
- createTextNode(String) - Method in interface com.teamdev.jxbrowser.dom.Document
-
Creates and returns a
Node
object representing a new text node initialized with the
given
text
value.
- creationTime(Timestamp) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie creation time.
- creationTime() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns the cookie creation time since UNIX epoch.
- CSP_REPORT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a report of Content Security Policy violations.
- CT_COMPLIANCE_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- currentEntryIndex() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Returns the index of the current item in the back-forward list or -1 if the list is empty.
- currentSpeed() - Method in interface com.teamdev.jxbrowser.download.event.DownloadUpdated
-
Returns the current download speed estimate in bytes/second.
- currentTarget() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns an Optional
that contains the event target that represents the element to
which the event handler has been attached, otherwise an empty Optional
.
- customContextMenuItems() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns an immutable list of the custom context menu items.
- customDictionary() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Returns the custom dictionary.
- CustomProxyConfig - Class in com.teamdev.jxbrowser.net.proxy
-
A custom proxy settings.
- cut() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows cutting the selected text in a text field, text area or WYSIWYG
editor.
- data() - Method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Returns a string that represents the data to load.
- data() - Method in interface com.teamdev.jxbrowser.net.BytesData
-
Returns an array of the upload data bytes.
- data() - Method in interface com.teamdev.jxbrowser.net.FormData
-
Returns an immutable list of the key-value pairs each representing a segment of a form data
or an empty list if the form does not contain any data.
- data() - Method in interface com.teamdev.jxbrowser.net.MultipartFormData
-
Returns an immutable list of the key-value pairs each representing a segment of a multi-part
form data or an empty list if the form does not contain any data.
- data() - Method in interface com.teamdev.jxbrowser.net.TextData
-
Returns a text representation of the upload data.
- DATE_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- debug(String) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs a DEBUG message.
- debug(String, Object...) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs a DEBUG message with the given arguments.
- DEBUG_VALUE - Static variable in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- DEFAULT_PUBLIC_AND_PRIVATE_INTERFACES_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
WebRTC should only use the default route used by HTTP.
- DEFAULT_PUBLIC_INTERFACES_ONLY_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
WebRTC should only use the default route used by HTTP.
- DEFAULT_TIMEOUT_IN_SECONDS - Static variable in interface com.teamdev.jxbrowser.navigation.Navigation
-
The default timeout for resource loading is 45 seconds.
- DEFAULT_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
This is the default behavior.
- defaultAction() - Static method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Response
-
Notifies the engine that the engine itself must verify the certificate.
- DefaultAlertCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
AlertCallback
implementation that shows a dialog when JavaScript alert dialog
should be displayed.
- DefaultAlertCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultAlertCallback
-
Creates a new callback instance.
- DefaultAlertCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
AlertCallback
implementation that shows a dialog when JavaScript alert dialog
should be displayed.
- DefaultAlertCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultAlertCallback
-
Creates a new callback instance.
- DefaultBeforeFormRepostCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
BeforeFormRepostCallback
implementation that shows a dialog when a web page
with POST data is going to be reloaded.
- DefaultBeforeFormRepostCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultBeforeFormRepostCallback
-
Creates a new callback instance.
- DefaultBeforeFormRepostCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
BeforeFormRepostCallback
implementation that shows a dialog when a web page
with POST data is going to be reloaded.
- DefaultBeforeFormRepostCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultBeforeFormRepostCallback
-
Creates a new callback instance.
- DefaultBeforeUnloadCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
BeforeUnloadCallback
implementation that shows a dialog when the web page is
about to be unloaded.
- DefaultBeforeUnloadCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultBeforeUnloadCallback
-
Creates a new callback instance.
- DefaultBeforeUnloadCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
BeforeUnloadCallback
implementation that shows a dialog when the web page is
about to be unloaded.
- DefaultBeforeUnloadCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultBeforeUnloadCallback
-
Creates a new callback instance.
- defaultChromiumDir() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns an absolute path to the directory where the Chromium binaries are located by
default.
- defaultColor() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectColorCallback.Params
-
Returns the default color value.
- DefaultConfirmCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
ConfirmCallback
implementation that shows a dialog when JavaScript confirm
dialog should be displayed.
- DefaultConfirmCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultConfirmCallback
-
Creates a new callback instance.
- DefaultConfirmCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
ConfirmCallback
implementation that shows a dialog when JavaScript confirm
dialog should be displayed.
- DefaultConfirmCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultConfirmCallback
-
Creates a new callback instance.
- defaultEncoding() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Returns a string that represents the default text encoding.
- defaultEncoding(String) - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Updates the default text encoding with the given value.
- defaultFileName() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Params
-
Returns a string that represents the default file name to select in the dialog or an
empty string if there is no default file name.
- defaultLevel() - Method in interface com.teamdev.jxbrowser.zoom.ZoomLevels
-
Returns the default zoom level for the web pages.
- defaultLevel(ZoomLevel) - Method in interface com.teamdev.jxbrowser.zoom.ZoomLevels
-
Overrides the default zoom level for the web pages.
- DefaultOpenFileCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
OpenFileCallback
implementation that shows a file chooser dialog when the
engine requests to open a file.
- DefaultOpenFileCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFileCallback
-
Creates a new callback instance.
- DefaultOpenFileCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
OpenFileCallback
implementation that shows a file chooser dialog when the
engine requests to open a file.
- DefaultOpenFileCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFileCallback
-
Creates a new callback instance.
- DefaultOpenFilesCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
OpenFilesCallback
implementation that shows a file chooser dialog when the
engine requests to open multiple files.
- DefaultOpenFilesCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFilesCallback
-
Creates a new callback instance.
- DefaultOpenFilesCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
OpenFilesCallback
implementation that shows a file chooser dialog when the
engine requests to open multiple files.
- DefaultOpenFilesCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFilesCallback
-
Creates a new callback instance.
- DefaultOpenFolderCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
OpenFolderCallback
implementation that shows a file chooser dialog when the
engine requests to open a folder.
- DefaultOpenFolderCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFolderCallback
-
Creates a new callback instance.
- DefaultOpenFolderCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
OpenFolderCallback
implementation that shows a file chooser dialog when the
engine requests to open a folder.
- DefaultOpenFolderCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFolderCallback
-
Creates a new callback instance.
- DefaultOpenPopupCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
CreatePopupCallback
implementation that creates and shows a new window with
the embedded popup browser.
- DefaultOpenPopupCallback() - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenPopupCallback
-
- DefaultOpenPopupCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
OpenPopupCallback
implementation that creates and shows a new window with the
embedded popup browser.
- DefaultOpenPopupCallback() - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenPopupCallback
-
- DefaultPrintCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
PrintCallback
implementation that allows the engine to show the print preview
dialog.
- DefaultPrintCallback() - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultPrintCallback
-
- DefaultPrintCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
PrintCallback
implementation that allows the engine to show the print preview
dialog.
- DefaultPrintCallback() - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultPrintCallback
-
- DefaultPromptCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
PromptCallback
implementation that shows a dialog when JavaScript prompt
dialog should be displayed.
- DefaultPromptCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultPromptCallback
-
Creates a new callback instance.
- DefaultPromptCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
PromptCallback
implementation that shows a dialog when JavaScript prompt
dialog should be displayed.
- DefaultPromptCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultPromptCallback
-
Creates a new callback instance.
- DefaultSaveAsPdfCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
SaveAsPdfCallback
implementation that shows a file chooser dialog when the
engine requests to save content as PDF.
- DefaultSaveAsPdfCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultSaveAsPdfCallback
-
Creates a new callback instance.
- DefaultSaveAsPdfCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
SaveAsPdfCallback
implementation that shows a file chooser dialog when the
engine requests to save content as PDF.
- DefaultSaveAsPdfCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultSaveAsPdfCallback
-
Creates a new callback instance.
- DefaultSelectClientCertificateCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
SelectClientCertificateCallback
implementation that shows a dialog that
allows the user to select a certificate from the certificate list passed to the callback.
- DefaultSelectClientCertificateCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultSelectClientCertificateCallback
-
Creates a new callback instance.
- DefaultSelectClientCertificateCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
SelectClientCertificateCallback
implementation that shows a dialog that
allows the user to select a certificate from the certificate list passed to the callback.
- DefaultSelectClientCertificateCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultSelectClientCertificateCallback
-
Creates a new callback instance.
- DefaultSelectColorCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
SelectColorCallback
implementation that shows a color chooser dialog when the
user clicks an
<input type='color'>
HTML5 element.
- DefaultSelectColorCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultSelectColorCallback
-
Creates a new callback instance.
- DefaultSelectColorCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
SelectColorCallback
implementation that shows a color chooser dialog when the
user clicks an
<input type='color'>
HTML5 element.
- DefaultSelectColorCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultSelectColorCallback
-
Creates a new callback instance.
- DefaultShowContextMenuCallback - Class in com.teamdev.jxbrowser.view.javafx.callback
-
The default
ShowContextMenuCallback
implementation that displays the context menu in the
following cases:
Right click on a misspelled word on the loaded web page.
Right click on an element on the loaded web page that has the custom context menu.
- DefaultShowContextMenuCallback(Node) - Constructor for class com.teamdev.jxbrowser.view.javafx.callback.DefaultShowContextMenuCallback
-
Creates a new callback instance.
- DefaultShowContextMenuCallback - Class in com.teamdev.jxbrowser.view.swing.callback
-
The default
ShowContextMenuCallback
implementation that displays the context menu in the
following cases:
Right click on a misspelled word on the loaded web page.
Right click on an element on the loaded web page that has the custom context menu.
- DefaultShowContextMenuCallback(JComponent) - Constructor for class com.teamdev.jxbrowser.view.swing.callback.DefaultShowContextMenuCallback
-
Creates a new callback instance.
- delegateWhitelist() - Method in interface com.teamdev.jxbrowser.net.HttpAuthPreferences
-
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon
separated server URLs.
- delegateWhitelist(String) - Method in interface com.teamdev.jxbrowser.net.HttpAuthPreferences
-
Configures the HTTP network delegate authorization whitelist.
- delete(Cookie) - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Deletes the given cookie
from the cookie store and returns true
if the cookie
store contained the given cookie
and it was deleted successfully.
- delete() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting the selected text in a text field, text area or
WYSIWYG editor.
- deleteAll() - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Deletes all the cookies from the cookie store and returns the number of deleted cookies.
- deleteBackward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting character before the caret position in a text field,
text area or WYSIWYG editor.
- deleteForward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting character after the caret position in a text field,
text area or WYSIWYG editor.
- deleteToBeginningOfLine() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting character from the caret position to the beginning of
line in a text field, text area or WYSIWYG editor.
- deleteWordBackward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting a word before the caret position in a text field, text
area or WYSIWYG editor.
- deleteWordForward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows deleting a word after the caret position in a text field, text
area or WYSIWYG editor.
- deny() - Method in class com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Action
-
Notifies the browser that the certificate error must not be ignored, and the page loading
should be continued.
- deny() - Method in class com.teamdev.jxbrowser.permission.callback.RequestPermissionCallback.Action
-
Notifies the browser that the requested permission should be denied.
- deny() - Static method in interface com.teamdev.jxbrowser.plugin.callback.AllowPluginCallback.Response
-
Notifies the engine that the plugin isn't allowed at the moment.
- derEncodedValue() - Method in interface com.teamdev.jxbrowser.net.tls.Certificate
-
Returns an array of bytes that represents the DER-encoded representation of X509Certificate
.
- derEncodedValue() - Method in interface com.teamdev.jxbrowser.net.tls.ClientCertificate
-
Returns an array of bytes that represents the DER-encoded representation of X509Certificate
.
- derEncodedValue() - Method in interface com.teamdev.jxbrowser.net.tls.SslPrivateKey
-
Returns an array of bytes that represents the DER-encoded representation of the SSL private
key.
- description() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns a string that represents the plugin description.
- destinationUrl() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationRedirected
-
Returns a string that represents the destination URL for the navigation redirect.
- Dictionary - Interface in com.teamdev.jxbrowser.spellcheck
-
Provides functionality for working with a spell check dictionary.
- dictionaryNames() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Returns an immutable list of the dictionary names used for spell checking.
- dictionaryNames(String...) - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Updates the dictionary names used for spell checking.
- dictionarySuggestions() - Method in interface com.teamdev.jxbrowser.menu.SpellCheckMenu
-
Returns an immutable list of suggested replacements for a misspelled word under the cursor or
an empty list if there are no suggestions.
- DIRECT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
A direct connection, or the absence of a proxy.
- DirectProxyConfig - Class in com.teamdev.jxbrowser.net.proxy
-
With this proxy configuration the connection does not use a proxy server.
- disable() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Disables spell checking on the web pages loaded in the browser instances of the engine.
- disable() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Disables zoom functionality and resets zoom level to the default value.
- DISABLE_NON_PROXIED_UDP_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
WebRTC should only use TCP to contact peers or servers unless the proxy
server supports UDP.
- disableApplicationCache() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disables the application cache in the browser.
- disableGpu() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Disables GPU rendering for the
Engine
instance.
- disableImages() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disables images displaying on the web pages loaded in the browser.
- disableJavaScript() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disables JavaScript on the web pages loaded in the browser.
- disableLocalStorage() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disables the local storage in the browser.
- disablePlugins() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disables all plugins on the web pages loaded in the browser.
- disableSandbox() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Disables the sandbox for the
Engine
instance.
- disableWebSecurity() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Disables the same-origin policy for the
Engine
instance.
- DISALLOWED_URL_SCHEME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The scheme of the URL is disallowed.
- disallowJavaScriptAccessClipboard() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disallows JavaScript code on the web pages loaded in the browser to access clipboard.
- disallowLoadingImagesAutomatically() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disallows loading images automatically on the web pages loaded in the browser.
- disallowRunningInsecureContent() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disallows running an insecure content in the browser.
- disallowScriptsToCloseWindows() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Disallows JavaScript code on the web pages loaded in the browser to close the browser.
- diskCacheSize(long) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the disk cache size, in bytes.
- diskCacheSize() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains the disk cache size in bytes or an empty Optional
if the disk cache size was not set.
- dispatch(KeyPressed) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the key pressed event to the currently focused element on the loaded web page.
- dispatch(KeyReleased) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the key released event to the currently focused element on the loaded web page.
- dispatch(KeyTyped) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the key typed event to the currently focused element on the loaded web page.
- dispatch(MousePressed) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse pressed event to the currently loaded web page.
- dispatch(MouseReleased) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse released event to the currently loaded web page.
- dispatch(MouseEntered) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse entered event to the currently loaded web page.
- dispatch(MouseExited) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse exited event to the currently loaded web page.
- dispatch(MouseDragged) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse dragged event to the currently loaded web page.
- dispatch(MouseMoved) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse moved event to the currently loaded web page.
- dispatch(MouseWheel) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Dispatches the mouse wheel event to the currently loaded web page.
- dispatch(Event) - Method in interface com.teamdev.jxbrowser.dom.event.EventTarget
-
Dispatches the given event
at the current event target.
- DNS_CACHE_MISS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The entry was not found in cache, for cache-only lookups.
- DNS_MALFORMED_RESPONSE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
DNS resolver received a malformed response.
- DNS_SEARCH_EMPTY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Suffix search list rules prevent resolution of the given host name.
- DNS_SERVER_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
DNS server failed.
- DNS_SERVER_REQUIRES_TCP_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
DNS server requires TCP
- DNS_SORT_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Failed to sort addresses according to RFC3484.
- DNS_TIMED_OUT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
DNS transaction timed out.
- Document - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM document.
- document() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns an Optional
that contains the DOM Document
instance of the frame or
an empty Optional
if the frame does not have a document.
- DOCUMENT_FRAGMENT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a segment of the document structure.
- DOCUMENT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a document node.
- DOCUMENT_TYPE_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a document type node.
- documentElement() - Method in interface com.teamdev.jxbrowser.dom.Document
-
Returns an Optional
that contains the document HTML element that usually represents
HTML tag, otherwise an empty Optional
if the document element is not available.
- domain(String) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie domain.
- domain() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns a string that represents the domain name of this cookie or an empty string if the
domain name for this cookie is not specified.
- DOUBLE_CLICK - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- download(Path) - Method in class com.teamdev.jxbrowser.download.callback.StartDownloadCallback.Action
-
Notifies the engine that the file should be downloaded into a specific directory.
- download() - Method in interface com.teamdev.jxbrowser.download.callback.StartDownloadCallback.Params
-
Returns the DownloadProcess
instance that is about to start.
- Download - Interface in com.teamdev.jxbrowser.download
-
A download activity.
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadCanceled
-
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadEvent
-
Returns the Download
instance initiated this event.
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadFinished
-
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadInterrupted
-
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadPaused
-
- download() - Method in interface com.teamdev.jxbrowser.download.event.DownloadUpdated
-
- DOWNLOAD_INTERRUPT_REASON_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Reserved value.
- DOWNLOAD_STATE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.DownloadState
-
Reserved value.
- DownloadCanceled - Interface in com.teamdev.jxbrowser.download.event
-
An event indicating that the download has been canceled.
- DownloadEvent - Interface in com.teamdev.jxbrowser.download.event
-
An interface that all download events must extend.
- DownloadFinished - Interface in com.teamdev.jxbrowser.download.event
-
An event indicating that the download has been finished.
- DownloadInterrupted - Interface in com.teamdev.jxbrowser.download.event
-
An event indicating that the download has been interrupted.
- DownloadInterruptReason - Enum in com.teamdev.jxbrowser.download.event
-
The download interrupt reasons.
- DownloadPaused - Interface in com.teamdev.jxbrowser.download.event
-
An event indicating that the download has been paused.
- Downloads - Interface in com.teamdev.jxbrowser.download
-
A service that allows working with the downloads.
- downloads() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows managing downloads.
- DownloadsAsyncCallback<P,R extends AsyncCallbackAction> - Interface in com.teamdev.jxbrowser.download.callback
-
A common interface that all asynchronous download service callbacks must implement.
- DownloadsCallback - Interface in com.teamdev.jxbrowser.download.callback
-
A common interface that all download service callbacks must implement.
- DownloadState - Enum in com.teamdev.jxbrowser.download
-
The download states.
- DownloadTarget - Interface in com.teamdev.jxbrowser.download
-
The details of the download target.
- DownloadUpdated - Interface in com.teamdev.jxbrowser.download.event
-
An event indicating that the download has been updated.
- DURABLE_STORAGE_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- EditorCommand - Class in com.teamdev.jxbrowser.frame
-
Provides the supported commands that can be executed in a Frame
.
- EditorCommand.Name - Enum in com.teamdev.jxbrowser.frame
-
The list of command names.
- Element - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM element.
- ELEMENT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an element node such as {@code
- empty() - Static method in interface com.teamdev.jxbrowser.ui.Point
-
Returns an empty Point
that has x and y values set to zero.
- empty() - Static method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns an empty Rect
with empty origin and size.
- empty() - Static method in interface com.teamdev.jxbrowser.ui.Size
-
Returns an empty Size
with zero width and height.
- EMPTY_RESPONSE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server closed the connection without sending any data.
- enable() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Enables spell checking on the web pages loaded in the browser instances of the engine.
- enable() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Enables zoom functionality, so that you can change zoom level for the currently loaded web
page.
- enableApplicationCache() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Enables the application cache in the browser.
- enableAutoplay() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Allows automatically starting video and audio playbacks.
- enableImages() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Enables images displaying on the web pages loaded in the browser.
- enableIncognito() - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Enables the incognito mode for the
Engine
instance.
- enableJavaScript() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Enables JavaScript on the web pages loaded in the browser.
- enableLocalStorage() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Enables the local storage in the browser.
- enablePlugins() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Enables all plugins on the web pages loaded in the browser.
- ENCODING_CONVERSION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Converting the response to target encoding failed.
- ENCODING_DETECTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Detecting the encoding of the response failed.
- engine() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns the engine instance of the current browser.
- Engine - Interface in com.teamdev.jxbrowser.engine
-
Provides access to the Chromium engine functionality.
- engine() - Method in interface com.teamdev.jxbrowser.engine.event.EngineEvent
-
Returns the Engine
instance initiated this event.
- EngineClosed - Interface in com.teamdev.jxbrowser.engine.event
-
An event indicating that the engine has been closed.
- EngineCrashed - Interface in com.teamdev.jxbrowser.engine.event
-
An event indicating that the engine has been unexpectedly crashed.
- EngineEvent - Interface in com.teamdev.jxbrowser.engine.event
-
A common interface that all engine events must implement.
- EngineInitializationException - Exception in com.teamdev.jxbrowser.engine
-
A superclass of those exceptions that can be thrown during Engine
initialization.
- EngineOptions - Class in com.teamdev.jxbrowser.engine
-
The options that are used to configure
Engine
instances.
- EngineOptions.Builder - Class in com.teamdev.jxbrowser.engine
-
A builder class to construct engine options.
- EngineService - Interface in com.teamdev.jxbrowser.engine
-
An interface that all engine services must implement.
- ENTITY_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an XML <!ENTITY ...>
node.
- ENTITY_REFERENCE_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an XML entity reference node.
- entryAtIndex(int) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Returns an Optional
that contains the NavigationEntry
instance for the given
index
in the back-forward list, otherwise an empty Optional
.
- entryCount() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Returns the number of items in the back-forward list.
- Environment - Class in com.teamdev.jxbrowser.os
-
Provides the details about the current operating system, JVM architecture, JRE version etc.
- EnvironmentException - Exception in com.teamdev.jxbrowser.os
-
Throws when the current environment does not meet the minimal operating system and JRE
requirements.
- equals(Object) - Method in class com.teamdev.jxbrowser.net.HttpStatus
-
- error() - Method in interface com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Params
-
Returns the network error code which describes the reason of the certificate error.
- ERROR - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- error(String) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs an ERROR message.
- error(String, Object...) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs an ERROR message with the given arguments.
- error(String, Throwable) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs an ERROR message with the given exception.
- error() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFailed
-
Returns the navigation error.
- error() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns the navigation error in case the navigation has failed.
- errorCode() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
Returns the URL request error code.
- errorDescription() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFailed
-
Returns a string that represents the localized error description or an empty string if there
is no localized description for the navigation error.
- errorText() - Method in interface com.teamdev.jxbrowser.net.event.PacScriptErrorReceived
-
Returns a string that represents the description of the script processing error.
- evaluate(String) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Evaluates the given XPath
expression
for the node and returns the
XPathResult
of the
XPathResultType.ANY
type.
- evaluate(String, XPathResultType) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Evaluates the given XPath expression
for the node and returns the XPathResult
object of the given type
.
- Event - Interface in com.teamdev.jxbrowser.dom.event
-
A DOM event, for example, mouse or keyboard event, provides access to the event data and methods
to change the event behavior.
- Event - Interface in com.teamdev.jxbrowser.event
-
A common interface for events.
- EVENT_PHASE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Reserved value.
- eventListeners(EventType, boolean) - Method in interface com.teamdev.jxbrowser.dom.event.EventTarget
-
Returns the immutable list of event listeners that listen events of the given eventType
in a phase that corresponds the given useCapture
.
- EventParams - Interface in com.teamdev.jxbrowser.dom.event
-
The general DOM event parameters.
- eventParams(EventParams) - Method in class com.teamdev.jxbrowser.dom.event.UiEventModifierParams.Builder
-
Sets the DOM event parameters.
- EventParams.Builder - Class in com.teamdev.jxbrowser.dom.event
-
- EventPhase - Enum in com.teamdev.jxbrowser.dom.event
-
Represents the DOM event phases.
- EventTarget - Interface in com.teamdev.jxbrowser.dom.event
-
Represents an event target that is able to process events, for example, a DOM node.
- EventType - Interface in com.teamdev.jxbrowser.dom.event
-
A DOM event type.
- exceptions() - Method in class com.teamdev.jxbrowser.net.proxy.CustomProxyConfig
-
Returns a string that represents the proxy exceptions or an empty string if there are no
exceptions.
- execute(EditorCommand) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Executes the given command
in the frame.
- executeJavaScript(String) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Executes the given javaScript
code in the frame and returns the result of the
execution.
- executeJavaScript(String, Consumer<?>) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Executes the given javaScript
code in the frame and returns the result of the
execution through the given callback
.
- exitCode() - Method in interface com.teamdev.jxbrowser.browser.event.RenderProcessTerminated
-
Returns the exit code of the terminated render process.
- exitCode() - Method in interface com.teamdev.jxbrowser.engine.event.EngineCrashed
-
Returns the exit code of the engine process that has been unexpectedly terminated due to the
crash.
- EXPECTATION_FAILED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- expirationTime(Timestamp) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie expiration time.
- expirationTime() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns the cookie expiration time since UNIX epoch.
- extraHeaders() - Method in interface com.teamdev.jxbrowser.navigation.LoadUrlParams
-
Returns an immutable list of the extra HTTP headers that will be sent to the resource or an
empty list if there were no extra HTTP headers.
- fail() - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob
-
Notifies the engine that an error occurred during writing the response data and the request
should be failed.
- FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A generic failure occurred.
- FAVICON_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a favicon.
- file() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns a string that represents an absolute or relative path to a file if the current input
DOM element has the type
attribute with the 'file' value.
- file(String...) - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Sets one or multiple string values that represent the path to a file.
- File - Interface in com.teamdev.jxbrowser.net
-
A file data.
- File.Builder - Class in com.teamdev.jxbrowser.net
-
- FILE_ACCESS_DENIED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The file cannot be accessed due to security restrictions.
- FILE_BLOCKED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The file was blocked due to local policy.
- FILE_EXISTS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file already exists.
- FILE_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Generic file operation failure.
- FILE_HASH_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The partial file didn't match the expected hash.
- FILE_NAME_TOO_LONG_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The directory or file name is too long.
- FILE_NO_SPACE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
There is not enough room on the drive.
- FILE_NO_SPACE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Not enough room left on the disk.
- FILE_NOT_FOUND_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file or directory cannot be found.
- FILE_PATH_TOO_LONG_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The path or file name is too long.
- FILE_SAME_AS_SOURCE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The source and the target of the download were the same.
- FILE_SECURITY_CHECK_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
An attempt to check the safety of the download failed due to unexpected reasons.
- FILE_TOO_BIG_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file is too large.
- FILE_TOO_LARGE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The file is too large for the file system to handle.
- FILE_TOO_SHORT_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
An attempt was made to seek past the end of a file in opening
a file (as part of resuming a previously interrupted download).
- FILE_TRANSIENT_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The file was in use.
- FILE_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- FILE_VIRUS_INFECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The file contains a virus.
- FILE_VIRUS_INFECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file has a virus.
- filePath() - Method in interface com.teamdev.jxbrowser.net.callback.CanAccessFileCallback.Params
-
Returns the absolute path to the file the request would like to access.
- files() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns an immutable collection of the file paths if the input type is 'file' or an empty
collection if the input does not have a value.
- fileValue() - Method in interface com.teamdev.jxbrowser.net.MultipartFormData.Pair
-
Returns the form content segment value as a file.
- filterDescription() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Params
-
Returns a string that represents the meaningful (e.g.
- filterDescription() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Params
-
Returns a string that represents the meaningful (e.g.
- find(String, Consumer<FindResult>) - Method in interface com.teamdev.jxbrowser.search.TextFinder
-
Performs search of the given text
, highlights all matches and selects the first match
on the currently loaded web page.
- find(String, FindOptions, Consumer<FindResult>) - Method in interface com.teamdev.jxbrowser.search.TextFinder
-
Performs search of the given text
with the given options
, highlights all
matches and selects the first match on the currently loaded web page.
- findElementByClassName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns the first
Element
object found in the current search context by the given
className
.
- findElementByCssSelector(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns the first
Element
object found in the current search context by the given
cssSelector
.
- findElementById(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns the first
Element
object found in the current search context by the given
id
.
- findElementByName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns the first
Element
object found in the current search context by the given
name
.
- findElementByTagName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns the first
Element
object found in the current search context by the given
tagName
.
- findElementsByClassName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns an immutable list of the
Element
objects found in the current search context
by the given
className
.
- findElementsByCssSelector(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns an immutable list of the
Element
objects found in the current search context
by the given
cssSelector
.
- findElementsById(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns an immutable list of the
Element
objects found in the current search context
by the given
id
.
- findElementsByName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns an immutable list of the
Element
objects found in the current search context
by the given
name
.
- findElementsByTagName(String) - Method in interface com.teamdev.jxbrowser.dom.SearchContext
-
Returns an immutable list of the
Element
objects found in the current search context
by the given
tagName
.
- FindOptions - Interface in com.teamdev.jxbrowser.search
-
The parameters of the text find request.
- FindOptions.Builder - Class in com.teamdev.jxbrowser.search
-
- FindResult - Interface in com.teamdev.jxbrowser.search
-
A result of the text search.
- findText(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows searching for the given text
occurrence from the
current caret position in the frame.
- FIRST_ORDERED_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents the first node in the document matching the XPath expression.
- FLASH_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- focus() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Tells the current browser instance that it has focus and must be activated.
- FOCUS - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- focusedFrame() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns an Optional
that contains the focused Frame
on the currently loaded
web page, otherwise an empty Optional
.
- FocusGained - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has gained the focus.
- FocusLost - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has lost the focus.
- FONT_RESOURCE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a font.
- fontName(FontName) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given fontName
for the selected text in a
WYSIWYG editor.
- FontName - Interface in com.teamdev.jxbrowser.ui
-
A name of the font.
- fontSize(FontSize) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given fontSize
for the selected text in a
WYSIWYG editor.
- FontSize - Interface in com.teamdev.jxbrowser.ui
-
A size of the font.
- FORBIDDEN - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- foregroundColor(Color) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given foreground color
for the selected
text in a WYSIWYG editor.
- foregroundColor(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows setting the given foreground colorName
for the selected
text in a WYSIWYG editor.
- form() - Method in interface com.teamdev.jxbrowser.dom.FormControlElement
-
Returns an Optional
that contains the HTML element for the form that contains this
element, otherwise an empty Optional
.
- FormControlElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM form control element such as input, select, textarea, etc.
- FormData - Interface in com.teamdev.jxbrowser.net
-
An upload data of the application/x-www-form-urlencoded
content type.
- FormData.Builder - Class in com.teamdev.jxbrowser.net
-
- FormData.Pair - Interface in com.teamdev.jxbrowser.net
-
A key-value pair that represents a segment of a form data, for example a form field content.
- FormElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM form element.
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.net.NetError
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
- forNumber(int) - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- FOUND - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- frame() - Method in interface com.teamdev.jxbrowser.browser.callback.InjectCssCallback.Params
-
Returns the Frame
instance of the created document.
- frame() - Method in interface com.teamdev.jxbrowser.browser.callback.InjectJsCallback.Params
-
Returns the Frame
instance of the created document.
- frame() - Method in interface com.teamdev.jxbrowser.browser.event.FrameCreated
-
Returns the Frame
instance that has been created.
- frame() - Method in interface com.teamdev.jxbrowser.browser.event.FrameDeleted
-
Returns the Frame
instance that has been deleted.
- frame() - Method in interface com.teamdev.jxbrowser.browser.event.SpellCheckCompleted
-
Returns the Frame
instance in which spell checking has been completed.
- frame() - Method in interface com.teamdev.jxbrowser.dom.Document
-
Returns the Frame
instance of this document.
- Frame - Interface in com.teamdev.jxbrowser.frame
-
A frame in the browser.
- frame() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameDocumentLoadFinished
-
Returns the Frame
instance which document has been loaded.
- frame() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFailed
-
Returns the Frame
instance that failed to load content.
- frame() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFinished
-
Returns the Frame
instance that has been finished loading content.
- frame() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns the Frame
instance initiated this navigation.
- frame() - Method in interface com.teamdev.jxbrowser.permission.callback.RequestPermissionCallback.Params
-
Returns the Frame
instance that is requesting permission.
- frameCharset() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the character encoding of the frame on which the menu is
invoked.
- FrameCreated - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that a new frame in the browser has been created.
- FrameDeleted - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the frame in the Browser has been deleted.
- FrameDocumentLoadFinished - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the document loading in the given frame has been finished.
- FrameElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM frame or iframe element.
- FrameLoadFailed - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the content load was failed.
- FrameLoadFinished - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that a content loading has been finished in the frame.
- frames() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns all the frames on the currently loaded web page or an empty collection if the current
browser didn't load any web pages.
- frameUrl() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the URL of the sub-frame that the context menu is
invoked on.
- fromMillis(long) - Static method in interface com.teamdev.jxbrowser.time.Timestamp
-
Creates a Timestamp
from the number of milliseconds of UTC time since Unix epoch
1970-01-01T00:00:00Z.
- fromSeconds(long) - Static method in interface com.teamdev.jxbrowser.time.Timestamp
-
Creates a Timestamp
from the number of seconds of UTC time since Unix epoch
1970-01-01T00:00:00Z.
- FTP_BAD_COMMAND_SEQUENCE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server rejected our command because we didn't issue the commands in right
order.
- FTP_COMMAND_NOT_SUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server does not support the command we issued.
- FTP_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A generic error for failed FTP control connection command.
- FTP_FILE_BUSY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file is busy, or some other temporary error condition on opening
the file.
- FTP_SERVICE_UNAVAILABLE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server cannot fulfill the request at this point.
- FTP_SYNTAX_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server rejected our command because of syntax errors.
- FTP_TRANSFER_ABORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server has aborted the transfer.
- FullScreenEntered - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has been toggled into full-screen mode.
- FullScreenExited - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the browser instance has been toggled out of full-screen mode.
- id() - Method in interface com.teamdev.jxbrowser.media.MediaDevice
-
Returns a string that represents the identifier of the media stream device.
- id() - Method in interface com.teamdev.jxbrowser.net.UrlRequest
-
Returns the identifier of this URL request.
- id() - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob
-
Returns the identifier of this URL request job.
- ignore() - Static method in interface com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Response
-
Notifies the browser that the load request should be ignored.
- ignoreSpelling() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows disabling the spelling mistakes highlighting in a text area or
a WYSIWYG editor.
- IMAGE_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- IMAGE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents an image (jpg/gif/png/etc).
- Immutable - Annotation Type in com.teamdev.jxbrowser.annotation
-
Annotates a program element (class, method) which must be immutable.
- IMPORT_CA_CERT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
CA import failed due to some other error.
- IMPORT_CA_CERT_NOT_CA_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
CA import failed - not a CA cert.
- IMPORT_CERT_ALREADY_EXISTS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Import failed - certificate already exists in database.
- IMPORT_SERVER_CERT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server certificate import failed due to some internal error.
- in() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Performs zoom in on the currently loaded web page
- IN_PROGRESS_VALUE - Static variable in enum com.teamdev.jxbrowser.download.DownloadState
-
The download is actively progressing.
- INCOMPLETE_CHUNKED_ENCODING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response body is transferred with Chunked-Encoding, but the
terminating zero-length chunk was never sent when the connection is closed.
- INCOMPLETE_SPDY_HEADERS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
SPDY Headers have been received, but not all of them - status or version
headers are missing, so we're expecting additional frames to complete them.
- indent() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making indent of the selected text in a WYSIWYG editor.
- info(String) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs an INFO message.
- initialBounds() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenPopupCallback.Params
-
Returns the initial bounds of the popup.
- inject(String) - Static method in interface com.teamdev.jxbrowser.browser.callback.InjectCssCallback.Response
-
Injects the given customStyleSheet
string that represents a custom style sheet
(CSS) into the document that is loaded in this browser instance.
- InjectCssCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the document element has been created and a custom style sheet can
be injected into the document.
- InjectCssCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- InjectCssCallback.Response - Interface in com.teamdev.jxbrowser.browser.callback
-
- InjectJsCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the document element has been created and a custom JavaScript can
be injected into the document.
- InjectJsCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- InjectJsCallback.Response - Interface in com.teamdev.jxbrowser.browser.callback
-
- innerHtml() - Method in interface com.teamdev.jxbrowser.dom.Element
-
Returns a string that represents the HTML content of this element or an empty string if the
element does not have the inner HTML.
- innerHtml(String) - Method in interface com.teamdev.jxbrowser.dom.Element
-
Replaces the HTML content of this element with the given html
.
- innerText() - Method in interface com.teamdev.jxbrowser.dom.Element
-
Returns a string that represents the text content of the element and its descendants.
- innerText(String) - Method in interface com.teamdev.jxbrowser.dom.Element
-
Replaces the text content of the element with the given innerText
value.
- InputElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM input element.
- INSECURE_RESPONSE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server's response was insecure (e.g.
- insertChild(Node, Node) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Inserts the given node
before the given beforeNode
as a child of the current
node.
- insertHtml(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting the given html
content in a WYSIWYG editor.
- insertImage(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting an image with the given imageSrc
in a WYSIWYG
editor.
- insertNewLine() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting a new line in a WYSIWYG editor.
- insertOrderedList() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting an ordered list in a WYSIWYG editor.
- insertParagraph() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting a paragraph in a WYSIWYG editor.
- insertTab() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting a tab character in a WYSIWYG editor.
- insertText(String) - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting the given text
content in a WYSIWYG editor or
a text field.
- insertUnorderedList() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows inserting an unordered list in a WYSIWYG editor.
- inspect(Point) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Inspects the given location
on the web page containing this frame and returns the
result of the inspection.
- inspect(int, int) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Inspects the given location on the web page containing this frame and returns the result of
the inspection.
- INSUFFICIENT_RESOURCES_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
There were not enough resources to complete the operation.
- intercept(UrlRequestJob) - Static method in interface com.teamdev.jxbrowser.net.callback.InterceptRequestCallback.Response
-
Notifies the engine that the request should be intercepted and it will be handled by the
given URL request job.
- InterceptRequestCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked when a URL request is about to be sent out.
- InterceptRequestCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- InterceptRequestCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- intermediateCertificates() - Method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Params
-
Returns the list of intermediate certificates in the chain of the validated certificate.
- INTERNAL_SERVER_ERROR - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- InternalApi - Annotation Type in com.teamdev.jxbrowser.annotation
-
Annotates a program element (class, method, package etc.) which is internal to JxBrowser, not
part of the public API, and should not be used by users of the library.
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.net.NetError
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
- internalGetValueMap() - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- INTERNET_DISCONNECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The Internet connection has been lost.
- INTERRUPTED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.DownloadState
-
The download has been interrupted.
- INTERSTITIAL_VALUE - Static variable in enum com.teamdev.jxbrowser.navigation.PageType
-
- invalid(CertVerificationStatus...) - Static method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Response
-
Notifies the engine that the given certificate is invalid with the specific verificationStatus
.
- INVALID_ARGUMENT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An argument to the function is incorrect.
- INVALID_AUTH_CREDENTIALS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Credentials could not be established during HTTP Authentication.
- INVALID_CHUNKED_ENCODING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Error in chunked transfer encoding.
- INVALID_HANDLE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The handle or file descriptor is invalid.
- INVALID_RESPONSE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server's response was invalid.
- INVALID_URL_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The URL is invalid.
- INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- INVALID_XPRIVET_TOKEN - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- InvalidLicenseException - Exception in com.teamdev.jxbrowser.engine
-
Thrown when the given license is invalid.
- InvalidLicenseException(String) - Constructor for exception com.teamdev.jxbrowser.engine.InvalidLicenseException
-
Constructs an instance of InvalidLicenseException
with the given message
.
- IO_PENDING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An asynchronous IO operation is not yet complete.
- IpcSetupFailureException - Exception in com.teamdev.jxbrowser.engine
-
Thrown when Inter-Process Communication (IPC) setup has been failed.
- IpcSetupFailureException() - Constructor for exception com.teamdev.jxbrowser.engine.IpcSetupFailureException
-
Constructs a new IpcSetupFailureException
instance.
- is32Bit() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Indicates whether the current JVM's architecture is 32-bit.
- is64Bit() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Indicates whether the current JVM's architecture is 64-bit.
- IS_EV_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- isAllowJavaScriptAccessClipboard() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether JavaScript code on the web pages loaded in the browser can access
clipboard.
- isAllowLoadingImagesAutomatically() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether images are allowed to be loaded automatically on the web pages loaded in
the browser.
- isAllowRunningInsecureContent() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether an insecure content can run in the browser.
- isAllowScriptsToCloseWindows() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether JavaScript code on the web pages loaded in the browser can close the
browser.
- isAltDown() - Method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Returns true
if the Alt key is pressed.
- isAltGraphDown() - Method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Returns true
if the Alt Graph/Right Alt key is pressed.
- isApplicationCacheEnabled() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether the application cache in the browser is enabled.
- isAutoplayEnabled() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether video playback will automatically start after page loading.
- isBoolean() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isBubbles() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns true
if the event bubbles up through the DOM, otherwise false.
- isBubbles() - Method in interface com.teamdev.jxbrowser.dom.event.EventParams
-
Returns true
if the event bubbles up through the DOM.
- isBubbles() - Method in interface com.teamdev.jxbrowser.dom.event.KeyEventParams
-
Returns true
if the event bubbles up through the DOM.
- isBubbles() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns true
if the event bubbles up through the DOM.
- isBubbles() - Method in interface com.teamdev.jxbrowser.dom.event.UiEventModifierParams
-
Returns true
if the event bubbles up through the DOM.
- isCancelable() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns true
when the event can be canceled, and therefore prevented as if the event
never happened.
- isCancelable() - Method in interface com.teamdev.jxbrowser.dom.event.EventParams
-
Returns true
if the event can be canceled, and therefore prevented as if the event
never happened.
- isCancelable() - Method in interface com.teamdev.jxbrowser.dom.event.KeyEventParams
-
Returns true
if the event can be canceled, and therefore prevented as if the event
never happened.
- isCancelable() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns true
if the event can be canceled, and therefore prevented as if the event
never happened.
- isCancelable() - Method in interface com.teamdev.jxbrowser.dom.event.UiEventModifierParams
-
Returns true
if the event can be canceled, and therefore prevented as if the event
never happened.
- isCheckbox() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'checkbox' value.
- isChecked() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the input
DOM element with the type
'checkbox' or
'radio' is selected.
- isChecked() - Method in interface com.teamdev.jxbrowser.menu.ContextMenuItem
-
Returns true
if the context menu item is checked.
- isClosed() - Method in class com.teamdev.jxbrowser.callback.AsyncCallbackAction
-
Returns true
if this action is closed.
- isClosed() - Method in interface com.teamdev.jxbrowser.Closeable
-
Returns true
if the current object is closed.
- isCommandEnabled(EditorCommand.Name) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns true
if the command with the given commandName
can be executed in the
frame.
- isControlDown() - Method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Returns true
if the Ctrl key is pressed.
- isDebugEnabled() - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Checks whether log entries at DEBUG level will be output.
- isDidBypassProxy() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Params
-
Returns true
if the request is using a direct connection due to proxy
exceptions.
- isDidUsePacScript() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Params
-
Returns true
if the proxy configuration was done using a PAC script.
- isEmailField() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'email' value.
- isEmpty() - Method in interface com.teamdev.jxbrowser.ui.Size
-
Returns true
if this size is empty.
- isEnabled() - Method in interface com.teamdev.jxbrowser.dom.FormControlElement
-
Returns true
if the current form control is enabled.
- isEnabled() - Method in interface com.teamdev.jxbrowser.menu.ContextMenuItem
-
Returns true
if the context menu item is enabled.
- isEnabled() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellChecker
-
Indicates whether spell checking is enabled or not.
- isEnabled() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Indicates whether zoom functionality is enabled or not.
- isErrorEnabled() - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Checks whether log entries at ERROR level will be output.
- isErrorPage() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns true
if the navigation resulted in an error page.
- isFile() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'file' value.
- isFileAccessFromFilesAllowed() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether file access from files is allowed.
- isGpuDisabled() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether GPU is disabled.
- isHorizontalScroll() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
Returns true
if the scrolling direction is horizontal.
- isHttpOnly() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns true
if the cookie is considered HTTP only.
- isImagesEnabled() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether images are displayed on the web pages loaded in the browser.
- isIncognitoEnabled() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether the incognito mode for the
Engine
instance is enabled.
- isInfoEnabled() - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Checks whether log entries at INFO level will be output.
- isIterator() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isJavaScriptEnabled() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether JavaScript on the web pages loaded in the browser is enabled.
- isJre8() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current JRE version is 8.
- isLinux() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current operating system is Linux.
- isLoading() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Returns true
if a resource of a frame on the web page is being loaded.
- isLocalStorageEnabled() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether the local storage in the browser is enabled.
- isMac() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current operating system is macOS.
- isMain() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns true
if the frame is a main (top-level) frame in the browser.
- isMainFrame() - Method in interface com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Params
-
Returns true
if the navigation request URL belongs to a main frame.
- isMatchCase() - Method in interface com.teamdev.jxbrowser.search.FindOptions
-
Returns true
if the search is case-sensitive.
- isMetaDown() - Method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Returns true
if the Meta key is pressed.
- isMultiple() - Method in interface com.teamdev.jxbrowser.dom.SelectElement
-
Returns true
if the select element has the multiple
attribute and multiple
options of the element can be selected at once.
- isMultipleFile() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the input
DOM element has both the type
attribute
with the 'file' value, and the multiple
attribute.
- isMuted() - Method in interface com.teamdev.jxbrowser.media.Audio
-
Returns true
when audio output is muted.
- isNumber() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isPasswordField() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'password' value.
- isPaused() - Method in interface com.teamdev.jxbrowser.download.Download
-
Indicates whether this download is paused.
- isPlaying() - Method in interface com.teamdev.jxbrowser.media.Audio
-
Returns true
when the audio is currently playing on the loaded web page.
- isPluginsEnabled() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Indicates whether plugins are enabled on the web pages loaded in the browser.
- isProxy() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns true
if the request that requires the client certificate selection is
issued by an HTTPS proxy server.
- isProxy() - Method in interface com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Params
-
Returns true
if the request is issued by a proxy server.
- isRadioButton() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'radio' value.
- isRedirect() - Method in interface com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Params
-
Returns true
if the request is the result of redirection caused by another
request.
- isReload() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Params
-
Returns true
if the web page is going to be reloaded, false
when a new
navigation is started.
- isSameDocument() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns true
if the navigation has been performed in the scope of the same document.
- isSameDocument() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationStarted
-
Returns true
if the navigation will be performed in the scope of the same document.
- isSandboxDisabled() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether the sandbox is disabled.
- isSearchBackward() - Method in interface com.teamdev.jxbrowser.search.FindOptions
-
Returns true
if the search is performed backward.
- isSearching() - Method in interface com.teamdev.jxbrowser.search.FindResult
-
Returns true
if the search is still in progress.
- isSecure() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns true
if the cookie is restricted to a secure protocol (HTTPS or WSS) or
false
if it can be sent using any protocol.
- isSelected() - Method in interface com.teamdev.jxbrowser.dom.OptionElement
-
Returns true
if the current option element is selected.
- isServerRedirect() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns true
if the navigation has encountered a server redirect.
- isShiftDown() - Method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Returns true
if the Shift key is pressed.
- isSingleNode() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isSnapshotNodes() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isStarted() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
Returns true
if the URL request has been started.
- isString() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
- isSupported() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current environment is supported.
- isText() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
- isTextField() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Returns true
if the DOM element's type
attribute has the 'text' value.
- isUnsubscribed() - Method in interface com.teamdev.jxbrowser.event.Subscription
-
Returns true
if this Subscription
is currently unsubscribed.
- isValid() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns true
if this color is a valid color.
- isWarnEnabled() - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Checks whether log entries at WARNING level will be output.
- isWebSecurityDisabled() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Indicates whether the same-origin policy is disabled.
- isWindows() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current operating system is Windows.
- isWindows64() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns true
if the current platform is Windows 64-bit.
- italic() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the selected text italic in a WYSIWYG editor.
- ITEM_VALUE - Static variable in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
The context menu item is a simple item.
- items() - Method in interface com.teamdev.jxbrowser.menu.ContextMenuItem
-
Returns an immutable list of the sub-items of the context menu item.
- iterateNext() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Moves the iterator to the next node in the result set and returns an
Optional
that
contains the
Node
object referenced by the current iterator.
- language(Language) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the Chromium language that is used on the default error pages and the message
dialogs.
- language() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns the Chromium language that is used on the default error pages and message dialogs.
- Language - Enum in com.teamdev.jxbrowser.engine
-
A list of supported user interface languages.
- LAUNCH_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- leave() - Method in class com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Action
-
Notifies the browser that the user decided to leave the current page.
- leaveActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Params
-
Returns a string that represents the localized text of the "Leave" action.
- length() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellCheckingResult
-
Returns the length of the mis-spelled word in the checked text.
- LENGTH_REQUIRED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- level() - Method in interface com.teamdev.jxbrowser.js.ConsoleMessage
-
Returns the console message level.
- Level - Enum in com.teamdev.jxbrowser.logging
-
A set of standard logging levels that can be used to control logging output.
- level() - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Returns the current log level specifying which message levels will be logged.
- level(Level) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Sets the log level specifying which message levels will be logged.
- level() - Method in interface com.teamdev.jxbrowser.zoom.event.ZoomLevelChanged
-
Returns the new zoom level of a web page.
- level() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Returns the actual zoom level for the currently loaded web page.
- level(ZoomLevel) - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Updates the zoom level of the currently loaded web page.
- LEVEL_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
TODO:30-01-2019:artem.trofimov: ERROR conflicts with a define from the standard wingdi.h SDK header.
- licenseKey(String) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the licence key required to perform operations with the engine.
- licenseKey() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains a string representing the license key or an empty
Optional
if the license key was not set.
- lineNumber() - Method in interface com.teamdev.jxbrowser.js.ConsoleMessage
-
Returns the line number of the console message.
- lineNumber() - Method in interface com.teamdev.jxbrowser.net.event.PacScriptErrorReceived
-
Returns the line of code in the PAC script which caused the error.
- linkText() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the text associated with the link.
- linkUrl() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the URL of the link that encloses the node the context
menu is invoked on.
- list() - Method in interface com.teamdev.jxbrowser.download.Downloads
-
Returns an immutable list of all downloads including already completed downloads during this
application session and the active downloads.
- list(MediaDeviceType) - Method in interface com.teamdev.jxbrowser.media.MediaDevices
-
Returns an immutable list of the details about all the available media devices of the given
type
or an empty collection if there is no devices of the given type
.
- list() - Method in interface com.teamdev.jxbrowser.plugin.Plugins
-
Returns an immutable list of the installed and available Chromium plugins or an empty list if
there is no installed and available plugins.
- LOAD - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- load() - Static method in interface com.teamdev.jxbrowser.net.callback.LoadResourceCallback.Response
-
Notifies the engine that the resource can be loaded.
- LoadClientCertificateException - Exception in com.teamdev.jxbrowser.net.tls
-
Thrown when client certificate loading has been failed.
- LoadClientCertificateException(Path, Throwable) - Constructor for exception com.teamdev.jxbrowser.net.tls.LoadClientCertificateException
-
Constructs a new runtime exception with the specified cause.
- loadData(LoadDataParams) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Navigates the frame to the resource that may represent different content described by the
given params
.
- LoadDataParams - Interface in com.teamdev.jxbrowser.frame
-
The parameters of the load data request.
- LoadDataParams.Builder - Class in com.teamdev.jxbrowser.frame
-
- LoadFinished - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the content loading has been finished.
- loadHtml(String) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Navigates the frame to the resource that represents HTML document with the given html
content.
- loadHtml(LoadHtmlParams) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Navigates the frame to the resource that represents HTML document described by the given
params
.
- LoadHtmlParams - Interface in com.teamdev.jxbrowser.frame
-
The parameters of the load HTML request.
- LoadHtmlParams.Builder - Class in com.teamdev.jxbrowser.frame
-
- LoadResourceCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked to check if the given resource can be loaded or not.
- LoadResourceCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- LoadResourceCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- LoadStarted - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the content loading has been started.
- loadUrl(String) - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Navigates the frame to a resource identified by the given url
.
- loadUrl(String) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Navigates to a resource identified by a URL.
- loadUrl(LoadUrlParams) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Navigates to a resource identified by the given params
.
- loadUrlAndWait(String) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Loads a resource identified by the given url
and blocks current thread execution
until the main frame of the resource is loaded completely or a timeout is reached.
- loadUrlAndWait(String, Timestamp) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Loads a resource identified by the given url
and blocks current thread execution
until the main frame of the resource is loaded completely or the given timeoutInSeconds
is reached.
- loadUrlAndWait(LoadUrlParams) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Loads a resource identified by the given params
and blocks current thread execution
until the main frame of the resource is loaded completely or a timeout is reached.
- loadUrlAndWait(LoadUrlParams, Timestamp) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Loads a resource identified by the given params
and blocks current thread execution
until the main frame of the resource is loaded completely or the given timeoutInSeconds
is reached.
- LoadUrlParams - Interface in com.teamdev.jxbrowser.navigation
-
The parameters of the load URL request.
- LoadUrlParams.Builder - Class in com.teamdev.jxbrowser.navigation
-
- localPoint() - Method in interface com.teamdev.jxbrowser.dom.PointInspection
-
Returns coordinates of the point relative to the node.
- location() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns the context menu location.
- location() - Method in interface com.teamdev.jxbrowser.spellcheck.SpellCheckingResult
-
Returns the location of the first symbol in the mis-spelled word in the checked text that is
considered as mis-spelled by the spell checker.
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseDragged
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseEntered
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseEvent
-
Returns the mouse position relative to the bounds of the browser instance.
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseExited
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseMoved
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MousePressed
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseReleased
-
- location() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseDragged.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseDragged
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseEntered.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseEntered
-
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseEvent
-
Returns the mouse position relative to the bounds of the screen.
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseExited.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseExited
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseMoved.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseMoved
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MousePressed.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MousePressed
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseReleased.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseReleased
-
- locationOnScreen(Point) - Method in class com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Sets the mouse position relative to the bounds of the screen.
- locationOnScreen() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
- LOG_VALUE - Static variable in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- Logger - Class in com.teamdev.jxbrowser.logging
-
Static class to configure log and create log entries.
- Logger() - Constructor for class com.teamdev.jxbrowser.logging.Logger
-
- MAIN_FRAME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a top level page.
- mainFrame() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns an Optional
that contains the main Frame
of the currently loaded web
page if it exists, otherwise an empty Optional
.
- MALFORMED_IDENTITY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The identity used for authentication is invalid.
- MANDATORY_PROXY_CONFIGURATION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A mandatory proxy configuration could not be used.
- matchCase(boolean) - Method in class com.teamdev.jxbrowser.search.FindOptions.Builder
-
Specifies whether the search is case-sensitive.
- MEDIA_DEVICE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
Reserved value.
- MEDIA_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
Reserved value.
- MEDIA_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a media resource.
- MediaDevice - Interface in com.teamdev.jxbrowser.media
-
The details of the media stream device (audio/video).
- mediaDevices() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows managing media stream devices.
- MediaDevices - Interface in com.teamdev.jxbrowser.media
-
An engine service that allows accessing all the available media devices.
- MediaDeviceType - Enum in com.teamdev.jxbrowser.media
-
The media device types.
- mediaType() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns the media type of the node the context menu is invoked on.
- MediaType - Enum in com.teamdev.jxbrowser.media
-
The media types.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.AlertCallback.Params
-
Returns a string that represents the text passed to the window.alert()
JavaScript
function.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Params
-
Returns a string that represents the localized text of the form repost warning.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Params
-
Returns a string that represents the localized text of the before unload warning.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Params
-
Returns a string that represents the text passed to the window.confirm()
JavaScript function.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the text passed to the window.prompt()
JavaScript function.
- message() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns a string that represents the localized dialog message.
- message() - Method in interface com.teamdev.jxbrowser.js.ConsoleMessage
-
Returns a string that represents the text of the console message.
- metaDown(boolean) - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Sets the flag indicating whether the Meta is down.
- method() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Returns the value of the method attribute of this form.
- method() - Method in interface com.teamdev.jxbrowser.net.UrlRequest
-
Returns a string that represents the request method name.
- METHOD_NOT_ALLOW - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- METHOD_NOT_SUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server did not support the request method.
- methodName() - Method in interface com.teamdev.jxbrowser.net.callback.LoadResourceCallback.Params
-
Returns a string that represents the request method name.
- MHTML_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.SavePageType
-
The complete web page with all its resources will be saved as MHTML.
- MIDDLE_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.MouseButton
-
- MIDI_SYSEX_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- MIDI_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- MILLIS_PER_SECOND - Static variable in interface com.teamdev.jxbrowser.time.Timestamp
-
- mimeType() - Method in interface com.teamdev.jxbrowser.download.DownloadTarget
-
Returns the MIME type of the download.
- mimeType(MimeType) - Method in class com.teamdev.jxbrowser.frame.LoadDataParams.Builder
-
Sets the MIME type of the data to load.
- mimeType() - Method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Returns the MIME type of the data to load.
- mimeType() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns the MIME type value initialized with the lower case string retrieved from the
Content-Type
header.
- MimeType - Interface in com.teamdev.jxbrowser.net
-
A media type of the resource.
- mimeTypes() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns an immutable list of the MIME types supported by the plugin.
- MISCONFIGURED_AUTH_ENVIRONMENT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The environment was not setCookie up correctly for authentication (for
example, no KDC could be found or the principal is unknown.
- MISSING_AUTH_CREDENTIALS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
No Kerberos credentials were available during HTTP Authentication.
- misspelledWord() - Method in interface com.teamdev.jxbrowser.menu.SpellCheckMenu
-
Returns a string that represents the misspelled word under the cursor, if any.
- MOUSE_BUTTON_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.MouseButton
-
Reserved value.
- MOUSE_DOWN - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- MOUSE_MOVE - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- MOUSE_OUT - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- MOUSE_OVER - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- MOUSE_UP - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- MouseButton - Enum in com.teamdev.jxbrowser.ui
-
The mouse buttons.
- MouseDragged - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse has been moved while the mouse button is pressed.
- MouseDragged.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MouseEntered - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse has been moved over the web page.
- MouseEntered.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MouseEvent - Interface in com.teamdev.jxbrowser.dom.event
-
A mouse event that provides access to the mouse event data.
- MouseEvent - Interface in com.teamdev.jxbrowser.ui.event
-
A common interface that all mouse events must extend.
- MouseEvent.Button - Enum in com.teamdev.jxbrowser.dom.event
-
A DOM mouse button.
- MouseEventParams - Interface in com.teamdev.jxbrowser.dom.event
-
The DOM mouse event parameters.
- MouseEventParams.Builder - Class in com.teamdev.jxbrowser.dom.event
-
- MouseExited - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse has been moved out of the web page.
- MouseExited.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MouseMoved - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse has been moved.
- MouseMoved.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MousePressed - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse button has been pressed.
- MousePressed.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MouseReleased - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse button has been released.
- MouseReleased.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MouseWheel - Interface in com.teamdev.jxbrowser.ui.event
-
An event indicating that the mouse wheel button has been rotated.
- MouseWheel.Builder - Class in com.teamdev.jxbrowser.ui.event
-
- MOVED_P - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- movePageDown() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving the caret position at one page down in a text area or a
WYSIWYG editor.
- movePageUp() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving the caret position at one page up in a text area or a
WYSIWYG editor.
- moveToBeginningOfLine() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word to the beginning of line in a text area or a
WYSIWYG editor.
- moveToBeginningOfLineAndModifySelection() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word to the beginning of line and modifying selection
in a text area or a WYSIWYG editor.
- moveToEndOfLine() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word to the end of line in a text area or a WYSIWYG
editor.
- moveToEndOfLineAndModifySelection() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word to the end of line and modifying selection in a
text area or a WYSIWYG editor.
- moveWordLeft() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word left in a text area or a WYSIWYG editor.
- moveWordLeftAndModifySelection() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word left and modifying selection in a text area or a
WYSIWYG editor.
- moveWordRight() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word right in a text area or a WYSIWYG editor.
- moveWordRightAndModifySelection() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows moving a word right and modifying selection in a text area or a
WYSIWYG editor.
- MSG_TOO_BIG_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The message was too large for the transport.
- MultipartFormData - Interface in com.teamdev.jxbrowser.net
-
An upload data of the multipart/form-data
content type.
- MultipartFormData.Builder - Class in com.teamdev.jxbrowser.net
-
- MultipartFormData.Pair - Interface in com.teamdev.jxbrowser.net
-
A key-value pair that represents a segment of a multi-part form data.
- multiple(boolean) - Method in interface com.teamdev.jxbrowser.dom.SelectElement
-
Sets the multiple
attribute of the select element to the given multiple
value.
- MULTIPLE_CHOICES - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- mute() - Method in interface com.teamdev.jxbrowser.media.Audio
-
Mutes all audio output.
- name(String) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie name.
- name() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns a string that represents the name of this cookie.
- name() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Returns the value of the name attribute of this form.
- name() - Method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns the Name
of the command.
- name() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns a string that represent the name of the frame or an empty string if the frame does
not have a name.
- name() - Method in interface com.teamdev.jxbrowser.media.MediaDevice
-
Returns a string that represents the media stream device name.
- name(String) - Method in class com.teamdev.jxbrowser.net.File.Builder
-
- name() - Method in interface com.teamdev.jxbrowser.net.File
-
Returns a string that represents the file name.
- name() - Method in interface com.teamdev.jxbrowser.net.HttpHeader
-
Returns a string that represents the HTTP header name.
- name() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns a string that represents the name of the plugin.
- NAME_CONSTRAINT_VIOLATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- NAME_NOT_RESOLVED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The host name could not be resolved.
- NAME_RESOLUTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An error occurred when trying to do a name resolution (DNS).
- navigation() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns Navigation
that allows controlling navigation in the current browser
instance.
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameDocumentLoadFinished
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFailed
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFinished
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.LoadFinished
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.LoadStarted
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationEvent
-
Returns the Navigation
instance initiated this event.
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationRedirected
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationStarted
-
- navigation() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationStopped
-
- Navigation - Interface in com.teamdev.jxbrowser.navigation
-
Allows loading resources in the browser instance and working with the navigation history.
- NavigationCallback - Interface in com.teamdev.jxbrowser.navigation.callback
-
A common interface for all navigation callbacks must extend.
- NavigationEntry - Interface in com.teamdev.jxbrowser.navigation
-
A navigation history entry.
- NavigationEvent - Interface in com.teamdev.jxbrowser.navigation.event
-
An interface that all navigation events must extend.
- NavigationException - Exception in com.teamdev.jxbrowser.navigation
-
Thrown when navigation to a resource has been failed.
- NavigationException(String, NetError) - Constructor for exception com.teamdev.jxbrowser.navigation.NavigationException
-
Constructs a NavigationException
with the given detail message
and netError
.
- NavigationFinished - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the navigation has been finished.
- NavigationRedirected - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the navigation has encountered a server redirect.
- NavigationStarted - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the navigation has been started.
- NavigationStopped - Interface in com.teamdev.jxbrowser.navigation.event
-
An event indicating that the navigation has been stopped.
- NavigationSyncCallback<P,R> - Interface in com.teamdev.jxbrowser.navigation.callback
-
A common interface for all synchronous navigation callbacks must extend.
- NET_ERROR_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Reserved value.
- netError() - Method in exception com.teamdev.jxbrowser.navigation.NavigationException
-
Returns the network error code that describes the reason of the navigation failure.
- NetError - Enum in com.teamdev.jxbrowser.net
-
The network error codes.
- network() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows working with network.
- network() - Method in interface com.teamdev.jxbrowser.net.event.BytesReceived
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.BytesSent
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.NetworkEvent
-
Returns the Network
instance initiated this event.
- network() - Method in interface com.teamdev.jxbrowser.net.event.PacScriptErrorReceived
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.RedirectResponseCodeReceived
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.RequestDestroyed
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.ResponseStarted
-
- network() - Method in interface com.teamdev.jxbrowser.net.event.TransactionStarted
-
- Network - Interface in com.teamdev.jxbrowser.net
-
A service that provides access to the network-level functionality.
- NETWORK_ACCESS_DENIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Permission to access the network was denied.
- NETWORK_CHANGED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The network changed.
- NETWORK_DISCONNECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The network connection has been lost.
- NETWORK_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Generic network failure.
- NETWORK_INVALID_REQUEST_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The network request was invalid.
- NETWORK_IO_SUSPENDED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An operation could not be completed because all network IO
is suspended.
- NETWORK_SERVER_DOWN_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The server has gone down.
- NETWORK_TIMEOUT_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The network operation timed out.
- NetworkAsyncCallback<P,R extends AsyncCallbackAction> - Interface in com.teamdev.jxbrowser.net.callback
-
A common interface for all asynchronous network service callbacks must extend.
- NetworkCallback - Interface in com.teamdev.jxbrowser.net.callback
-
A common interface for all network service callbacks must extend.
- NetworkEvent - Interface in com.teamdev.jxbrowser.net.event
-
An interface that all network events must extend.
- NetworkSyncCallback<P,R> - Interface in com.teamdev.jxbrowser.net.callback
-
A common interface for all synchronous network service callbacks must extend.
- newBrowser() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Creates a new Browser
instance with the initial "about:blank" web page.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Creates a new Cookie
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.dom.event.EventParams
-
Creates a new EventParams
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.dom.event.KeyEventParams
-
Creates a new KeyEventParams
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Creates a new MouseEventParams
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.dom.event.UiEventModifierParams
-
Creates a new UiEventModifierParams
builder.
- newBuilder(RenderingMode) - Static method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Creates a new EngineOptions
builder.
- newBuilder(String) - Static method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Creates a new LoadDataParams
builder with the required parameters.
- newBuilder(String) - Static method in interface com.teamdev.jxbrowser.frame.LoadHtmlParams
-
Creates a new LoadHtmlParams
builder with the required parameters.
- newBuilder(String) - Static method in interface com.teamdev.jxbrowser.navigation.LoadUrlParams
-
Creates a new LoadUrlParams
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.net.File
-
Creates a new File
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.net.FormData
-
Creates a new FormData
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.net.MultipartFormData
-
- newBuilder(UrlRequest.Id, HttpStatus) - Static method in interface com.teamdev.jxbrowser.net.UrlRequestJob.Options
-
Creates a new UrlRequestJob
builder with the given required parameters.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.search.FindOptions
-
Creates a new FindOptions
builder.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.ui.Color
-
Creates a new Color
builder with the given required parameters.
- newBuilder(KeyCode) - Static method in interface com.teamdev.jxbrowser.ui.event.KeyPressed
-
Creates a new KeyPressed
builder with the given required parameters.
- newBuilder(KeyCode) - Static method in interface com.teamdev.jxbrowser.ui.event.KeyReleased
-
Creates a new KeyReleased
builder with the given required parameters.
- newBuilder(KeyCode) - Static method in interface com.teamdev.jxbrowser.ui.event.KeyTyped
-
Creates a new KeyTyped
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseDragged
-
Creates a new MouseDragged
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseEntered
-
Creates a new MouseEntered
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseExited
-
Creates a new MouseExited
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseMoved
-
Creates a new MouseMoved
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MousePressed
-
Creates a new MousePressed
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseReleased
-
Creates a new MouseReleased
builder with the given required parameters.
- newBuilder(Point) - Static method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
Creates a new MouseWheel
builder with the given required parameters.
- newBuilder() - Static method in interface com.teamdev.jxbrowser.ui.KeyModifiers
-
Creates a new KeyModifiers
builder.
- newInstance(EngineOptions) - Static method in interface com.teamdev.jxbrowser.engine.Engine
-
Initializes and runs the Chromium engine with the given options
.
- newInstance() - Static method in class com.teamdev.jxbrowser.net.proxy.AutoDetectProxyConfig
-
Creates an auto-detect proxy configuration.
- newInstance(String) - Static method in class com.teamdev.jxbrowser.net.proxy.CustomProxyConfig
-
Creates a custom proxy configuration based on the given proxyRules
.
- newInstance(String, String) - Static method in class com.teamdev.jxbrowser.net.proxy.CustomProxyConfig
-
Creates a custom proxy configuration based on the given proxyRules
and proxyExceptions
.
- newInstance() - Static method in class com.teamdev.jxbrowser.net.proxy.DirectProxyConfig
-
Creates a direct proxy configuration.
- newInstance() - Static method in class com.teamdev.jxbrowser.net.proxy.SystemProxyConfig
-
Creates a system proxy configuration.
- newInstance(String) - Static method in class com.teamdev.jxbrowser.net.proxy.UrlProxyConfig
-
Creates a proxy configuration based on the PAC file located at the given pacUrl
.
- newInstance(Browser) - Static method in class com.teamdev.jxbrowser.view.javafx.BrowserView
-
Creates a new BrowserView
instance that will display the passed browser
instance.
- newInstance(Browser) - Static method in class com.teamdev.jxbrowser.view.swing.BrowserView
-
Creates a new BrowserView
instance that will display the passed browser
instance.
- newUrl() - Method in interface com.teamdev.jxbrowser.net.event.RedirectResponseCodeReceived
-
Returns a string that represents the new location of the redirected URL request.
- newUrlRequestJob(UrlRequestJob.Options) - Method in interface com.teamdev.jxbrowser.net.Network
-
Creates and returns a new UrlRequestJob
instance with the given options
.
- nextSibling() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns an Optional
that contains the next node in the document tree if such a node
exists, otherwise returns an empty Optional
.
- NO_BUTTON_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.MouseButton
-
- NO_CONTENT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NO_PRIVATE_KEY_FOR_CERT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server responded to a with a generated client cert that we
don't have the matching private key for.
- NO_REVOCATION_MECHANISM_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- NO_SSL_VERSIONS_ENABLED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
No SSL protocol versions are enabled.
- NO_SUPPORTED_PROXIES_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
There are no supported proxies in the provided list.
- Node - Interface in com.teamdev.jxbrowser.dom
-
A base DOM object providing access to the common DOM object properties and methods to manage the
DOM node structure.
- node() - Method in interface com.teamdev.jxbrowser.dom.PointInspection
-
Returns the
Node
at the point.
- NODE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Reserved value.
- nodeName() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns a string that represents the node name in the UTF8 format.
- NodeType - Enum in com.teamdev.jxbrowser.dom
-
Represents the values that can be used to distinguish different kind of nodes, such that HTML
element, text, attribute, from each other.
- nodeValue() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns a string that represents the node value.
- nodeValue(String) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Updates the node value with the given new value
.
- NoLicenseException - Exception in com.teamdev.jxbrowser.engine
-
Thrown when no license found.
- NoLicenseException() - Constructor for exception com.teamdev.jxbrowser.engine.NoLicenseException
-
Constructs a new instance of the NoLicenseException
.
- NON_AUTHORITATIVE_INFORMATION - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NON_UNIQUE_NAME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- NONE - Static variable in interface com.teamdev.jxbrowser.time.Timestamp
-
The Timestamp
from the number of milliseconds of UTC time since Unix epoch
1970-01-01T00:00:00Z set to none.
- NONE_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- NonnullReturnValue - Annotation Type in com.teamdev.jxbrowser.annotation
-
This annotation can be applied to a package to indicate that all public methods in this package
cannot return null
.
- NORMAL_TERMINATION_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- NORMAL_VALUE - Static variable in enum com.teamdev.jxbrowser.navigation.PageType
-
- NOT_ACCEPTABLE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NOT_FOUND - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NOT_IMPLEMENTED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NOT_IMPLEMENTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The operation failed because of unimplemented functionality.
- NOT_MODIFIED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- NOTATION_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an XML <!NOTATION ...>
node.
- NOTIFICATIONS_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- NPN_NEGOTIATION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The request to negotiate an alternate protocol failed.
- number() - Method in enum com.teamdev.jxbrowser.dom.event.MouseEvent.Button
-
Returns a number of the button.
- NUMBER_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result contains a single number.
- numberOfMatches() - Method in interface com.teamdev.jxbrowser.search.FindResult
-
Returns the number of the matches found at the moment or -1 when no matches found.
- OBJECT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a tag for a plugin.
- Observable<T extends Event> - Interface in com.teamdev.jxbrowser.event
-
An observable object.
- Observer<T extends Event> - Interface in com.teamdev.jxbrowser.event
-
A common interface for all event observers.
- of(String) - Static method in interface com.teamdev.jxbrowser.dom.event.EventType
-
Returns the EventType
instance for the given eventName
.
- of(int) - Static method in enum com.teamdev.jxbrowser.dom.event.MouseEvent.Button
-
Returns the Button
instance for the given value.
- of(Locale) - Static method in enum com.teamdev.jxbrowser.engine.Language
-
Returns an Optional
that contains the Language
for the given Locale
or an empty Optional
if there is no Language
associated with the language
obtained from the given Locale
.
- of(String) - Static method in interface com.teamdev.jxbrowser.net.BytesData
-
Returns an instance of
BytesData
with the given upload data bytes obtained from the
data
string.
- of(byte[]) - Static method in interface com.teamdev.jxbrowser.net.BytesData
-
Returns an instance of
BytesData
with the given upload
data
bytes.
- of(String, String) - Static method in interface com.teamdev.jxbrowser.net.FormData.Pair
-
Returns the Pair
instance for the given key
and value
.
- of(String) - Static method in interface com.teamdev.jxbrowser.net.Host
-
Returns the Host
instance for the given host name.
- of(String, String) - Static method in interface com.teamdev.jxbrowser.net.HttpHeader
-
Returns an instance of the HttpHeader
with the given name
and value
.
- of(String) - Static method in interface com.teamdev.jxbrowser.net.MimeType
-
Returns the MimeType
instance for the given value.
- of(String, String) - Static method in interface com.teamdev.jxbrowser.net.MultipartFormData.Pair
-
Returns the Pair
instance for the given key
and value
.
- of(String, File) - Static method in interface com.teamdev.jxbrowser.net.MultipartFormData.Pair
-
Returns the Pair
instance for the given key
and value
.
- of(String) - Static method in interface com.teamdev.jxbrowser.net.TextData
-
Returns an instance of
TextData
with the given upload data obtained from the
text
string.
- of(X509Certificate) - Static method in interface com.teamdev.jxbrowser.net.tls.Certificate
-
Returns the Certificate
instance for the given x509 certificate.
- of(X509Certificate, SslPrivateKey) - Static method in interface com.teamdev.jxbrowser.net.tls.ClientCertificate
-
Returns the ClientCertificate
instance for the given certificate
and SSL
private key.
- of(Path, String, KeyStoreType) - Static method in interface com.teamdev.jxbrowser.net.tls.ClientCertificate
-
Loads and creates a client certificate from the given file with the given password and
keystore type.
- of(byte[]) - Static method in interface com.teamdev.jxbrowser.net.tls.SslPrivateKey
-
Returns the SslPrivateKey
instance for the given bytes.
- of(InputStream) - Static method in class com.teamdev.jxbrowser.net.tls.X509Certificates
-
Creates a X.509 certificate object and initializes it with the data read from the given
inputStream
.
- of(String) - Static method in interface com.teamdev.jxbrowser.ui.FontName
-
Returns the FontName
instance for the given value.
- of(float) - Static method in interface com.teamdev.jxbrowser.ui.FontSize
-
Returns the FontSize
instance for the given value.
- of(int, int) - Static method in interface com.teamdev.jxbrowser.ui.Point
-
Returns the Point
instance for the given x and y values.
- of(int, int) - Static method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the Rect
instance for the given width
and height
values.
- of(int, int, int, int) - Static method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the Rect
instance for the given x
, y
, width
, and
height
values.
- of(Size) - Static method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the Rect
instance for the empty origin and the given size
value.
- of(Point, Size) - Static method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the Rect
instance for the given origin
and size
values.
- of(int, int) - Static method in interface com.teamdev.jxbrowser.ui.Size
-
Returns the Size
instance for the given width
and height
values.
- ok() - Method in class com.teamdev.jxbrowser.browser.callback.AlertCallback.Action
-
Notifies the browser that the alert dialog is closed.
- ok() - Method in class com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Action
-
Notifies the browser that the JavaScript confirmation dialog should be closed with the
"OK" action.
- ok(String) - Method in class com.teamdev.jxbrowser.browser.callback.PromptCallback.Action
-
Notifies the browser that the JavaScript prompt dialog should be closed with the given
text
as a response.
- OK - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- OK_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
No error.
- okActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.AlertCallback.Params
-
Returns a string that represents the localized text of the "OK" action.
- okActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Params
-
Returns a string that represents the localized text of the "OK" action.
- okActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the localized text of the "OK" action.
- on(P, R) - Method in interface com.teamdev.jxbrowser.callback.AsyncCallback
-
Invoked when the callback needs a response for the given callback parameters.
- on(P) - Method in interface com.teamdev.jxbrowser.callback.SyncCallback
-
Invoked when the callback needs a response of type R
that may be determined based on
the provided callback parameters.
- on(Class<E>, Observer<E>) - Method in interface com.teamdev.jxbrowser.event.Observable
-
Subscribes the given event observer
to receive the events of the given eventClass
.
- on(T) - Method in interface com.teamdev.jxbrowser.event.Observer
-
Invoked when the event occurred.
- on(AlertCallback.Params, AlertCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultAlertCallback
-
- on(BeforeFormRepostCallback.Params, BeforeFormRepostCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultBeforeFormRepostCallback
-
- on(BeforeUnloadCallback.Params, BeforeUnloadCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultBeforeUnloadCallback
-
- on(ConfirmCallback.Params, ConfirmCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultConfirmCallback
-
- on(OpenFileCallback.Params, OpenFileCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFileCallback
-
- on(OpenFilesCallback.Params, OpenFilesCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFilesCallback
-
- on(OpenFolderCallback.Params, OpenFolderCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenFolderCallback
-
- on(OpenPopupCallback.Params) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenPopupCallback
-
- on(PrintCallback.Params, PrintCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultPrintCallback
-
- on(PromptCallback.Params, PromptCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultPromptCallback
-
- on(SaveAsPdfCallback.Params, SaveAsPdfCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultSaveAsPdfCallback
-
- on(SelectClientCertificateCallback.Params, SelectClientCertificateCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultSelectClientCertificateCallback
-
- on(SelectColorCallback.Params, SelectColorCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultSelectColorCallback
-
- on(ShowContextMenuCallback.Params, ShowContextMenuCallback.Action) - Method in class com.teamdev.jxbrowser.view.javafx.callback.DefaultShowContextMenuCallback
-
- on(AlertCallback.Params, AlertCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultAlertCallback
-
- on(BeforeFormRepostCallback.Params, BeforeFormRepostCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultBeforeFormRepostCallback
-
- on(BeforeUnloadCallback.Params, BeforeUnloadCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultBeforeUnloadCallback
-
- on(ConfirmCallback.Params, ConfirmCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultConfirmCallback
-
- on(OpenFileCallback.Params, OpenFileCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFileCallback
-
- on(OpenFilesCallback.Params, OpenFilesCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFilesCallback
-
- on(OpenFolderCallback.Params, OpenFolderCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenFolderCallback
-
- on(OpenPopupCallback.Params) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultOpenPopupCallback
-
- on(PrintCallback.Params, PrintCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultPrintCallback
-
- on(PromptCallback.Params, PromptCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultPromptCallback
-
- on(SaveAsPdfCallback.Params, SaveAsPdfCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultSaveAsPdfCallback
-
- on(SelectClientCertificateCallback.Params, SelectClientCertificateCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultSelectClientCertificateCallback
-
- on(SelectColorCallback.Params, SelectColorCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultSelectColorCallback
-
- on(ShowContextMenuCallback.Params, ShowContextMenuCallback.Action) - Method in class com.teamdev.jxbrowser.view.swing.callback.DefaultShowContextMenuCallback
-
- ONLY_HTML_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.SavePageType
-
Only the HTML of the web page will be saved.
- OOM_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- open(Path) - Method in class com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Action
-
Notifies the browser that the file was selected in the file chooser dialog.
- open(Path...) - Method in class com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Action
-
Notifies the browser that the files were selected in the file chooser dialog.
- open(Path) - Method in class com.teamdev.jxbrowser.browser.callback.OpenFolderCallback.Action
-
Notifies the browser that the folder was selected in the dialog.
- OpenFileCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the browser requests to display a file chooser dialog to open a
file.
- OpenFileCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- OpenFileCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- OpenFilesCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the browser requests to display a file chooser dialog to open
several files.
- OpenFilesCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- OpenFilesCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- OpenFolderCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the browser requests to display a file chooser dialog to open a
folder.
- OpenFolderCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- OpenFolderCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- OpenPopupCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when a new popup browser instance should be opened.
- OpenPopupCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- OpenPopupCallback.Response - Interface in com.teamdev.jxbrowser.browser.callback
-
- OptionElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM option element.
- options() - Method in interface com.teamdev.jxbrowser.dom.SelectElement
-
Returns an immutable list of the option elements of the select element.
- options() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns the options the current engine was initialized with.
- ORDERED_NODE_ITERATOR_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents a set of all nodes matching the XPath expression.
- ORDERED_NODE_SNAPSHOT_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents the snapshots of all nodes matching the XPath expression.
- origin() - Method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the upper-left corner of the rectangle.
- ORIGIN_BOUND_CERT_GENERATION_TYPE_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Server requested one type of cert, then requested a different type while
the first was still being generated.
- originalUrl() - Method in interface com.teamdev.jxbrowser.navigation.NavigationEntry
-
Returns a string that represents the URL that caused this entry to be created.
- out() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Performs zoom out on the currently loaded web page
- OUT_OF_MEMORY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Memory allocation failed.
- outdent() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making outdent of the selected text in a WYSIWYG editor.
- override(List<HttpHeader>) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendHeadersCallback.Response
-
Notifies the engine that the URL request should be updated with the given HTTP headers.
- override(List<HttpHeader>) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Response
-
Notifies the engine that the URL request should be updated with the given HTTP headers.
- override(BytesData) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
-
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
- override(TextData) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
-
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
- override(FormData) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
-
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
- override(MultipartFormData) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
-
Notifies the engine that the upload data in the URL request should be replaced with the
given one.
- override(List<HttpHeader>) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeStartTransactionCallback.Response
-
Notifies the engine that the URL request should be updated with the given HTTP headers.
- override(List<HttpHeader>) - Static method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Response
-
Notifies the engine that the URL request should be updated with the given HTTP headers.
- ownPropertyNames() - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Returns an immutable list of the names of the properties of this JavaScript object, excluding
properties from the prototype objects.
- P_100_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_110_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_125_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_150_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_175_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_200_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_250_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_25_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_300_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_33_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_400_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_500_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_50_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_67_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_75_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_80_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- P_90_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- PAC_NOT_IN_DHCP_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
No PAC URL configuration could be retrieved from DHCP.
- PAC_SCRIPT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The evaluation of the PAC script failed.
- PAC_STATUS_NOT_OK_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The PAC requested by HTTP did not have a valid status code (non-200).
- PacScriptErrorReceived - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the PAC file processing has been failed.
- PAGE_TYPE_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.navigation.PageType
-
TODO:30-01-2019:artem.trofimov: ERROR conflicts with a define from the standard wingdi.h SDK header.
- PAGE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.navigation.PageType
-
Reserved value.
- pageType() - Method in interface com.teamdev.jxbrowser.navigation.NavigationEntry
-
Returns the page type that tells if this entry is for an interstitial or error page.
- PageType - Enum in com.teamdev.jxbrowser.navigation
-
The page types.
- pageUrl() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the source URL of the top level page that the context
menu is invoked on.
- parent() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns an Optional
that contains the parent of this node.
- parent() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns an Optional
that contains the parent Frame
instance or an empty
Optional
if the current frame is a main (top-level) frame and it does not have a
parent.
- PARTIAL_CONTENT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- passwordStore(PasswordStore) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the password store type that specifies which storage backend to use to encrypt
cookies on Linux.
- passwordStore() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains the password store type or an empty Optional
if the password store type was not set.
- PasswordStore - Enum in com.teamdev.jxbrowser.engine
-
Defines password store types that are used to specify which encryption storage backend to use to
encrypt cookies on Linux.
- paste() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows pasting content of the clipboard in a text field, text area or
a WYSIWYG editor.
- path(String) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie path.
- path() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns a string that represents the path that must exist in the URL of a request in order to
send this cookie to the server.
- path() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns a string representing one of the following:
the absolute path to the plugin file on the local file system
the plugin extension name
the resource URL (for example, chrome-extension://<IDENTIFIER>
)
- pathValue(Path) - Method in class com.teamdev.jxbrowser.net.File.Builder
-
Sets the file path.
- pathValue() - Method in interface com.teamdev.jxbrowser.net.File
-
Returns the file value as a file path.
- pause() - Method in interface com.teamdev.jxbrowser.download.Download
-
Pauses this download.
- PAYMENT_REQUIRED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- PEPPER_IN_PROCESS_VALUE - Static variable in enum com.teamdev.jxbrowser.plugin.PluginType
-
- PEPPER_OUT_OF_PROCESS_VALUE - Static variable in enum com.teamdev.jxbrowser.plugin.PluginType
-
- PERMANENT_REDIRECT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- PERMISSION_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
Reserved value.
- permissions() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows managing permissions.
- Permissions - Interface in com.teamdev.jxbrowser.permission
-
A service that allows managing permissions.
- PermissionsAsyncCallback<P,R extends AsyncCallbackAction> - Interface in com.teamdev.jxbrowser.permission.callback
-
A common interface for all asynchronous permission service callbacks must extend.
- PermissionsCallback - Interface in com.teamdev.jxbrowser.permission.callback
-
A common interface for all permission service callbacks must extend.
- permissionType() - Method in interface com.teamdev.jxbrowser.permission.callback.RequestPermissionCallback.Params
-
Returns the type of the requested permission.
- PermissionType - Enum in com.teamdev.jxbrowser.permission
-
The list of supported permission types.
- persist() - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Persists all the changes performed to the cookie store.
- phase() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns the event phase.
- PING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a ping request
- PINNED_KEY_MISSING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- PKCS12_IMPORT_BAD_PASSWORD_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
PKCS #12 import failed due to incorrect password.
- PKCS12_IMPORT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
PKCS #12 import failed due to other error.
- PKCS12_IMPORT_INVALID_FILE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
PKCS #12 import failed due to invalid/corrupt file.
- PKCS12_IMPORT_INVALID_MAC_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
PKCS #12 import failed due to invalid MAC.
- PKCS12_IMPORT_UNSUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
PKCS #12 import failed due to unsupported features.
- plugin() - Method in interface com.teamdev.jxbrowser.plugin.callback.AllowPluginCallback.Params
-
Returns the plugin to check.
- Plugin - Interface in com.teamdev.jxbrowser.plugin
-
The details of the installed Chromium plugin.
- PLUGIN_RESOURCE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a resource that a plugin requested.
- PLUGIN_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
- plugins() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows configuring plugins.
- Plugins - Interface in com.teamdev.jxbrowser.plugin
-
Represents an engine service that provides the details about the available Chromium plugins.
- PluginsCallback - Interface in com.teamdev.jxbrowser.plugin.callback
-
A common interface for all plugin service callbacks must extend.
- PluginsSyncCallback<P,R> - Interface in com.teamdev.jxbrowser.plugin.callback
-
A common interface for all synchronous plugin service callbacks must extend.
- PluginType - Enum in com.teamdev.jxbrowser.plugin
-
The plugin types.
- Point - Interface in com.teamdev.jxbrowser.ui
-
A pair of numbers that in general are used to define coordinates in the two-dimensional space.
- PointInspection - Interface in com.teamdev.jxbrowser.dom
-
Provides information about DOM node at a specified point inside the loaded document.
- popupBrowser() - Method in interface com.teamdev.jxbrowser.browser.callback.OpenPopupCallback.Params
-
Returns the popup Browser
instance that has been created.
- port() - Method in interface com.teamdev.jxbrowser.net.HostPort
-
Returns the port of the URI.
- Port - Interface in com.teamdev.jxbrowser.net
-
A port of the URI.
- postData(String) - Method in class com.teamdev.jxbrowser.navigation.LoadUrlParams.Builder
-
Sets a string that represents the POST data that will be sent to the resource.
- postData() - Method in interface com.teamdev.jxbrowser.navigation.LoadUrlParams
-
Returns a string that represents the POST data that will be sent to the resource.
- ppapiFlashPath(Path) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the path to the PPAPI (Pepper) Flash.
- ppapiFlashPath() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains the path to the PPAPI (Pepper) Flash or an empty
Optional
if the path was not set.
- ppapiFlashVersion(String) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the version of the PPAPI (Pepper) Flash.
- ppapiFlashVersion() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains a string representing the version of the PPAPI
(Pepper) Flash or an empty Optional
if the version was not set.
- PRECONDITION_FAILED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- PRECONNECT_MAX_SOCKET_LIMIT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
We've hit the max socket limit for the socket pool while pre-connecting.
- PREFETCH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents an explicitly requested prefetch.
- preventDefault() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Informs the browser that if the event is not explicitly handled, its default action should
not be performed.
- previousSibling() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns an Optional
that contains the previous node in the document tree if such a
node exists, otherwise returns an empty Optional
.
- PRIMARY_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.MouseButton
-
- print() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Requests printing of the currently loaded web page in this frame.
- PrintCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
The callback that is invoked when the printing is initiated.
- PrintCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- PrintCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- PRIVATE_KEY_EXPORT_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Failure to export private key.
- privateKey() - Method in interface com.teamdev.jxbrowser.net.tls.ClientCertificate
-
Returns the SSL private key of this client certificate.
- proceed() - Static method in interface com.teamdev.jxbrowser.browser.callback.InjectCssCallback.Response
-
Notifies the browser that it can proceed without injecting a custom style sheet.
- proceed() - Static method in interface com.teamdev.jxbrowser.browser.callback.InjectJsCallback.Response
-
Notifies the browser that it can proceed with loading the frame.
- proceed() - Static method in interface com.teamdev.jxbrowser.browser.callback.OpenPopupCallback.Response
-
Returns the Response
instance that indicates that the popup has been opened.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendHeadersCallback.Response
-
Notifies the engine that it should continue without modifying HTTP headers.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Response
-
Notifies the engine that it should continue without modifying HTTP headers.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Response
-
Notifies the engine that the URL request should continue without modifying its upload
data.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeStartTransactionCallback.Response
-
Notifies the engine that it should continue without modifying HTTP headers.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeUrlRequestCallback.Response
-
Notifies the engine that the URL request should continue without redirection.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.InterceptRequestCallback.Response
-
Notifies the engine that the URL request must not be intercepted and should be processed
normally.
- proceed() - Static method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Response
-
Notifies the engine that it should continue without modifying HTTP headers.
- PROCESS_CRASHED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- PROCESS_WAS_KILLED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- PROCESSING_INSTRUCTIONS_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a
ProcessingInstruction
of an XML document such as {@code
- progress() - Method in interface com.teamdev.jxbrowser.download.event.DownloadUpdated
-
Returns an Optional
containing the rough percent complete or an empty Optional
if we do not know it, because we did not receive the total size.
- Progress - Interface in com.teamdev.jxbrowser.ui
-
A process progress.
- PromptCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when JavaScript dialog prompting the user to input some text should be
displayed.
- PromptCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- PromptCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- property(String) - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Returns an Optional
describing the value of the JavaScript object's property with the
given name
or an empty Optional
if there is no such property or the value is
undefined.
- propertyNames() - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Returns an immutable list of the names of the properties of this JavaScript object, including
properties from the prototype objects.
- PROTECTED_MEDIA_IDENTIFIER_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- proxy() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows working with proxy.
- Proxy - Interface in com.teamdev.jxbrowser.net.proxy
-
Allows modifying the proxy configuration for the current engine.
- PROXY_AUTH_REQUESTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The proxy requested authentication (for tunnel establishment).
- PROXY_AUTH_UNSUPPORTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The proxy requested authentication (for tunnel establishment) with an unsupported method.
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- PROXY_CERTIFICATE_INVALID_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The certificate presented by the HTTPS Proxy was invalid.
- PROXY_CONNECTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Could not create a connection to the proxy server.
- PROXY_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
Reserved value.
- proxyAutoConfigFileUrl() - Method in class com.teamdev.jxbrowser.net.proxy.UrlProxyConfig
-
Returns a string that represents a URL address of the PAC file.
- ProxyConfig - Interface in com.teamdev.jxbrowser.net.proxy
-
A common interface all proxy configurations must extend.
- proxyRules() - Method in class com.teamdev.jxbrowser.net.proxy.CustomProxyConfig
-
Returns a string that represents the proxy rules.
- proxyServerAddress() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Params
-
Returns the host-port pair representing the proxy server bound to this request.
- proxyType() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Params
-
Returns the type of the proxy bound to the request.
- ProxyType - Enum in com.teamdev.jxbrowser.net.proxy
-
The proxy types.
- put(String, Cookie) - Method in interface com.teamdev.jxbrowser.cookie.CookieStore
-
Sets the given cookie
and associates it with the given url
.
- putAttribute(String, String) - Method in interface com.teamdev.jxbrowser.dom.Element
-
Adds a new attribute to the element.
- putProperty(String, Object) - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Creates a new property with the given name
or updates the existing one in the current
JavaScript object and returns true
if the property with the given name
was
created or updated successfully.
Q
- QUIC_PROTOCOL_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
There is a QUIC protocol error.
- QUIC_VALUE - Static variable in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
The proxy for the HTTP protocol in which QUIC is used as the transport, instead of TCP.
R
- reason() - Method in interface com.teamdev.jxbrowser.download.event.DownloadInterrupted
-
Returns the interrupt reason of this download.
- receivedBytes() - Method in interface com.teamdev.jxbrowser.download.event.DownloadUpdated
-
Returns the number or received (downloaded) bytes.
- ReceiveHeadersCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked when the response headers have been received for a URL request.
- ReceiveHeadersCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- ReceiveHeadersCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- Rect - Interface in com.teamdev.jxbrowser.ui
-
A rectangle described by the location and dimensions.
- red(float) - Method in class com.teamdev.jxbrowser.ui.Color.Builder
-
Sets the red channel value in the 0..1
range
- red() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns the red channel value in the 0..1
range.
- redirect(String) - Static method in interface com.teamdev.jxbrowser.net.callback.BeforeUrlRequestCallback.Response
-
Notifies the engine that the URL request should be redirected to the given url.
- RedirectResponseCodeReceived - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that a redirect response code (3xx) has been received for the URL request.
- redo() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
- reload() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Reloads the currently loaded web page.
- reloadAndCheckForRepost() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Reloads the currently loaded web page, but if the current web page has POST data, the user is
prompted to see if they really want to reload the page.
- reloadIgnoringCache() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Reloads the currently loaded web page ignoring caches.
- reloadIgnoringCacheAndCheckForRepost() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Reloads the currently loaded web page ignoring caches, but if the current web page has POST
data, the user is prompted to see if they really want to reload the page.
- remoteDebuggingPort(int) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the remote debugging port.
- remoteDebuggingPort() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains the number representing the remote debugging port
or an empty Optional
if the remote debugging port was not set.
- remove(Class<C>) - Method in interface com.teamdev.jxbrowser.callback.Advisable
-
Removes a particular service callback.
- remove(String) - Method in interface com.teamdev.jxbrowser.spellcheck.Dictionary
-
Removes the given word
from the dictionary and schedules a write to disk.
- removeAttribute(String) - Method in interface com.teamdev.jxbrowser.dom.Element
-
Removes an element attribute specified by the given attrName
.
- removeChild(Node) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Removes the given childNode
of the current node from the DOM.
- removeEntryAtIndex(int) - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Removes the item at the given index
in the back-forward list and returns true
if it was removed successfully.
- removeEventListener(EventType, Observer<Event>, boolean) - Method in interface com.teamdev.jxbrowser.dom.event.EventTarget
-
Removes the given listener
from the event target.
- removeFormat() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows removing all styles of the selected text (bold, italic, etc.)
in a WYSIWYG editor.
- removeProperty(String) - Method in interface com.teamdev.jxbrowser.js.JsObject
-
Removes a property with the given name
in the JavaScript object and returns true
if the property was successfully removed.
- renderingMode() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns the rendering mode indicating how the content of the web pages will be rendered.
- RenderingMode - Enum in com.teamdev.jxbrowser.engine
-
A list of supported rendering modes.
- RenderProcessStarted - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that a new render process for the browser has been started.
- RenderProcessTerminated - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the render process of the browser has been terminated.
- replaceChild(Node, Node) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Replaces the given child oldNode
of the current node with the given newNode
.
- replaceMisspelledWord(String) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Replaces misspelled word under cursor on the currently loaded web page with the given word
.
- repost() - Method in class com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Action
-
Notifies the browser that resubmitting POST data is allowed.
- repostActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Params
-
Returns a string that represents the localized text of the "Repost" action.
- REQUEST_ENTITY_TOO_LARGE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- REQUEST_RANGE_NOT_SATISFIABLE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The response was 416 (Requested range not satisfiable) and the server cannot
satisfy the range requested.
- REQUEST_TIMEOUT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- REQUEST_URI_TOO_LONG - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- RequestCompleted - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the URL request has been completed.
- RequestDestroyed - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the URL request has been destroyed.
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- RequestPermissionCallback - Interface in com.teamdev.jxbrowser.permission.callback
-
This callback is invoked when a web page requests a permission, for example to enable geolocation
or Flash player.
- RequestPermissionCallback.Action - Class in com.teamdev.jxbrowser.permission.callback
-
- RequestPermissionCallback.Params - Interface in com.teamdev.jxbrowser.permission.callback
-
- RESET - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- reset() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Restores default values of the elements on the form.
- reset() - Method in interface com.teamdev.jxbrowser.zoom.Zoom
-
Resets zoom level for the currently loaded web page to the default value.
- RESET_CONTENT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- resize(Size) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Updates size of the current browser instance with the given one.
- resize(int, int) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Updates size of this Browser instance with the given width and height.
- RESIZE - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- RESOURCE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Reserved value.
- resourceType() - Method in interface com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Params
-
Returns the type of the requested resource.
- resourceType() - Method in interface com.teamdev.jxbrowser.net.callback.LoadResourceCallback.Params
-
Returns the type of the resource the request is going to load.
- ResourceType - Enum in com.teamdev.jxbrowser.net
-
Resource types.
- RESPONSE_BODY_TOO_BIG_TO_DRAIN_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response was too big to drain.
- RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response contained multiple Content-Disposition headers.
- RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response contained multiple distinct Content-Length headers.
- RESPONSE_HEADERS_MULTIPLE_LOCATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The HTTP response contained multiple Location headers.
- RESPONSE_HEADERS_TOO_BIG_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The headers section of the response is too large.
- responseCode() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns the HTTP response code.
- responseCode() - Method in interface com.teamdev.jxbrowser.net.event.RedirectResponseCodeReceived
-
Returns the HTTP response code (e.g., 300, 301, and so on).
- responseCode() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
Returns the HTTP response code or 0 if the request has been failed or canceled.
- responseCode() - Method in interface com.teamdev.jxbrowser.net.event.ResponseStarted
-
Returns the HTTP response code.
- ResponseStarted - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the first byte of the URL response body has been received.
- results() - Method in interface com.teamdev.jxbrowser.browser.event.SpellCheckCompleted
-
Returns an immutable list of the spell checking results.
- resume() - Method in interface com.teamdev.jxbrowser.download.Download
-
Resumes this download.
- REV_CHECKING_ENABLED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- REVOKED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
S
- save(Path) - Method in class com.teamdev.jxbrowser.browser.callback.SaveAsPdfCallback.Action
-
Notifies the browser that the save file dialog was closed and the given file
was
selected.
- SAVE_PAGE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.SavePageType
-
- SaveAsPdfCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the browser requests to display a file chooser dialog to save
content as PDF.
- SaveAsPdfCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- SaveAsPdfCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- SavePageType - Enum in com.teamdev.jxbrowser.browser
-
Determines how the web page will be saved.
- saveWebPage(Path, Path, SavePageType) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Initiates the saving process of the currently loaded web page.
- scheme() - Method in interface com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Params
-
Returns the requested authentication scheme, such as "basic" or "digest".
- screenLocation() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEvent
-
Returns the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
- screenLocation(Point) - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Sets the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
- screenLocation() - Method in interface com.teamdev.jxbrowser.dom.event.MouseEventParams
-
Returns the location of the mouse cursor in the screen's coordinate system at the time the
event occurred.
- SCRIPT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents an external script.
- SCROLL - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- SCROLL_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.ScrollType
-
Reserved value.
- scrollbarPixelsPerLine(int) - Method in class com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Sets the number of pixels per line for scrolling.
- scrollbarPixelsPerLine() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
Returns the number of pixels per line for scrolling.
- scrollLineDown() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling one line down.
- scrollLineUp() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling one line up.
- scrollPageBackward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling a page backward.
- scrollPageForward() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling a page forward.
- scrollToBeginningOfDocument() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling content to the beginning of the document in the
frame.
- scrollToEndOfDocument() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows scrolling content to the end of the document in the frame.
- scrollType(ScrollType) - Method in class com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Sets the scroll type of the event.
- scrollType() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
Returns the scroll type of the event.
- ScrollType - Enum in com.teamdev.jxbrowser.ui
-
The scroll types.
- searchBackward(boolean) - Method in class com.teamdev.jxbrowser.search.FindOptions.Builder
-
Specifies whether the search is performed backward.
- SearchContext - Interface in com.teamdev.jxbrowser.dom
-
Base interface for search methods that must be inherited by the DOM interfaces that want to have
search mechanisms.
- SECONDARY_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.MouseButton
-
- secure(boolean) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Specifies whether the cookie is restricted to a secure protocol (HTTPS or WSS) or it can
be sent using any protocol.
- SEE_OTHER - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- select(int) - Method in class com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Action
-
Notifies the browser that the client certificate from the list with the given index
should be selected.
- select(ClientCertificate) - Method in class com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Action
-
Notifies the browser that the given clientCertificate
should be selected.
- select(Color) - Method in class com.teamdev.jxbrowser.browser.callback.SelectColorCallback.Action
-
Notifies the browser that the user has selected a color.
- select(ContextMenuItem) - Method in class com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Action
-
Notifies the browser the item
should be selected.
- SELECT - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- select() - Method in interface com.teamdev.jxbrowser.dom.OptionElement
-
Selects the current option element.
- selectActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns a string that represents the localized text of the "Select" action.
- selectAll() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows selecting all text in the frame or the currently focused text
field, text area or a WYSIWYG editor.
- SelectClientCertificateCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the web server requires authorization via SSL client certificate.
- SelectClientCertificateCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- SelectClientCertificateCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- SelectColorCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the user clicks an <input type='color'>
HTML5 element.
- SelectColorCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- SelectColorCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- selectedMatch() - Method in interface com.teamdev.jxbrowser.search.FindResult
-
Returns the index of the currently selected match or -1 when there are no matches.
- selectedText() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the text of the selection that the context menu is
invoked on.
- SelectElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM select element.
- selectionAsHtml() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns a string that contains HTML of the selected content in the frame or an empty string
if there is no selection.
- selectionAsText() - Method in interface com.teamdev.jxbrowser.frame.Frame
-
Returns a text representation of the selected content in the frame or an empty string if
there is no selection.
- selectLine() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows selecting a line at the caret position in a text area or a
WYSIWYG editor.
- selectParagraph() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows selecting the whole paragraph at the caret position in a text
area or a WYSIWYG editor.
- selectSentence() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows selecting the whole sentence at the caret position in a text
area or a WYSIWYG editor.
- selectWord() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows selecting the word at the caret position in a text field, text
area or a WYSIWYG editor.
- SENSORS_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- SEPARATOR_VALUE - Static variable in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
The context menu item is a separator.
- SERVER_BAD_CONTENT_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The server does not have the requested data.
- SERVER_CERT_PROBLEM_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Server certificate problem.
- SERVER_CONTENT_LENGTH_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The server sent fewer bytes than the content-length header.
- SERVER_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The server indicates that the operation has failed (generic).
- SERVER_FORBIDDEN_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Server access forbidden.
- SERVER_NO_RANGE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The server does not support range requests.
- SERVER_UNAUTHORIZED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Server didn't authorize access to resource.
- SERVER_UNREACHABLE_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Unexpected server response.
- serverWhitelist() - Method in interface com.teamdev.jxbrowser.net.HttpAuthPreferences
-
Returns the server HTTP authorization whitelist as a string with comma/semicolon separated
server URLs.
- serverWhitelist(String) - Method in interface com.teamdev.jxbrowser.net.HttpAuthPreferences
-
Configures the server HTTP authorization whitelist.
- SERVICE_UNAVAILABLE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- SERVICE_WORKER_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents the main resource of a service worker.
- set(Class<C>, C) - Method in interface com.teamdev.jxbrowser.callback.Advisable
-
Sets a particular service callback.
- settings() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns BrowserSettings
that allows configuring the current browser instance.
- SHA1_SIGNATURE_PRESENT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- SHADOW_ROOT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents a shadow root node.
- SHARED_WORKER_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents the main resource of a shared worker.
- shiftDown(boolean) - Method in class com.teamdev.jxbrowser.ui.KeyModifiers.Builder
-
Sets the flag indicating whether the Shift is down.
- shouldReplaceNavigationEntry(boolean) - Method in class com.teamdev.jxbrowser.frame.LoadDataParams.Builder
-
Specifies whether the data will be loaded as a normal navigation and the current history
item should be replaced.
- shouldReplaceNavigationEntry() - Method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Returns true
if the data will be loaded as a normal navigation and the current
history item should be replaced.
- shouldReplaceNavigationEntry(boolean) - Method in class com.teamdev.jxbrowser.frame.LoadHtmlParams.Builder
-
Specifies whether the data will be loaded as a normal navigation and the current history
item should be replaced.
- shouldReplaceNavigationEntry() - Method in interface com.teamdev.jxbrowser.frame.LoadHtmlParams
-
Returns true
if the current history item should be replaced or false
if the
request should be processed as a normal navigation.
- ShowContextMenuCallback - Interface in com.teamdev.jxbrowser.browser.callback
-
This callback is invoked when the browser attempts to display a context menu, for example, when
the user clicks the right mouse button on the web page Flash content.
- ShowContextMenuCallback.Action - Class in com.teamdev.jxbrowser.browser.callback
-
- ShowContextMenuCallback.Params - Interface in com.teamdev.jxbrowser.browser.callback
-
- showPrintPreview() - Method in class com.teamdev.jxbrowser.browser.callback.PrintCallback.Action
-
Notifies the browser to display the Print Preview dialog.
- size() - Method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the rectangle dimensions.
- Size - Interface in com.teamdev.jxbrowser.ui
-
A pair of numbers that in general are used to define dimensions in the two-dimensional space.
- SOCKET_IS_CONNECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The socket is already connected.
- SOCKET_NOT_CONNECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The socket is not connected.
- SOCKS4_VALUE - Static variable in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
The proxy for the SOCKS4 protocol.
- SOCKS5_VALUE - Static variable in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
The proxy for the SOCKS5 protocol.
- SOCKS_CONNECTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Failed establishing a connection to the SOCKS proxy server for a target host.
- SOCKS_CONNECTION_HOST_UNREACHABLE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The SOCKS proxy server failed establishing connection to the target host
because that host is unreachable.
- source() - Method in interface com.teamdev.jxbrowser.js.ConsoleMessage
-
Returns a string that represents the source of the console message.
- SPDY_PING_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
SPDY server didn't respond to the PING message.
- SPDY_PROTOCOL_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
There is a SPDY protocol error.
- SPDY_SERVER_REFUSED_STREAM_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
SPDY server refused the stream.
- SPDY_SESSION_ALREADY_EXISTS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A SPDY session already exists, and should be used instead of this connection.
- SpellCheckCompleted - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that spell checking on the frame has been completed.
- spellChecker() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows working with spell checking functionality.
- SpellChecker - Interface in com.teamdev.jxbrowser.spellcheck
-
Represents an engine service that provides functionality for configuring spell checking.
- SpellCheckingResult - Interface in com.teamdev.jxbrowser.spellcheck
-
A spell checking result that contains the bounds of a mis-spelled substring of the checked text.
- spellCheckMenu() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns the spell check sub menu.
- SpellCheckMenu - Interface in com.teamdev.jxbrowser.menu
-
A spell check menu in the context menu.
- srcUrl() - Method in interface com.teamdev.jxbrowser.browser.callback.ShowContextMenuCallback.Params
-
Returns a string that represents the source URL of the HTML element that the context menu
is invoked on.
- SSL_BAD_PEER_PUBLIC_KEY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
SSL peer's public key is invalid.
- SSL_BAD_RECORD_MAC_ALERT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An SSL peer sent us a fatal bad_record_mac alert.
- SSL_CLIENT_AUTH_CERT_NEEDED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server requested a client certificate for SSL client authentication.
- SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The SSL client certificate has no private key.
- SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The permission to use the SSL client certificate's private key was denied.
- SSL_CLIENT_AUTH_SIGNATURE_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
We were unable to sign the CertificateVerify data of an SSL client auth
handshake with the client certificate's private key.
- SSL_DECOMPRESSION_FAILURE_ALERT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An SSL peer sent us a fatal decompression_failure alert.
- SSL_HANDSHAKE_NOT_COMPLETED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An operation failed because the SSL handshake has not completed.
- SSL_NO_RENEGOTIATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The peer sent an SSL no_renegotiation alert message.
- SSL_PINNED_KEY_NOT_IN_CERT_CHAIN_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The certificate didn't match the built-in public key pins for the host name.
- SSL_PROTOCOL_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An SSL protocol error occurred.
- SSL_RENEGOTIATION_REQUESTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server requested a renegotiation (re-handshake).
- SSL_VERSION_OR_CIPHER_MISMATCH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The client and server don't support a common SSL protocol version or cipher suite.
- SSL_WEAK_SERVER_EPHEMERAL_DH_KEY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The SSL server attempted to use a weak ephemeral Diffie-Hellman key.
- SslPrivateKey - Interface in com.teamdev.jxbrowser.net.tls
-
An SSL private key.
- start() - Static method in interface com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Response
-
Notifies the browser that it should continue loading the URL.
- StartDownloadCallback - Interface in com.teamdev.jxbrowser.download.callback
-
The callback that is invoked when the browser is about to start downloading the file.
- StartDownloadCallback.Action - Class in com.teamdev.jxbrowser.download.callback
-
- StartDownloadCallback.Params - Interface in com.teamdev.jxbrowser.download.callback
-
- StartNavigationCallback - Interface in com.teamdev.jxbrowser.navigation.callback
-
This callback is invoked before the engine starts navigation to a resource.
- StartNavigationCallback.Params - Interface in com.teamdev.jxbrowser.navigation.callback
-
- StartNavigationCallback.Response - Interface in com.teamdev.jxbrowser.navigation.callback
-
- state() - Method in interface com.teamdev.jxbrowser.download.Download
-
Returns the download state.
- status() - Method in interface com.teamdev.jxbrowser.browser.event.RenderProcessTerminated
-
Returns the termination status of the terminated render process.
- status() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
Returns the status of the URL request.
- StatusChanged - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the status text has been changed.
- statusLine() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns a string that represents the information about HTTP version, response code and
the status text.
- statusText() - Method in interface com.teamdev.jxbrowser.browser.event.StatusChanged
-
Returns a string that represents the new status text or an empty string if the status text is
empty.
- statusText() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns a string that represents the short textual description of the response code.
- stay() - Method in class com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Action
-
Notifies the browser that the user decided to stay on the current page.
- stayActionText() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Params
-
Returns a string that represents the localized text of the "Stay" action.
- STILL_RUNNING_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- stop() - Method in interface com.teamdev.jxbrowser.navigation.Navigation
-
Cancels any pending navigation or download operation and stops any dynamic page elements,
such as background sounds and animations.
- stopFindingAndClearSelection() - Method in interface com.teamdev.jxbrowser.search.TextFinder
-
Stops finding and clears the highlighting of the found matches.
- stopFindingAndKeepSelection() - Method in interface com.teamdev.jxbrowser.search.TextFinder
-
Stops finding and keeps the the currently highlighted match selected.
- stopPropagation() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Informs the browser that the event should not propagate in the capturing and bubbling
phases.
- strikethrough() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the selected text strikethrough in a WYSIWYG editor.
- STRING_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result contains a single string.
- stringValue() - Method in interface com.teamdev.jxbrowser.net.MultipartFormData.Pair
-
Returns the form content segment value as a string.
- STYLESHEET_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a CSS stylesheet.
- SUB_FRAME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents a frame or iframe.
- SUB_MENU_VALUE - Static variable in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
The context menu item is a sub-menu with items.
- SUB_RESOURCE_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
- SUBMIT - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- submit() - Method in interface com.teamdev.jxbrowser.dom.FormElement
-
Submits the form represented by the element.
- subscript() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the selected text subscript in a WYSIWYG editor.
- Subscription - Interface in com.teamdev.jxbrowser.event
-
- suggestedFileName() - Method in interface com.teamdev.jxbrowser.browser.callback.SaveAsPdfCallback.Params
-
Returns a string that represents the suggested name of the file to save.
- suggestedFileName() - Method in interface com.teamdev.jxbrowser.download.DownloadTarget
-
Returns a string that represents the suggested file name.
- superscript() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows making the selected text superscript in a WYSIWYG editor.
- suppress() - Static method in interface com.teamdev.jxbrowser.browser.callback.CreatePopupCallback.Response
-
Returns the Response
instance that indicates that the popup creation should be
suppressed.
- switches() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an immutable list of the Chromium switches that will be passed to the Chromium Main
process.
- SWITCHING_PROTOCOLS - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- SYN_REPLY_NOT_RECEIVED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
FLIP data received without receiving a SYN_REPLY on the stream.
- SyncCallback<P,R> - Interface in com.teamdev.jxbrowser.callback
-
A common interface that all synchronous callbacks must extend.
- SystemProxyConfig - Class in com.teamdev.jxbrowser.net.proxy
-
T
- target() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns an Optional
that contains the element on which the event occurred if it
exists, otherwise an empty Optional
.
- target() - Method in interface com.teamdev.jxbrowser.download.Download
-
Returns the download target.
- targetName() - Method in interface com.teamdev.jxbrowser.browser.callback.CreatePopupCallback.Params
-
Returns a string that represents the popup window target name that can be passed through
the window.open()
JavaScript function.
- targetUrl() - Method in interface com.teamdev.jxbrowser.browser.callback.CreatePopupCallback.Params
-
Returns a string that represents the target URL that will be loaded in the popup
browser.
- TEMPORARILY_THROTTLED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The request throttler module cancelled this request to avoid DDOS.
- TEMPORARY_REDIRECT - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- TERMINATION_STATUS_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
Reserved value.
- TerminationStatus - Enum in com.teamdev.jxbrowser.browser.event
-
The render process termination statuses.
- text() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the default text passed to the window.prompt()
JavaScript function or an empty string, if no default value is passed.
- text() - Method in interface com.teamdev.jxbrowser.menu.ContextMenuItem
-
Returns a string that represents the text of the context menu item.
- TEXT_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents the actual text of the HTML element or the attribute.
- TextAreaElement - Interface in com.teamdev.jxbrowser.dom
-
An HTML DOM textarea element.
- textContent() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns the text content of the current node and its descendants.
- textContent(String) - Method in interface com.teamdev.jxbrowser.dom.Node
-
Removes all the current node children and replaces them with a single text node with the
given textContent
.
- TextData - Interface in com.teamdev.jxbrowser.net
-
An upload data of the text/plain
content type.
- textEncoding(String) - Method in class com.teamdev.jxbrowser.frame.LoadDataParams.Builder
-
Sets the data encoding.
- textEncoding() - Method in interface com.teamdev.jxbrowser.frame.LoadDataParams
-
Returns a string that represents the data encoding.
- textFinder() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns TextFinder
that allows finding text on a web page loaded in the current
browser instance.
- TextFinder - Interface in com.teamdev.jxbrowser.search
-
Allows finding text on the loaded web page.
- TIMED_OUT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An operation timed out.
- TimeoutException - Exception in com.teamdev.jxbrowser.navigation
-
Thrown when a blocking operation times out.
- TimeoutException(String) - Constructor for exception com.teamdev.jxbrowser.navigation.TimeoutException
-
Constructs a TimeoutException
with the specified detail message.
- timestamp() - Method in interface com.teamdev.jxbrowser.navigation.NavigationEntry
-
Returns the time at which the last known navigation was completed.
- Timestamp - Interface in com.teamdev.jxbrowser.time
-
A point in time independent of any time zone or calendar, represented as milliseconds in UTC
Epoch time.
- title() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns a string that represents the title of the currently loaded web page or an empty
string if the browser hasn't loaded any web page yet.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.AlertCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.callback.SelectClientCertificateCallback.Params
-
Returns a string that represents the localized dialog title.
- title() - Method in interface com.teamdev.jxbrowser.browser.event.TitleChanged
-
Returns a string that represents the new title or an empty string if the new title is empty.
- title() - Method in interface com.teamdev.jxbrowser.navigation.NavigationEntry
-
Returns the title as set by the web page or an empty string if there is no title set.
- TitleChanged - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that the web page title has been changed.
- toggleBold() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows toggling bold style for the selected text in a WYSIWYG editor.
- toggleItalic() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows toggling italic style for the selected text in a WYSIWYG
editor.
- toggleUnderline() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows toggling underline style for the selected text in a WYSIWYG
editor.
- toHexRGB() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns a string representation for this color in the #RGB
hex format.
- toHexRGBA() - Method in interface com.teamdev.jxbrowser.ui.Color
-
Returns a string representation for this color in the #RGBA
hex format.
- toMillis() - Method in interface com.teamdev.jxbrowser.time.Timestamp
-
Returns the number of milliseconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
- TOO_EARLY - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- TOO_MANY_REDIRECTS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Attempting to load an URL resulted in too many redirects.
- toSeconds() - Method in interface com.teamdev.jxbrowser.time.Timestamp
-
Returns the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.
- toString() - Method in enum com.teamdev.jxbrowser.engine.Language
-
Returns a string representation of the current language in format:
- totalBytes() - Method in interface com.teamdev.jxbrowser.download.event.DownloadUpdated
-
Returns the total size of the downloaded file in bytes.
- traceEnvironment() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Prints the current environment details to the log with the INFO level.
- TransactionStarted - Interface in com.teamdev.jxbrowser.net.event
-
An event indicating that the URL request is about to be sent out.
- TUNNEL_CONNECTION_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
A tunnel connection through the proxy could not be established.
- type() - Method in interface com.teamdev.jxbrowser.dom.event.Event
-
Returns the event type.
- type() - Method in interface com.teamdev.jxbrowser.dom.Node
-
Returns the node type.
- type() - Method in interface com.teamdev.jxbrowser.dom.XPathResult
-
Returns the result type.
- type() - Method in interface com.teamdev.jxbrowser.media.MediaDevice
-
Returns the media stream device type.
- type() - Method in interface com.teamdev.jxbrowser.menu.ContextMenuItem
-
Returns the type of the context menu item.
- type() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns the plugin type.
- TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
Reserved value.
- TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.plugin.PluginType
-
Reserved value.
U
- UiEventModifier - Interface in com.teamdev.jxbrowser.dom.event
-
A DOM UI event that can be fired with the key modifiers.
- uiEventModifierParams(UiEventModifierParams) - Method in class com.teamdev.jxbrowser.dom.event.KeyEventParams.Builder
-
Sets the DOM UI event parameters with the key modifiers.
- uiEventModifierParams(UiEventModifierParams) - Method in class com.teamdev.jxbrowser.dom.event.MouseEventParams.Builder
-
Sets the DOM UI event parameters with the key modifiers.
- UiEventModifierParams - Interface in com.teamdev.jxbrowser.dom.event
-
The DOM UI event parameters with the key modifiers.
- UiEventModifierParams.Builder - Class in com.teamdev.jxbrowser.dom.event
-
- UNABLE_TO_CHECK_REVOCATION_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- UNAUTHORIZED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- uncheck() - Method in interface com.teamdev.jxbrowser.dom.InputElement
-
Sets the checked
attribute of the input
DOM element with the type
'checkbox' or 'radio' to false
.
- underline() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows underlying the selected text in a WYSIWYG editor.
- undo() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows reversing the last action.
- UNDOCUMENTED_SECURITY_LIBRARY_STATUS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An undocumented SSPI or GSSAPI status code was returned.
- UNEXPECTED_PROXY_AUTH_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The response was 407 (Proxy Authentication Required), yet we did not send
the request to a proxy.
- UNEXPECTED_SECURITY_LIBRARY_STATUS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An unexpected, but documented, SSPI or GSSAPI status code was returned.
- UNEXPECTED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An unexpected error.
- unfocus() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Tells the current browser instance that it does not have focus and must be deactivated.
- UNIT_SCROLL_VALUE - Static variable in enum com.teamdev.jxbrowser.ui.ScrollType
-
Defines the scroll by units.
- unitsToScroll(int) - Method in class com.teamdev.jxbrowser.ui.event.MouseWheel.Builder
-
Sets the number of units to scroll.
- unitsToScroll() - Method in interface com.teamdev.jxbrowser.ui.event.MouseWheel
-
Returns the number of units to scroll.
- UNKNOWN_URL_SCHEME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The scheme of the URL is unknown.
- UNKNOWN_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The reason is unknown.
- unlink() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows removing the link from the text in a WYSIWYG editor.
- UNLOAD - Static variable in interface com.teamdev.jxbrowser.dom.event.EventType
-
- unmute() - Method in interface com.teamdev.jxbrowser.media.Audio
-
Unmutes all audio output.
- UNORDERED_NODE_ITERATOR_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents a set of all nodes matching the XPath expression.
- UNORDERED_NODE_SNAPSHOT_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
The result represents the snapshots of all nodes matching the XPath expression.
- UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The server sent an FTP directory listing in a format we do not understand.
- UNSAFE_PORT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Attempting to load an URL with an unsafe port number.
- UNSAFE_REDIRECT_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect
to file://
is considered unsafe).
- unselect() - Method in interface com.teamdev.jxbrowser.dom.OptionElement
-
Un-selects the current option element.
- unselect() - Static method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a command that allows clearing the current selection in a frame.
- unsubscribe() - Method in interface com.teamdev.jxbrowser.event.Subscription
-
Stops the receipt of notifications on the
Observable
that was registered when this
Subscription
was received.
- UNSUPPORTED_AUTH_SCHEME_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
An HTTP Authentication scheme was tried which is not supported on this
machine.
- UNSUPPORTED_MEDIA_TYPE - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- UpdateBoundsRequested - Interface in com.teamdev.jxbrowser.browser.event
-
An event indicating that JavaScript requests to update bounds of the Browser instance through the
following JavaScript functions:
window.moveTo()
— moves a window to the specified position.
window.moveBy()
— moves a window a specified number of pixels relative to its
current coordinates.
window.resizeTo()
— resizes the window to the specified width and height.
window.resizeBy()
— resizes the window by the specified pixels.
- UPLOAD_FILE_CHANGED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
The file upload failed because the file's modification time was different from the
expectation.
- uploadData() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Params
-
Returns the upload data retrieved from the URL request.
- uploadData() - Method in interface com.teamdev.jxbrowser.net.callback.InterceptRequestCallback.Params
-
Returns an Optional
that contains the upload data in the request or an empty
Optional
if the request does not have any upload data.
- UploadData - Interface in com.teamdev.jxbrowser.net
-
A common interface that all upload data implementations must extend.
- url() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns a string that represents URL of the currently loaded web page or an empty string if
the browser hasn't loaded any web page yet.
- url() - Method in interface com.teamdev.jxbrowser.browser.callback.AlertCallback.Params
-
Returns a string that represents the URL of the web page that requested to display the
alert dialog.
- url() - Method in interface com.teamdev.jxbrowser.browser.callback.CertificateErrorCallback.Params
-
Returns a string that represents the URL of the request that required the client
certificate selection.
- url() - Method in interface com.teamdev.jxbrowser.browser.callback.ConfirmCallback.Params
-
Returns a string that represents the URL of the web page that requested to display a
confirmation dialog.
- url() - Method in interface com.teamdev.jxbrowser.browser.callback.PromptCallback.Params
-
Returns a string that represents the URL of the web page that requested to display a
prompt dialog.
- url() - Method in interface com.teamdev.jxbrowser.download.DownloadTarget
-
Returns a string that represents the URL of the download.
- url() - Method in interface com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Params
-
Returns a string that represents the navigation request URL.
- url() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFailed
-
Returns a string that represents the URL of the resource which content has been failed to
load.
- url() - Method in interface com.teamdev.jxbrowser.navigation.event.FrameLoadFinished
-
Returns a string that represents the URL of the resource which content has been loaded.
- url() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationFinished
-
Returns a string that represents the URL of this navigation.
- url() - Method in interface com.teamdev.jxbrowser.navigation.event.NavigationStarted
-
Returns a string that represents the URL of the navigation.
- url() - Method in interface com.teamdev.jxbrowser.navigation.LoadUrlParams
-
Returns a string that represents the URL of the resource to load.
- url() - Method in interface com.teamdev.jxbrowser.navigation.NavigationEntry
-
Returns a string that represents the actual URL of the web page.
- url() - Method in interface com.teamdev.jxbrowser.net.callback.AuthenticateCallback.Params
-
Returns a string that represents the URL of the request that requires an authentication.
- url() - Method in interface com.teamdev.jxbrowser.net.callback.CanAccessFileCallback.Params
-
Returns a string that represents the URL of the request.
- url() - Method in interface com.teamdev.jxbrowser.net.callback.CanGetCookiesCallback.Params
-
Returns a string that represents the URL of the request.
- url() - Method in interface com.teamdev.jxbrowser.net.callback.CanSetCookieCallback.Params
-
Returns a string that represents the URL of the request.
- url() - Method in interface com.teamdev.jxbrowser.net.callback.LoadResourceCallback.Params
-
Returns a string that represents the URL of the request.
- url() - Method in interface com.teamdev.jxbrowser.net.UrlRequest
-
Returns a string that represents the URL address of this request.
- url() - Method in interface com.teamdev.jxbrowser.permission.callback.RequestPermissionCallback.Params
-
Returns a string that represents the URL of the currently loaded web page.
- URL_REQUEST_STATUS_CANCELED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
A request was cancelled programmatically.
- URL_REQUEST_STATUS_FAILED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
A request failed for some reason.
- URL_REQUEST_STATUS_IO_PENDING_VALUE - Static variable in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
An IO request is pending.
- URL_REQUEST_STATUS_SUCCESS_VALUE - Static variable in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
A request succeeded.
- URL_REQUEST_STATUS_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
Reserved value.
- urlElement() - Method in interface com.teamdev.jxbrowser.dom.PointInspection
-
Returns the link
Element
when a link is located at the point.
- UrlProxyConfig - Class in com.teamdev.jxbrowser.net.proxy
-
With this proxy configuration the connection uses proxy settings received from proxy auto-config
(PAC) file which is located at the specific address.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendHeadersCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendProxyHeadersCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeSendUploadDataCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeStartTransactionCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.BeforeUrlRequestCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.InterceptRequestCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.callback.ReceiveHeadersCallback.Params
-
Returns the URL request.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.BytesReceived
-
Returns the URL request associated with the response.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.BytesSent
-
Returns the URL request associated with the response.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.RedirectResponseCodeReceived
-
Returns the URL request that has been redirected.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.RequestCompleted
-
Returns the URL request that has been completed.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.RequestDestroyed
-
Returns the URL request that has been destroyed.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.ResponseStarted
-
Returns the URL request associated with the response.
- urlRequest() - Method in interface com.teamdev.jxbrowser.net.event.TransactionStarted
-
Returns the URL request that is about to be sent out.
- UrlRequest - Interface in com.teamdev.jxbrowser.net
-
The details about an URL request.
- UrlRequest.Id - Interface in com.teamdev.jxbrowser.net
-
- urlRequestId() - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob.Options
-
Returns the identifier of the URL request.
- UrlRequestJob - Interface in com.teamdev.jxbrowser.net
-
Represents the url request job for a URL request.
- UrlRequestJob.Id - Interface in com.teamdev.jxbrowser.net
-
- UrlRequestJob.Options - Interface in com.teamdev.jxbrowser.net
-
The options needed to initialize UrlRequestJob
.
- UrlRequestJob.Options.Builder - Class in com.teamdev.jxbrowser.net
-
- UrlRequestStatus - Enum in com.teamdev.jxbrowser.net
-
The URL request statuses.
- USE_PROXY - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- USER_CANCELED_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The user canceled the download.
- USER_SHUTDOWN_VALUE - Static variable in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
The user shut down the browser.
- userAgent() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns a string that represents the user-agent of the current browser instance.
- userAgent(String) - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Updates the user-agent string of the current browser instance and reloads the currently
loaded web page.
- userAgent(String) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the custom user agent string that is used to override the default user agent for the
Engine
.
- userAgent() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an Optional
that contains a string that is used to override the default user
agent or an empty Optional
if the custom user agent string was not set.
- userAgent() - Method in interface com.teamdev.jxbrowser.net.Network
-
Returns a string that represents the default user-agent.
- userDataDir(Path) - Method in class com.teamdev.jxbrowser.engine.EngineOptions.Builder
-
Sets the absolute path to the directory where the user data is stored.
- userDataDir() - Method in class com.teamdev.jxbrowser.engine.EngineOptions
-
Returns an absolute path to the directory where the user data is stored.
- UserDataDirectoryAlreadyInUseException - Exception in com.teamdev.jxbrowser.engine
-
Thrown when the user data directory is already used by another Engine instance in this or another
Java application.
- UserDataDirectoryAlreadyInUseException(Path) - Constructor for exception com.teamdev.jxbrowser.engine.UserDataDirectoryAlreadyInUseException
-
Constructs a new instance of UserDataDirectoryAlreadyInUseException
with the given
userDataDir
.
- userTempDir() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns path to the user's temp directory.
- uuid() - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob.Id
-
Returns the identifier value.
V
- valid() - Static method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Response
-
Notifies the engine that the given certificate is valid.
- VALIDITY_TOO_LONG_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- value(String) - Method in class com.teamdev.jxbrowser.cookie.Cookie.Builder
-
Sets the cookie value.
- value() - Method in interface com.teamdev.jxbrowser.cookie.Cookie
-
Returns a string that represents the value of this cookie or an empty string if the cookie
value is not specified.
- value() - Method in interface com.teamdev.jxbrowser.dom.event.EventType
-
Returns a string representation of the event type.
- value() - Method in interface com.teamdev.jxbrowser.dom.FormControlElement
-
Returns a string that represents the value associated with the form control.
- value(String) - Method in interface com.teamdev.jxbrowser.dom.FormControlElement
-
Associates the given value
with the control.
- value() - Method in enum com.teamdev.jxbrowser.engine.PasswordStore
-
Returns a string representation of the password store type.
- value() - Method in enum com.teamdev.jxbrowser.frame.EditorCommand.Name
-
Returns a string representation of the command name.
- value() - Method in class com.teamdev.jxbrowser.frame.EditorCommand
-
Returns a string that represents the command value.
- value() - Method in interface com.teamdev.jxbrowser.net.FormData.Pair
-
Returns a string that represents the form content segment value or an empty string if the
key does not correspond to any value.
- value() - Method in interface com.teamdev.jxbrowser.net.Host
-
Returns a string that represents the host name.
- value() - Method in interface com.teamdev.jxbrowser.net.HttpHeader
-
Returns a string that represents the HTTP header value.
- value() - Method in class com.teamdev.jxbrowser.net.HttpStatus
-
Returns the int
representation of the HTTP status code.
- value() - Method in interface com.teamdev.jxbrowser.net.MimeType
-
Returns a string that represents the media type value.
- value() - Method in interface com.teamdev.jxbrowser.net.Port
-
Returns the port value.
- value() - Method in interface com.teamdev.jxbrowser.net.UrlRequest.Id
-
Returns the unique identifier value.
- value() - Method in interface com.teamdev.jxbrowser.ui.FontName
-
Returns a string that represents the font name.
- value() - Method in interface com.teamdev.jxbrowser.ui.FontSize
-
Returns the font size value.
- value() - Method in interface com.teamdev.jxbrowser.ui.Progress
-
Returns the progress value that represents a fractional value between 0 and 1.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.dom.event.MouseEvent.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.engine.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.engine.PasswordStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.engine.RenderingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.frame.EditorCommand.Name
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.logging.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.NetError
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.net.NetError
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.net.NetError
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.tls.KeyStoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
- valueOf(String) - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor) - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
- values() - Static method in enum com.teamdev.jxbrowser.browser.event.TerminationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.browser.SavePageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.dom.event.EventPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.dom.event.MouseEvent.Button
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.dom.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.dom.XPathResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.download.DownloadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.download.event.DownloadInterruptReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.engine.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.engine.PasswordStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.engine.RenderingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.frame.EditorCommand.Name
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.logging.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.media.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.menu.ContextMenuItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.navigation.PageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.NetError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.proxy.ProxyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.tls.KeyStoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.net.UrlRequestStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.permission.PermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.plugin.PluginType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.ui.KeyCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.ui.MouseButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.ui.ScrollType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verificationStatuses() - Method in interface com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Params
-
Returns the result of the certificate verification performed by the default SSL
certificate verifier.
- VerifyCertificateCallback - Interface in com.teamdev.jxbrowser.net.callback
-
The callback is invoked when certificate verification is required.
- VerifyCertificateCallback.Params - Interface in com.teamdev.jxbrowser.net.callback
-
- VerifyCertificateCallback.Response - Interface in com.teamdev.jxbrowser.net.callback
-
- version() - Method in interface com.teamdev.jxbrowser.plugin.Plugin
-
Returns a string that represents the version number of the plugin file.
- version() - Static method in class com.teamdev.jxbrowser.VersionInfo
-
Returns a string that represents the current JxBrowser version.
- VERSION_NOT_SUPPORTED - Static variable in class com.teamdev.jxbrowser.net.HttpStatus
-
- VersionInfo - Class in com.teamdev.jxbrowser
-
Information about the product and the Chromium engine versions.
- VIDEO_CAPTURE_VALUE - Static variable in enum com.teamdev.jxbrowser.permission.PermissionType
-
- VIDEO_DEVICE_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaDeviceType
-
- VIDEO_VALUE - Static variable in enum com.teamdev.jxbrowser.media.MediaType
-
W
- warn(String) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs a WARNING message.
- warn(String, Throwable) - Static method in class com.teamdev.jxbrowser.logging.Logger
-
Logs a WARNING message with the given exception.
- WARNING_VALUE - Static variable in enum com.teamdev.jxbrowser.js.ConsoleMessageLevel
-
- WEAK_KEY_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- WEAK_SIGNATURE_ALGORITHM_VALUE - Static variable in enum com.teamdev.jxbrowser.net.tls.CertVerificationStatus
-
- WEB_RTC_IP_HANDLING_POLICY_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
-
The policy has not been specified.
- webRtcIpHandlingPolicy() - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Returns the WebRTC IP handling policy for the browser.
- webRtcIpHandlingPolicy(WebRtcIpHandlingPolicy) - Method in interface com.teamdev.jxbrowser.browser.BrowserSettings
-
Updates the WebRTC IP handling policy for the browser with the given one.
- WebRtcIpHandlingPolicy - Enum in com.teamdev.jxbrowser.browser
-
The the media performance/privacy tradeoffs which affect how WebRTC traffic will be routed and
how much local address information will be exposed.
- width() - Method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the rectangle horizontal dimension.
- width() - Method in interface com.teamdev.jxbrowser.ui.Size
-
Returns the horizontal dimension.
- win32UserAppDataLocalDir() - Static method in class com.teamdev.jxbrowser.os.Environment
-
Returns an Optional
that contains a string that represents an absolute path to the
local AppData directory of the current user on the Windows platform.
- WINSOCK_UNEXPECTED_WRITTEN_BYTES_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Winsock sometimes reports more data written than passed.
- words() - Method in interface com.teamdev.jxbrowser.spellcheck.Dictionary
-
Returns the words in the current dictionary or an empty collection if the dictionary does not
have any word.
- WORKER_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents the main resource of a dedicated worker.
- write(byte[]) - Method in interface com.teamdev.jxbrowser.net.UrlRequestJob
-
Appends a chunk of the response data to the URL request.
- WS_PROTOCOL_ERROR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.NetError
-
Websocket protocol error.
X
- x() - Method in interface com.teamdev.jxbrowser.ui.Point
-
Returns the horizontal coordinate.
- x() - Method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the horizontal coordinate of the upper-left corner of the rectangle.
- X509Certificates - Class in com.teamdev.jxbrowser.net.tls
-
A certificate factory, which is used to create X.509 certificates.
- X_PATH_NAMESPACE_NODE_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.NodeType
-
Represents an XPATH namespace node.
- XHR_VALUE - Static variable in enum com.teamdev.jxbrowser.net.ResourceType
-
Represents an XMLHttpRequest.
- XPATH_RESULT_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.dom.XPathResultType
-
Reserved value.
- XPathException - Exception in com.teamdev.jxbrowser.dom
-
Signals that an XPath expression evaluation has been failed or it is impossible to perform a
specific operation with
XPathResult
.
- XPathException(String) - Constructor for exception com.teamdev.jxbrowser.dom.XPathException
-
Constructs an XPathException
instance with the given detail message
.
- XPathResult - Interface in com.teamdev.jxbrowser.dom
-
An implementation of the DOM W3C
XPathResult
interface that represents the result of the XPath expression evaluation.
- XPathResultType - Enum in com.teamdev.jxbrowser.dom
-
Represents the XPath result types.
Y
- y() - Method in interface com.teamdev.jxbrowser.ui.Point
-
Returns the vertical coordinate.
- y() - Method in interface com.teamdev.jxbrowser.ui.Rect
-
Returns the vertical coordinate of the upper-left corner of the rectangle.
Z
- zoom() - Method in interface com.teamdev.jxbrowser.browser.Browser
-
Returns Zoom
that allows zooming content of a web page loaded in the current browser
instance.
- Zoom - Interface in com.teamdev.jxbrowser.zoom
-
Allows zooming content of a web page.
- ZOOM_LEVEL_UNSPECIFIED_VALUE - Static variable in enum com.teamdev.jxbrowser.zoom.ZoomLevel
-
Reserved value.
- ZoomLevel - Enum in com.teamdev.jxbrowser.zoom
-
The zoom levels.
- ZoomLevelChanged - Interface in com.teamdev.jxbrowser.zoom.event
-
An event indicating that the zoom level for a specific URL has been changed.
- zoomLevels() - Method in interface com.teamdev.jxbrowser.engine.Engine
-
Returns a service that allows working with zoom.
- zoomLevels() - Method in interface com.teamdev.jxbrowser.zoom.event.ZoomLevelChanged
-
- zoomLevels() - Method in interface com.teamdev.jxbrowser.zoom.event.ZoomLevelsEvent
-
Returns the ZoomService
instance initiated this event.
- ZoomLevels - Interface in com.teamdev.jxbrowser.zoom
-
Allows configuring the default zoom level and receive notifications about zoom changes.
- ZoomLevelsEvent - Interface in com.teamdev.jxbrowser.zoom.event
-
An interface that all zoom service events must extend.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z