Uses of Interface
com.teamdev.jxbrowser.profile.ProfileService
Package
Description
Contains classes that allow you to work with cache.
Contains classes that allow you to manage cookies.
This package provides the classes that allow you to manage downloads.
Contains classes and interfaces for working with network.
Provides classes that allow you to configure proxy.
This package provides classes that allow you to work with permissions.
Contains classes and interfaces for filtering the available plugins.
This package provides classes and interfaces for spell checking.
This package contains the classes and interfaces for working with zoom on the web pages.
-
Uses of ProfileService in com.teamdev.jxbrowser.cache
Modifier and TypeInterfaceDescriptioninterface
An HTTP authentication cache service.interface
An HTTP cache service. -
Uses of ProfileService in com.teamdev.jxbrowser.cast
-
Uses of ProfileService in com.teamdev.jxbrowser.cookie
Modifier and TypeInterfaceDescriptioninterface
A service that allows working with the session and persistent cookies. -
Uses of ProfileService in com.teamdev.jxbrowser.download
Modifier and TypeInterfaceDescriptioninterface
A service that allows working with the downloads. -
Uses of ProfileService in com.teamdev.jxbrowser.net
Modifier and TypeInterfaceDescriptioninterface
A service that provides access to the network-level functionality. -
Uses of ProfileService in com.teamdev.jxbrowser.net.proxy
-
Uses of ProfileService in com.teamdev.jxbrowser.password
Modifier and TypeInterfaceDescriptioninterface
A service for working with logins and passwords saved in the Chromium password store. -
Uses of ProfileService in com.teamdev.jxbrowser.permission
Modifier and TypeInterfaceDescriptioninterface
A service that allows managing permissions. -
Uses of ProfileService in com.teamdev.jxbrowser.plugin
Modifier and TypeInterfaceDescriptioninterface
An engine service that provides the details about the available Chromium plugins. -
Uses of ProfileService in com.teamdev.jxbrowser.spellcheck
Modifier and TypeInterfaceDescriptioninterface
A profile service that provides functionality for configuring spell checking. -
Uses of ProfileService in com.teamdev.jxbrowser.zoom
Modifier and TypeInterfaceDescriptioninterface
Allows configuring the default zoom level and receive notifications about zoom changes.