Package-level declarations

This package provides the classes that allow you to work with engines.

This package provides the classes that allow you to work with engines.

Types

Link copied to clipboard
Delivers Chromium binaries to the specific directory.
Link copied to clipboard
A class responsible for delivering Chromium binaries before starting the Engine.
Link copied to clipboard
Thrown when the verification of the Chromium binary files has failed and the binaries cannot be extracted from the resources.
Link copied to clipboard
interface Engine : Closeable, Observable<T>
interface Engine : Closeable, Observable<T>
Provides access to the Chromium engine functionality.
Link copied to clipboard
A superclass of those exceptions that can be thrown during Engine initialization.
Link copied to clipboard
The options that are used to configure Engine instances.
Link copied to clipboard
interface EngineService
interface EngineService
An interface that all engine services must implement.
Link copied to clipboard
Thrown when the given license is invalid.
Link copied to clipboard
Thrown when Inter-Process Communication (IPC) setup has been failed.
Link copied to clipboard
A list of supported user interface languages.
Link copied to clipboard
A superclass of those exceptions that can be thrown during license checking.
Link copied to clipboard
Thrown when Chromium fails to find the required system libraries on Linux.
Link copied to clipboard
Thrown when no license found.
Link copied to clipboard
Defines password store types that are used to specify which encryption storage backend to use to encrypt cookies on Linux.
Link copied to clipboard
The list of supported proprietary features.
Link copied to clipboard
A list of supported rendering modes.
Link copied to clipboard
enum Theme
enum Theme
A Chromium theme.
Link copied to clipboard
Thrown when the user data directory is already used by another Engine instance in this or another Java application.
Link copied to clipboard
Thrown when the user data directory does not exist and cannot be created.