Package-level declarations

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

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

Types

Link copied to clipboard
Thrown when a bitmap request times out.
Link copied to clipboard
public interface Browser implements Closeable, Advisable<P>, Observable<T>
public interface Browser implements Closeable, Advisable<P>, Observable<T>
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.
Link copied to clipboard
public interface BrowserSettings
public interface BrowserSettings
The settings of the browser.
Link copied to clipboard
public interface CloseOptions
public interface CloseOptions
The options for the close method.
Link copied to clipboard
Thrown when the requested operation cannot be executed with the current rendering mode because it is not supported.