Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.cookie |
Contains classes that allow you to manage cookies.
|
com.teamdev.jxbrowser.dom |
Provides the interfaces and classes for the Document Object Model (DOM).
|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.js |
This package provides classes that allow you to work with the JavaScript to Java bridge.
|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.menu |
This package contains interfaces and classes for working with context menu.
|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.net.event |
The network service events.
|
com.teamdev.jxbrowser.plugin |
Contains classes and interfaces for filtering the available plugins.
|
com.teamdev.jxbrowser.spellcheck |
This package provides classes and interfaces for spell checking.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<Certificate> |
SelectClientCertificateCallback.Params.certificates()
Returns an immutable list of the certificates allowed by the server.
|
default java.util.List<ContextMenuItem> |
ShowContextMenuCallback.Params.customContextMenuItems()
Returns an immutable list of the custom context menu items.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<SpellCheckingResult> |
SpellCheckCompleted.results()
Returns an immutable list of the spell checking results.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Cookie> |
CookieStore.cookies()
Returns an immutable list of all the cookies available in the cookie store.
|
java.util.List<Cookie> |
CookieStore.cookies(java.lang.String url)
Returns an immutable list of all the cookies available in the cookie store and associated
with the given
url . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Node> |
XPathResult.asSnapshotNodes()
Returns the XPath result represented as an immutable list of the snapshot nodes.
|
java.util.Map<java.lang.String,java.lang.String> |
Element.attributes()
Returns an immutable map that contains attributes of the element.
|
java.util.List<Node> |
Node.children()
Returns an immutable list of all children of this node.
|
java.util.List<FormControlElement> |
FormElement.controls()
Returns an immutable list of the form controls or an empty list if the form got no controls
on it.
|
java.util.Collection<java.lang.String> |
InputElement.files()
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.
|
java.util.List<Element> |
SearchContext.findElementsByClassName(java.lang.String className)
Returns an immutable list of the
Element objects found in the current search context
by the given className . |
java.util.List<Element> |
SearchContext.findElementsByCssSelector(java.lang.String cssSelector)
Returns an immutable list of the
Element objects found in the current search context
by the given cssSelector . |
java.util.List<Element> |
SearchContext.findElementsById(java.lang.String id)
Returns an immutable list of the
Element objects found in the current search context
by the given id . |
java.util.List<Element> |
SearchContext.findElementsByName(java.lang.String name)
Returns an immutable list of the
Element objects found in the current search context
by the given name . |
java.util.List<Element> |
SearchContext.findElementsByTagName(java.lang.String tagName)
Returns an immutable list of the
Element objects found in the current search context
by the given tagName . |
java.util.List<OptionElement> |
SelectElement.options()
Returns an immutable list of the option elements of the select element.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Observer<Event>> |
EventTarget.eventListeners(EventType eventType,
boolean useCapture)
Returns the immutable list of event listeners that listen events of the given
eventType in a phase that corresponds the given useCapture . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Download> |
Downloads.list()
Returns an immutable list of all downloads including already completed downloads during this
application session and the active downloads.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Browser> |
Engine.browsers()
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 . |
java.util.List<java.lang.String> |
EngineOptions.switches()
Returns an immutable list of the Chromium switches that will be passed to the Chromium Main
process.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
JsObject.ownPropertyNames()
Returns an immutable list of the names of the properties of this JavaScript object, excluding
properties from the prototype objects.
|
java.util.List<java.lang.String> |
JsObject.propertyNames()
Returns an immutable list of the names of the properties of this JavaScript object, including
properties from the prototype objects.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MediaDevice> |
MediaDevices.list(MediaDeviceType type)
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 . |
Modifier and Type | Method and Description |
---|---|
default java.util.List<java.lang.String> |
SpellCheckMenu.dictionarySuggestions()
Returns an immutable list of suggested replacements for a misspelled word under the cursor or
an empty list if there are no suggestions.
|
default java.util.List<ContextMenuItem> |
ContextMenuItem.items()
Returns an immutable list of the sub-items of the context menu item.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<HttpHeader> |
LoadUrlParams.extraHeaders()
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.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<FormData.Pair> |
FormData.data()
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.
|
default java.util.List<MultipartFormData.Pair> |
MultipartFormData.data()
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.
|
default java.util.List<HttpHeader> |
UrlRequestJob.Options.httpHeaders()
Returns an immutable list of HTTP headers.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<Cookie> |
CanGetCookiesCallback.Params.cookies()
Returns an immutable list of cookies that are going to be sent with the URL request.
|
default java.util.List<HttpHeader> |
BeforeSendHeadersCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the
request does not have any HTTP headers.
|
default java.util.List<HttpHeader> |
BeforeSendProxyHeadersCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the
request does not have any HTTP headers.
|
default java.util.List<HttpHeader> |
BeforeStartTransactionCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the
request does not have any HTTP headers.
|
default java.util.List<HttpHeader> |
InterceptRequestCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the
request does not have any HTTP headers.
|
default java.util.List<HttpHeader> |
ReceiveHeadersCallback.Params.httpHeaders()
Returns an immutable list of the HTTP headers of the request or an empty list if the
request does not have any HTTP headers.
|
Modifier and Type | Method and Description |
---|---|
default java.util.List<HttpHeader> |
TransactionStarted.httpHeaders()
Returns an immutable list of HTTP headers of the URL request that is about to be sent out.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Plugin> |
Plugins.list()
Returns an immutable list of the installed and available Chromium plugins or an empty list if
there is no installed and available plugins.
|
default java.util.List<MimeType> |
Plugin.mimeTypes()
Returns an immutable list of the MIME types supported by the plugin.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
SpellChecker.dictionaryNames()
Returns an immutable list of the dictionary names used for spell checking.
|