Package-level declarations

Types

Link copied to clipboard
interface CefAuthCallback
Callback interface used for asynchronous continuation of authentication requests.
Link copied to clipboard
Callback interface used to asynchronously continue a download.
Link copied to clipboard
interface CefCallback
Generic callback interface used for asynchronous continuation.
Link copied to clipboard
interface CefCommandLine
Class used to create and/or parse command line arguments.
Link copied to clipboard
Generic callback interface used for asynchronous completion.
Link copied to clipboard
Provides information about the context menu state.
Link copied to clipboard
Interface to implement for visiting cookie values.
Link copied to clipboard
interface CefDownloadItem
Class used to represent a download item.
Link copied to clipboard
Callback interface used to asynchronously modify download status.
Link copied to clipboard
abstract class CefDragData : CefNativeAdapter
Class used to represent drag data.
Link copied to clipboard
Callback interface for asynchronous continuation of file dialog requests.
Link copied to clipboard
Callback interface used for asynchronous continuation of JavaScript dialog requests.
Link copied to clipboard
Callback interface used for asynchronous continuation of media access permission requests.
Link copied to clipboard
interface CefMenuModel
Supports creation and modification of menus.
Link copied to clipboard
interface CefNative
The methods of this interface are triggered by the native code to store and get the JNI counterparts of the JCEF implementation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Callback interface for CefBrowser.PrintToPDF().
Link copied to clipboard
Callback interface for asynchronous continuation of print dialog requests.
Link copied to clipboard
Callback interface for asynchronous continuation of print job requests.
Link copied to clipboard
Interface representing a query callback.
Link copied to clipboard
Callback interface for CefBrowserHost::RunFileDialog.
Link copied to clipboard
Class that creates CefResourceHandler instances for handling scheme requests.
Link copied to clipboard
Class that manages custom scheme registrations.
Link copied to clipboard
Public interface to receive string values asynchronously.
Link copied to clipboard
Interface that should be implemented by the CefURLRequest client.