Package | Description |
---|---|
com.teamdev.jxbrowser.cache |
Contains classes that allow you to work with cache.
|
com.teamdev.jxbrowser.cookie |
Contains classes that allow you to manage cookies.
|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
com.teamdev.jxbrowser.permission |
This package provides classes that allow you to work with permissions.
|
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.
|
com.teamdev.jxbrowser.zoom |
This package contains the classes and interfaces for working with zoom on the web pages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpCache
An HTTP cache service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CookieStore
A service that allows working with the session and persistent cookies.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Downloads
A service that allows working with the downloads.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MediaDevices
An engine service that allows accessing all the available media devices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Network
A service that provides access to the network-level functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Proxy
Allows modifying the proxy configuration for the current engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Permissions
A service that allows managing permissions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Plugins
Represents an engine service that provides the details about the available Chromium plugins.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpellChecker
Represents an engine service that provides functionality for configuring spell checking.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZoomLevels
Allows configuring the default zoom level and receive notifications about zoom changes.
|