Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

A

addAppHandler(CefAppHandler) - Static method in class org.cef.CefApp
Assign an AppHandler to CefApp.
addCheckItem(int, String) - Method in interface org.cef.callback.CefMenuModel
Add a check item to the menu.
addContextMenuHandler(CefContextMenuHandler) - Method in class org.cef.CefClient
 
addCustomScheme(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface org.cef.callback.CefSchemeRegistrar
Register a custom scheme.
addDialogHandler(CefDialogHandler) - Method in class org.cef.CefClient
 
addDisplayHandler(CefDisplayHandler) - Method in class org.cef.CefClient
 
addDownloadHandler(CefDownloadHandler) - Method in class org.cef.CefClient
 
addDragHandler(CefDragHandler) - Method in class org.cef.CefClient
 
addElement(CefPostDataElement) - Method in class org.cef.network.CefPostData
Add the specified post data element.
addEventListener(CefDevToolsClient.EventListener) - Method in class org.cef.browser.CefDevToolsClient
Add an event listener for DevTools protocol events.
addFile(String, String) - Method in class org.cef.callback.CefDragData
Add a file that is being dragged into the webview.
addFocusHandler(CefFocusHandler) - Method in class org.cef.CefClient
 
addHandler(CefMessageRouterHandler, boolean) - Method in class org.cef.browser.CefMessageRouter
Add a new query handler.
addItem(int, String) - Method in interface org.cef.callback.CefMenuModel
Add an item to the menu.
addJSDialogHandler(CefJSDialogHandler) - Method in class org.cef.CefClient
 
addKeyboardHandler(CefKeyboardHandler) - Method in class org.cef.CefClient
 
addLifeSpanHandler(CefLifeSpanHandler) - Method in class org.cef.CefClient
 
addLoadHandler(CefLoadHandler) - Method in class org.cef.CefClient
 
addMessageRouter(CefMessageRouter) - Method in class org.cef.CefClient
 
addMessageRouter(CefMessageRouter) - Method in class org.cef.handler.CefClientHandler
 
addOnPaintListener(Consumer<CefPaintEvent>) - Method in class org.cef.CefClient
 
addOnPaintListener(Consumer<CefPaintEvent>) - Method in interface org.cef.handler.CefRenderHandler
Add provided listener.
addPrintHandler(CefPrintHandler) - Method in class org.cef.CefClient
 
addQualifier(CefRequest.TransitionFlags) - Method in enum org.cef.network.CefRequest.TransitionType
Any of the core values above can be augmented by one or more qualifiers defined as TransitionFlags.
addQualifiers(int) - Method in enum org.cef.network.CefRequest.TransitionType
Add qualifiers as integer value
addRadioItem(int, String, int) - Method in interface org.cef.callback.CefMenuModel
Add a radio item to the menu.
addRequestHandler(CefRequestHandler) - Method in class org.cef.CefClient
 
addSeparator() - Method in interface org.cef.callback.CefMenuModel
Add a separator to the menu.
addSubMenu(int, String) - Method in interface org.cef.callback.CefMenuModel
Add a sub-menu to the menu.
appendArgument(String) - Method in interface org.cef.callback.CefCommandLine
Add an argument to the end of the command line.
appendSwitch(String) - Method in interface org.cef.callback.CefCommandLine
Add a switch with an empty value to the end of the command line.
appendSwitchWithValue(String, String) - Method in interface org.cef.callback.CefCommandLine
Add a switch with the specified value to the end of the command line.
available_height - Variable in class org.cef.handler.CefScreenInfo
 
available_width - Variable in class org.cef.handler.CefScreenInfo
 
available_x - Variable in class org.cef.handler.CefScreenInfo
 
available_y - Variable in class org.cef.handler.CefScreenInfo
 

B

background_color - Variable in class org.cef.CefSettings
Opaque background color used for accelerated content.
BoolRef - Class in org.cef.misc
Helper class for passing boolean values by reference.
BoolRef() - Constructor for class org.cef.misc.BoolRef
 
BoolRef(boolean) - Constructor for class org.cef.misc.BoolRef
 
browser_subprocess_path - Variable in class org.cef.CefSettings
The path to a separate executable that will be launched for sub-processes.

C

cache_path - Variable in class org.cef.CefSettings
The location where cache data will be stored on disk.
cancel() - Method in interface org.cef.callback.CefAuthCallback
Cancel the authentication request.
cancel() - Method in interface org.cef.callback.CefCallback
Cancel processing.
cancel() - Method in interface org.cef.callback.CefDownloadItemCallback
Call to cancel the download.
Cancel() - Method in interface org.cef.callback.CefFileDialogCallback
Cancel the file selection.
cancel() - Method in interface org.cef.callback.CefPrintDialogCallback
Cancel the printing.
cancel() - Method in interface org.cef.handler.CefResourceHandler
Request processing has been canceled.
cancel() - Method in class org.cef.handler.CefResourceHandlerAdapter
 
cancel() - Method in class org.cef.network.CefURLRequest
Cancel the request.
cancelPending(CefBrowser, CefMessageRouterHandler) - Method in class org.cef.browser.CefMessageRouter
Cancel all pending queries associated with either |browser| or |handler|.
canGoBack() - Method in interface org.cef.browser.CefBrowser
Tests if the browser can navigate backwards.
canGoForward() - Method in interface org.cef.browser.CefBrowser
Tests if the browser can navigate forwards.
canSaveCookie(CefBrowser, CefFrame, CefRequest, CefResponse, CefCookie) - Method in interface org.cef.handler.CefCookieAccessFilter
Called on the IO thread after a resource response is received.
canSaveCookie(CefBrowser, CefFrame, CefRequest, CefResponse, CefCookie) - Method in class org.cef.handler.CefCookieAccessFilterAdapter
 
canSendCookie(CefBrowser, CefFrame, CefRequest, CefCookie) - Method in interface org.cef.handler.CefCookieAccessFilter
Called on the IO thread before a resource request is sent.
canSendCookie(CefBrowser, CefFrame, CefRequest, CefCookie) - Method in class org.cef.handler.CefCookieAccessFilterAdapter
 
CEF_COMMIT_NUMBER - Variable in class org.cef.CefApp.CefVersion
 
CEF_VERSION_MAJOR - Variable in class org.cef.CefApp.CefVersion
 
CEF_VERSION_MINOR - Variable in class org.cef.CefApp.CefVersion
 
CEF_VERSION_PATCH - Variable in class org.cef.CefApp.CefVersion
 
CefApp - Class in org.cef
Exposes static methods for managing the global CEF context.
CefApp.CefAppState - Enum in org.cef
The CefAppState gives you a hint if the CefApp is already usable or not usable any more.
CefApp.CefVersion - Class in org.cef
 
CefAppHandler - Interface in org.cef.handler
Implement this interface to provide handler implementations.
CefAppHandlerAdapter - Class in org.cef.handler
An abstract adapter class for managing app handler events.
CefAppHandlerAdapter(String[]) - Constructor for class org.cef.handler.CefAppHandlerAdapter
 
CefAuthCallback - Interface in org.cef.callback
Callback interface used for asynchronous continuation of authentication requests.
CefBeforeDownloadCallback - Interface in org.cef.callback
Callback interface used to asynchronously continue a download.
CefBrowser - Interface in org.cef.browser
Interface representing a browser.
CefBrowserFactory - Class in org.cef.browser
Creates a new instance of CefBrowser according the passed values
CefBrowserFactory() - Constructor for class org.cef.browser.CefBrowserFactory
 
CefBrowserSettings - Class in org.cef
Browser initialization settings.
CefBrowserSettings() - Constructor for class org.cef.CefBrowserSettings
 
CefBrowserWindow - Interface in org.cef.browser
Interface representing system dependent methods for the browser.
CefBrowserWindowMac - Class in org.cef.browser.mac
 
CefBrowserWindowMac() - Constructor for class org.cef.browser.mac.CefBrowserWindowMac
 
CefCallback - Interface in org.cef.callback
Generic callback interface used for asynchronous continuation.
CefClient - Class in org.cef
Client that owns a browser and renderer.
CefClientHandler - Class in org.cef.handler
Implement this interface to provide handler implementations.
CefClientHandler() - Constructor for class org.cef.handler.CefClientHandler
 
CefCommandLine - Interface in org.cef.callback
Class used to create and/or parse command line arguments.
CefCompletionCallback - Interface in org.cef.callback
Generic callback interface used for asynchronous completion.
CefContextMenuHandler - Interface in org.cef.handler
Implement this interface to handle context menu events.
CefContextMenuHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving context menu events.
CefContextMenuHandlerAdapter() - Constructor for class org.cef.handler.CefContextMenuHandlerAdapter
 
CefContextMenuParams - Interface in org.cef.callback
Provides information about the context menu state.
CefContextMenuParams.EditStateFlags - Class in org.cef.callback
Supported context menu edit state bit flags.
CefContextMenuParams.MediaStateFlags - Class in org.cef.callback
Supported context menu media state bit flags.
CefContextMenuParams.MediaType - Enum in org.cef.callback
Supported context menu media types.
CefContextMenuParams.TypeFlags - Class in org.cef.callback
Supported context menu type flags.
CefCookie - Class in org.cef.network
Cookie information.
CefCookie(String, String, String, String, boolean, boolean, Date, Date, boolean, Date) - Constructor for class org.cef.network.CefCookie
 
CefCookieAccessFilter - Interface in org.cef.handler
Implement this interface to filter cookies that may be sent or received from resource requests.
CefCookieAccessFilterAdapter - Class in org.cef.handler
An abstract adapter class for cookie access filter events.
CefCookieAccessFilterAdapter() - Constructor for class org.cef.handler.CefCookieAccessFilterAdapter
 
CefCookieManager - Class in org.cef.network
Class used for managing cookies.
CefCookieVisitor - Interface in org.cef.callback
Interface to implement for visiting cookie values.
CefDevToolsClient - Class in org.cef.browser
 
CefDevToolsClient.DevToolsException - Exception in org.cef.browser
 
CefDevToolsClient.EventListener - Interface in org.cef.browser
 
CefDialogHandler - Interface in org.cef.handler
Implement this interface to handle dialog events.
CefDialogHandler.FileDialogMode - Enum in org.cef.handler
Supported file dialog modes.
CefDisplayHandler - Interface in org.cef.handler
Implement this interface to handle events related to browser display state.
CefDisplayHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving display events.
CefDisplayHandlerAdapter() - Constructor for class org.cef.handler.CefDisplayHandlerAdapter
 
CefDownloadHandler - Interface in org.cef.handler
Implement this interface to handle file downloads.
CefDownloadHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving download events.
CefDownloadHandlerAdapter() - Constructor for class org.cef.handler.CefDownloadHandlerAdapter
 
CefDownloadItem - Interface in org.cef.callback
Class used to represent a download item.
CefDownloadItemCallback - Interface in org.cef.callback
Callback interface used to asynchronously modify download status.
CefDragData - Class in org.cef.callback
Class used to represent drag data.
CefDragData.DragOperations - Class in org.cef.callback
Supported drag operation bit flags.
CefDragHandler - Interface in org.cef.handler
Implement this interface to handle events related to dragging.
CefDragHandler.DragOperationMask - Class in org.cef.handler
 
CefFileDialogCallback - Interface in org.cef.callback
Callback interface for asynchronous continuation of file dialog requests.
CefFocusHandler - Interface in org.cef.handler
Implement this interface to handle events related to focus.
CefFocusHandler.FocusSource - Enum in org.cef.handler
Focus sources.
CefFocusHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving focus events.
CefFocusHandlerAdapter() - Constructor for class org.cef.handler.CefFocusHandlerAdapter
 
CefFrame - Interface in org.cef.browser
Interface representing a frame.
CefJSDialogCallback - Interface in org.cef.callback
Callback interface used for asynchronous continuation of JavaScript dialog requests.
CefJSDialogHandler - Interface in org.cef.handler
Implement this interface to handle events related to JavaScript dialogs.
CefJSDialogHandler.JSDialogType - Enum in org.cef.handler
Supported JavaScript dialog types.
CefJSDialogHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving javascript dialog requests.
CefJSDialogHandlerAdapter() - Constructor for class org.cef.handler.CefJSDialogHandlerAdapter
 
CefKeyboardHandler - Interface in org.cef.handler
Implement this interface to handle events related to keyboard input.
CefKeyboardHandler.CefKeyEvent - Class in org.cef.handler
Structure representing keyboard event information.
CefKeyboardHandler.CefKeyEvent.EventType - Enum in org.cef.handler
Key event types.
CefKeyboardHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving keyboard events.
CefKeyboardHandlerAdapter() - Constructor for class org.cef.handler.CefKeyboardHandlerAdapter
 
CefLifeSpanHandler - Interface in org.cef.handler
Implement this interface to handle events related to browser life span.
CefLifeSpanHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving life span events.
CefLifeSpanHandlerAdapter() - Constructor for class org.cef.handler.CefLifeSpanHandlerAdapter
 
CefLoadHandler - Interface in org.cef.handler
Implement this interface to handle events related to browser load status.
CefLoadHandler.ErrorCode - Enum in org.cef.handler
 
CefLoadHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving load events.
CefLoadHandlerAdapter() - Constructor for class org.cef.handler.CefLoadHandlerAdapter
 
CefMenuModel - Interface in org.cef.callback
Supports creation and modification of menus.
CefMenuModel.MenuId - Class in org.cef.callback
 
CefMenuModel.MenuItemType - Enum in org.cef.callback
Supported menu item types.
CefMessageRouter - Class in org.cef.browser
The below classes implement support for routing aynchronous messages between JavaScript running in the renderer process and C++ running in the browser process.
CefMessageRouter.CefMessageRouterConfig - Class in org.cef.browser
Used to configure the query router.
CefMessageRouterConfig() - Constructor for class org.cef.browser.CefMessageRouter.CefMessageRouterConfig
 
CefMessageRouterConfig(String, String) - Constructor for class org.cef.browser.CefMessageRouter.CefMessageRouterConfig
 
CefMessageRouterHandler - Interface in org.cef.handler
Implement this interface to handle queries.
CefMessageRouterHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving message router events.
CefMessageRouterHandlerAdapter() - Constructor for class org.cef.handler.CefMessageRouterHandlerAdapter
 
CefNative - Interface in org.cef.callback
The methods of this interface are triggered by the native code to store and get the JNI counterparts of the JCEF implementation.
CefNativeAdapter - Class in org.cef.callback
 
CefNativeAdapter() - Constructor for class org.cef.callback.CefNativeAdapter
 
CefPageRange - Class in org.cef.misc
Class representing a print job page range.
CefPageRange() - Constructor for class org.cef.misc.CefPageRange
 
CefPageRange(int, int) - Constructor for class org.cef.misc.CefPageRange
 
CefPaintEvent - Class in org.cef.browser
 
CefPaintEvent(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - Constructor for class org.cef.browser.CefPaintEvent
 
CefPdfPrintCallback - Interface in org.cef.callback
Callback interface for CefBrowser.PrintToPDF().
CefPdfPrintSettings - Class in org.cef.misc
PDF print settings for browser.printToPDF()
CefPdfPrintSettings() - Constructor for class org.cef.misc.CefPdfPrintSettings
 
CefPdfPrintSettings.MarginType - Enum in org.cef.misc
 
CefPostData - Class in org.cef.network
Class used to represent post data for a web request.
CefPostDataElement - Class in org.cef.network
Class used to represent a single element in the request post data.
CefPostDataElement.Type - Enum in org.cef.network
Post data elements may represent either bytes or files.
CefPrintDialogCallback - Interface in org.cef.callback
Callback interface for asynchronous continuation of print dialog requests.
CefPrintHandler - Interface in org.cef.handler
Implement this interface to handle printing on Linux.
CefPrintHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving print events on Linux.
CefPrintHandlerAdapter() - Constructor for class org.cef.handler.CefPrintHandlerAdapter
 
CefPrintJobCallback - Interface in org.cef.callback
Callback interface for asynchronous continuation of print job requests.
CefPrintSettings - Class in org.cef.misc
Class representing print settings.
CefPrintSettings.ColorModel - Enum in org.cef.misc
Print job color mode values.
CefPrintSettings.DuplexMode - Enum in org.cef.misc
Print job duplex mode values.
CefQueryCallback - Interface in org.cef.callback
Interface representing a query callback.
CefRenderHandler - Interface in org.cef.handler
Implement this interface to handle events when window rendering is disabled.
CefRenderHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving render events.
CefRenderHandlerAdapter() - Constructor for class org.cef.handler.CefRenderHandlerAdapter
 
CefRequest - Class in org.cef.network
Class used to represent a web request.
CefRequest.CefUrlRequestFlags - Class in org.cef.network
 
CefRequest.ReferrerPolicy - Enum in org.cef.network
Policy for how the Referrer HTTP header value will be sent during navigation.
CefRequest.ResourceType - Enum in org.cef.network
Resource type for a request.
CefRequest.TransitionFlags - Enum in org.cef.network
Transition qualifiers.
CefRequest.TransitionType - Enum in org.cef.network
Transition type for a request.
CefRequestContext - Class in org.cef.browser
A request context provides request handling for a set of related browser objects.
CefRequestContextHandler - Interface in org.cef.handler
Implement this interface to provide handler implementations.
CefRequestContextHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving browser request context events.
CefRequestContextHandlerAdapter() - Constructor for class org.cef.handler.CefRequestContextHandlerAdapter
 
CefRequestHandler - Interface in org.cef.handler
Implement this interface to handle events related to browser requests.
CefRequestHandler.TerminationStatus - Enum in org.cef.handler
Process termination status values.
CefRequestHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving browser request events.
CefRequestHandlerAdapter() - Constructor for class org.cef.handler.CefRequestHandlerAdapter
 
CefResourceHandler - Interface in org.cef.handler
Implement this interface to handle custom resource requests.
CefResourceHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving resource requests.
CefResourceHandlerAdapter() - Constructor for class org.cef.handler.CefResourceHandlerAdapter
 
CefResourceRequestHandler - Interface in org.cef.handler
Implement this interface to handle events related to browser requests.
CefResourceRequestHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving browser request events.
CefResourceRequestHandlerAdapter() - Constructor for class org.cef.handler.CefResourceRequestHandlerAdapter
 
CefResponse - Class in org.cef.network
Class used to represent a web response.
CefRunFileDialogCallback - Interface in org.cef.callback
Callback interface for CefBrowserHost::RunFileDialog.
CefSchemeHandlerFactory - Interface in org.cef.callback
Class that creates CefResourceHandler instances for handling scheme requests.
CefSchemeRegistrar - Interface in org.cef.callback
Class that manages custom scheme registrations.
CefScreenInfo - Class in org.cef.handler
 
CefScreenInfo() - Constructor for class org.cef.handler.CefScreenInfo
 
CefSettings - Class in org.cef
Initialization settings.
CefSettings() - Constructor for class org.cef.CefSettings
 
CefSettings.ColorType - Class in org.cef
32-bit ARGB color value, not premultiplied.
CefSettings.LogSeverity - Enum in org.cef
Log severity levels.
CefStringVisitor - Interface in org.cef.callback
Public interface to receive string values asynchronously.
CefURLRequest - Class in org.cef.network
Class used to make a URL request.
CefURLRequest.Status - Enum in org.cef.network
 
CefURLRequestClient - Interface in org.cef.callback
Interface that should be implemented by the CefURLRequest client.
CefUrlRequestFlags() - Constructor for class org.cef.network.CefRequest.CefUrlRequestFlags
 
CefWindowHandler - Interface in org.cef.handler
Implement this interface to handle events if window rendering is enabled.
CefWindowHandlerAdapter - Class in org.cef.handler
An abstract adapter class for receiving windowed render events.
CefWindowHandlerAdapter() - Constructor for class org.cef.handler.CefWindowHandlerAdapter
 
character - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
The character generated by the keystroke.
CHROME_VERSION_BUILD - Variable in class org.cef.CefApp.CefVersion
 
CHROME_VERSION_MAJOR - Variable in class org.cef.CefApp.CefVersion
 
CHROME_VERSION_MINOR - Variable in class org.cef.CefApp.CefVersion
 
CHROME_VERSION_PATCH - Variable in class org.cef.CefApp.CefVersion
 
clear() - Method in interface org.cef.callback.CefMenuModel
Clears the menu.
clearSchemeHandlerFactories() - Method in class org.cef.CefApp
Clear all registered scheme handler factories.
clientWasDisposed(CefClient) - Method in class org.cef.CefApp
This method is called by a CefClient if it was disposed.
clone() - Method in class org.cef.callback.CefDragData
Returns a copy of the current object
clone() - Method in class org.cef.CefBrowserSettings
 
clone() - Method in class org.cef.CefSettings
 
clone() - Method in class org.cef.CefSettings.ColorType
 
clone() - Method in class org.cef.misc.CefPdfPrintSettings
 
close(boolean) - Method in interface org.cef.browser.CefBrowser
Request that the browser close.
close() - Method in class org.cef.browser.CefDevToolsClient
 
CM_EDITFLAG_CAN_COPY - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_CUT - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_DELETE - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_PASTE - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_REDO - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_SELECT_ALL - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_TRANSLATE - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_CAN_UNDO - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_EDITFLAG_NONE - Static variable in class org.cef.callback.CefContextMenuParams.EditStateFlags
 
CM_MEDIAFLAG_CAN_PRINT - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_CAN_ROTATE - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_CAN_SAVE - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_CONTROL_ROOT_ELEMENT - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_ERROR - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_HAS_AUDIO - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_HAS_VIDEO - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_LOOP - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_MUTED - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_NONE - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_MEDIAFLAG_PAUSED - Static variable in class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
CM_TYPEFLAG_EDITABLE - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_FRAME - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_LINK - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_MEDIA - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_NONE - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_PAGE - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
CM_TYPEFLAG_SELECTION - Static variable in class org.cef.callback.CefContextMenuParams.TypeFlags
 
ColorType(int, int, int, int) - Constructor for class org.cef.CefSettings.ColorType
 
command_line_args_disabled - Variable in class org.cef.CefSettings
Set to true to disable configuration of browser process features using standard CEF and Chromium command-line arguments.
Continue(String, String) - Method in interface org.cef.callback.CefAuthCallback
Continue the authentication request.
Continue(String, boolean) - Method in interface org.cef.callback.CefBeforeDownloadCallback
Call to continue the download.
Continue() - Method in interface org.cef.callback.CefCallback
Continue processing.
Continue(Vector<String>) - Method in interface org.cef.callback.CefFileDialogCallback
Continue the file selection with the specified file_paths.
Continue(boolean, String) - Method in interface org.cef.callback.CefJSDialogCallback
Continue the JS dialog request.
Continue(CefPrintSettings) - Method in interface org.cef.callback.CefPrintDialogCallback
Continue printing with the specified |settings|.
Continue() - Method in interface org.cef.callback.CefPrintJobCallback
Indicate completion of the print job.
cookieable_schemes_exclude_defaults - Variable in class org.cef.CefSettings
 
cookieable_schemes_list - Variable in class org.cef.CefSettings
 
copy() - Method in interface org.cef.browser.CefFrame
Execute copy in this frame.
create(CefClient, String, boolean, boolean, CefRequestContext, CefBrowserSettings) - Static method in class org.cef.browser.CefBrowserFactory
 
create() - Static method in class org.cef.browser.CefMessageRouter
Create a new router with the default configuration.
create(CefMessageRouter.CefMessageRouterConfig) - Static method in class org.cef.browser.CefMessageRouter
Create a new router with the specified configuration.
create(CefMessageRouterHandler) - Static method in class org.cef.browser.CefMessageRouter
Create a new router with the specified handler and default configuration.
create(CefMessageRouter.CefMessageRouterConfig, CefMessageRouterHandler) - Static method in class org.cef.browser.CefMessageRouter
Create a new router with the specified handler and configuration.
create() - Static method in class org.cef.callback.CefDragData
Create a new CefDragData object.
create(CefBrowser, CefFrame, String, CefRequest) - Method in interface org.cef.callback.CefSchemeHandlerFactory
Return a new resource handler instance to handle the request or NULL to allow default handling of the request.
create() - Static method in class org.cef.misc.CefPrintSettings
Create a new CefPrintSettings object.
create() - Static method in class org.cef.network.CefPostData
Create a new CefPostData object.
create() - Static method in class org.cef.network.CefPostDataElement
Create a new CefPostDataElement object.
create() - Static method in class org.cef.network.CefRequest
Create a new CefRequest object.
create() - Static method in class org.cef.network.CefResponse
Create a new CefRequest object.
create(CefRequest, CefURLRequestClient) - Static method in class org.cef.network.CefURLRequest
Create a new URL request.
createBrowser(String, boolean, boolean) - Method in class org.cef.CefClient
 
createBrowser(String, boolean, boolean, CefRequestContext) - Method in class org.cef.CefClient
 
createBrowser(String, boolean, boolean, CefRequestContext, CefBrowserSettings) - Method in class org.cef.CefClient
 
createClient() - Method in class org.cef.CefApp
Creates a new client instance and returns it to the caller.
createContext(CefRequestContextHandler) - Static method in class org.cef.browser.CefRequestContext
Creates a new context object with the specified handler.
createImmediately() - Method in interface org.cef.browser.CefBrowser
Call to immediately create the underlying browser object.
createScreenshot(boolean) - Method in interface org.cef.browser.CefBrowser
Captures a screenshot-like image of the currently displayed content and returns it.
creation - Variable in class org.cef.network.CefCookie
The cookie creation date.
cut() - Method in interface org.cef.browser.CefFrame
Execute cut in this frame.

D

deleteCookies(String, String) - Method in class org.cef.network.CefCookieManager
Delete all cookies that match the specified parameters.
depth - Variable in class org.cef.handler.CefScreenInfo
 
depth_per_component - Variable in class org.cef.handler.CefScreenInfo
 
device_scale_factor - Variable in class org.cef.handler.CefScreenInfo
 
DevToolsException(String) - Constructor for exception org.cef.browser.CefDevToolsClient.DevToolsException
 
DevToolsException(String, String) - Constructor for exception org.cef.browser.CefDevToolsClient.DevToolsException
 
display_header_footer - Variable in class org.cef.misc.CefPdfPrintSettings
Set to true to print headers and footers or false to not print headers and footers.
dispose() - Method in interface org.cef.browser.CefFrame
Removes the native reference from an unused object.
dispose() - Method in class org.cef.browser.CefMessageRouter
Must be called if the CefMessageRouter instance isn't used any more.
dispose() - Method in class org.cef.browser.CefRequestContext
 
dispose() - Method in class org.cef.callback.CefDragData
Removes the native reference from an unused object.
dispose() - Method in class org.cef.CefApp
To shutdown the system, it's important to call the dispose method.
dispose() - Method in class org.cef.CefClient
 
dispose() - Method in class org.cef.handler.CefClientHandler
 
dispose() - Method in class org.cef.misc.CefPrintSettings
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefCookieManager
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefPostData
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefPostDataElement
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefRequest
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefResponse
Removes the native reference from an unused object.
dispose() - Method in class org.cef.network.CefURLRequest
Removes the native reference from an unused object.
doClose() - Method in interface org.cef.browser.CefBrowser
Called from CefClient.doClose.
doClose(CefBrowser) - Method in class org.cef.CefClient
 
doClose(CefBrowser) - Method in interface org.cef.handler.CefLifeSpanHandler
Called when a browser has received a request to close.
doClose(CefBrowser) - Method in class org.cef.handler.CefLifeSpanHandlerAdapter
 
domain - Variable in class org.cef.network.CefCookie
If domain is empty a host cookie will be created instead of a domain cookie.
doMessageLoopWork(long) - Method in class org.cef.CefApp
Perform a single message loop iteration.
DRAG_OPERATION_COPY - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_COPY - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_DELETE - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_DELETE - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_EVERY - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_EVERY - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_GENERIC - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_GENERIC - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_LINK - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_LINK - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_MOVE - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_MOVE - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_NONE - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_NONE - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DRAG_OPERATION_PRIVATE - Static variable in class org.cef.callback.CefDragData.DragOperations
 
DRAG_OPERATION_PRIVATE - Static variable in class org.cef.handler.CefDragHandler.DragOperationMask
 
DragOperationMask() - Constructor for class org.cef.handler.CefDragHandler.DragOperationMask
 
DragOperations() - Constructor for class org.cef.callback.CefDragData.DragOperations
 

E

EditStateFlags() - Constructor for class org.cef.callback.CefContextMenuParams.EditStateFlags
 
EVENTFLAG_ALT_DOWN - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_CAPS_LOCK_ON - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_COMMAND_DOWN - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_CONTROL_DOWN - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_IS_KEY_PAD - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_IS_LEFT - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_IS_RIGHT - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_LEFT_MOUSE_BUTTON - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_MIDDLE_MOUSE_BUTTON - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_NONE - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_NUM_LOCK_ON - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_RIGHT_MOUSE_BUTTON - Static variable in class org.cef.misc.EventFlags
 
EVENTFLAG_SHIFT_DOWN - Static variable in class org.cef.misc.EventFlags
 
EventFlags - Class in org.cef.misc
Supported event bit flags.
EventFlags() - Constructor for class org.cef.misc.EventFlags
 
executeDevToolsMethod(String) - Method in class org.cef.browser.CefDevToolsClient
Execute a method call over the DevTools protocol.
executeDevToolsMethod(String, String) - Method in class org.cef.browser.CefDevToolsClient
Execute a method call over the DevTools protocol.
executeJavaScript(String, String, int) - Method in interface org.cef.browser.CefBrowser
Execute a string of JavaScript code in this frame.
executeJavaScript(String, String, int) - Method in interface org.cef.browser.CefFrame
Execute a string of JavaScript code in this frame.
expires - Variable in class org.cef.network.CefCookie
 

F

failure(int, String) - Method in interface org.cef.callback.CefQueryCallback
Notify the associated JavaScript onFailure callback that the query has failed.
finalize() - Method in class org.cef.browser.CefMessageRouter
 
finalize() - Method in class org.cef.callback.CefDragData
 
finalize() - Method in class org.cef.misc.CefPrintSettings
 
finalize() - Method in class org.cef.network.CefCookieManager
 
finalize() - Method in class org.cef.network.CefPostData
 
finalize() - Method in class org.cef.network.CefPostDataElement
 
finalize() - Method in class org.cef.network.CefRequest
 
finalize() - Method in class org.cef.network.CefResponse
 
finalize() - Method in class org.cef.network.CefURLRequest
 
find(String, boolean, boolean, boolean) - Method in interface org.cef.browser.CefBrowser
Search for some kind of text on the page.
findByCode(int) - Static method in enum org.cef.handler.CefLoadHandler.ErrorCode
Finds the ErrorCode by the native chrome embedded framework integer-based error code value.
flushStore(CefCompletionCallback) - Method in class org.cef.network.CefCookieManager
Flush the backing store (if any) to disk.
focus_on_editable_field - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
True if the focus is currently on an editable field on the page.
footer_template - Variable in class org.cef.misc.CefPdfPrintSettings
HTML template for the print footer.
from - Variable in class org.cef.misc.CefPageRange
 

G

generate_document_outline - Variable in class org.cef.misc.CefPdfPrintSettings
Whether or not to embed the document outline into the PDF.
generate_tagged_pdf - Variable in class org.cef.misc.CefPdfPrintSettings
Whether or not to generate tagged (accessible) PDF.
get() - Method in class org.cef.misc.BoolRef
 
get() - Method in class org.cef.misc.IntRef
 
get() - Method in class org.cef.misc.StringRef
 
getAccelerator(int, IntRef, BoolRef, BoolRef, BoolRef) - Method in interface org.cef.callback.CefMenuModel
Retrieves the keyboard accelerator for the specified |command_id|.
getAcceleratorAt(int, IntRef, BoolRef, BoolRef, BoolRef) - Method in interface org.cef.callback.CefMenuModel
Retrieves the keyboard accelerator for the specified |index|.
getAllBrowser() - Method in class org.cef.CefClient
 
getAllBrowser() - Method in class org.cef.handler.CefClientHandler
Returns a list of all browser instances.
getArguments() - Method in interface org.cef.callback.CefCommandLine
Get the remaining command line arguments.
getAuthCredentials(boolean, String, int, String, String, CefAuthCallback) - Method in interface org.cef.callback.CefURLRequestClient
Called on the IO thread when the browser needs credentials from the user.
getAuthCredentials(CefBrowser, String, boolean, String, int, String, String, CefAuthCallback) - Method in class org.cef.CefClient
 
getAuthCredentials(CefBrowser, String, boolean, String, int, String, String, CefAuthCallback) - Method in interface org.cef.handler.CefRequestHandler
Called on the IO thread when the browser needs credentials from the user.
getAuthCredentials(CefBrowser, String, boolean, String, int, String, String, CefAuthCallback) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
getBrowser() - Method in class org.cef.browser.CefPaintEvent
 
getBrowser(int) - Method in class org.cef.CefClient
 
getBrowser(int) - Method in class org.cef.handler.CefClientHandler
Returns the java part of the browser implementation.
getBytes(int, byte[]) - Method in class org.cef.network.CefPostDataElement
Read up to size bytes into bytes and return the number of bytes actually read.
getBytesCount() - Method in class org.cef.network.CefPostDataElement
Return the number of bytes.
getCefVersion() - Method in class org.cef.CefApp.CefVersion
 
getChromeVersion() - Method in class org.cef.CefApp.CefVersion
 
getClient() - Method in interface org.cef.browser.CefBrowser
Get the client associated with this browser.
getClient() - Method in class org.cef.network.CefURLRequest
Returns the client.
getCode() - Method in enum org.cef.handler.CefLoadHandler.ErrorCode
Gets the underlying native chrome embedded framework error code value as an integer.
getColor() - Method in class org.cef.CefSettings.ColorType
 
getColorModel() - Method in class org.cef.misc.CefPrintSettings
Get the color model.
getCommandIdAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns the command id at the specified |index| or -1 if not found due to invalid range or the index being a separator.
getContentDisposition() - Method in interface org.cef.callback.CefDownloadItem
Returns the content disposition.
getContextMenuHandler() - Method in class org.cef.CefClient
 
getContextMenuHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for context menus.
getCookieAccessFilter(CefBrowser, CefFrame, CefRequest) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread before a resource is loaded.
getCookieAccessFilter(CefBrowser, CefFrame, CefRequest) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
getCopies() - Method in class org.cef.misc.CefPrintSettings
Get the number of copies.
getCount() - Method in interface org.cef.callback.CefMenuModel
Returns the number of items in this menu.
getCurrentSpeed() - Method in interface org.cef.callback.CefDownloadItem
Returns a simple speed estimate in bytes/s.
getDeviceName() - Method in class org.cef.misc.CefPrintSettings
Get the device name.
getDevTools() - Method in interface org.cef.browser.CefBrowser
Get an instance of the DevTools to be displayed in its own window or to be embedded within your UI.
getDevTools(Point) - Method in interface org.cef.browser.CefBrowser
Get an instance of the DevTools to be displayed in its own window or to be embedded within your UI.
getDevToolsClient() - Method in interface org.cef.browser.CefBrowser
Get an instance of a client that can be used to leverage the DevTools protocol.
getDialogHandler() - Method in class org.cef.CefClient
 
getDialogHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for dialogs.
getDictionarySuggestions(Vector<String>) - Method in interface org.cef.callback.CefContextMenuParams
Returns true if suggestions exist, false otherwise.
getDirtyRects() - Method in class org.cef.browser.CefPaintEvent
 
getDisplayHandler() - Method in class org.cef.CefClient
 
getDisplayHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for browser display state events.
getDownloadHandler() - Method in class org.cef.CefClient
 
getDownloadHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for download events.
getDPI() - Method in class org.cef.misc.CefPrintSettings
Get the DPI (dots per inch).
getDragHandler() - Method in class org.cef.CefClient
 
getDragHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for drag events.
getDuplexMode() - Method in class org.cef.misc.CefPrintSettings
Get the duplex mode.
getEditStateFlags() - Method in interface org.cef.callback.CefContextMenuParams
Returns flags representing the actions supported by the editable node, if any, that the context menu was invoked on.
getElementCount() - Method in class org.cef.network.CefPostData
Returns the number of existing post data elements.
getElements(Vector<CefPostDataElement>) - Method in class org.cef.network.CefPostData
Retrieve the post data elements.
getEndTime() - Method in interface org.cef.callback.CefDownloadItem
Returns the time that the download ended.
getError() - Method in class org.cef.network.CefResponse
Get the response error code.
getFile() - Method in class org.cef.network.CefPostDataElement
Return the file name.
getFileContents(OutputStream) - Method in class org.cef.callback.CefDragData
Write the contents of the file being dragged out of the web view into |writer|.
getFileName() - Method in class org.cef.callback.CefDragData
Return the name of the file being dragged out of the browser window.
getFileNames(Vector<String>) - Method in class org.cef.callback.CefDragData
Retrieve the list of file names that are being dragged into the browser window.
getFirstPartyForCookies() - Method in class org.cef.network.CefRequest
Get the URL to the first party for cookies used in combination with CefURLRequest.
getFlags() - Method in class org.cef.network.CefRequest
Get the flags used in combination with CefURLRequest.
getFocusedFrame() - Method in interface org.cef.browser.CefBrowser
Returns the focused frame for the browser window.
getFocusHandler() - Method in class org.cef.CefClient
 
getFocusHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for focus events.
getFragmentBaseURL() - Method in class org.cef.callback.CefDragData
Return the base URL that the fragment came from.
getFragmentHtml() - Method in class org.cef.callback.CefDragData
Return the text/html fragment that is being dragged.
getFragmentText() - Method in class org.cef.callback.CefDragData
Return the plain text fragment that is being dragged.
getFrameByIdentifier(String) - Method in interface org.cef.browser.CefBrowser
Returns the frame with the specified identifier, or NULL if not found.
getFrameByName(String) - Method in interface org.cef.browser.CefBrowser
Returns the frame with the specified name, or NULL if not found.
getFrameCharset() - Method in interface org.cef.callback.CefContextMenuParams
Returns the character encoding of the subframe that the context menu was invoked on.
getFrameCount() - Method in interface org.cef.browser.CefBrowser
Returns the number of frames that currently exist.
getFrameIdentifiers() - Method in interface org.cef.browser.CefBrowser
Returns the identifiers of all existing frames.
getFrameNames() - Method in interface org.cef.browser.CefBrowser
Returns the names of all existing frames.
getFrameUrl() - Method in interface org.cef.callback.CefContextMenuParams
Returns the URL of the subframe that the context menu was invoked on.
getFullPath() - Method in interface org.cef.callback.CefDownloadItem
Returns the full path to the downloaded or downloading file.
getGlobalContext() - Static method in class org.cef.browser.CefRequestContext
Returns the global context object.
getGlobalManager() - Static method in class org.cef.network.CefCookieManager
Returns the global cookie manager.
getGroupId(int) - Method in interface org.cef.callback.CefMenuModel
Returns the group id for the specified |command_id| or -1 if invalid.
getGroupIdAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns the group id at the specified |index| or -1 if invalid.
getHandler() - Method in class org.cef.browser.CefRequestContext
Returns the handler for this context if any.
getHeaderByName(String) - Method in class org.cef.network.CefRequest
Get the value for the specified response header field.
getHeaderByName(String) - Method in class org.cef.network.CefResponse
Get the value for the specified response header field.
getHeaderMap(Map<String, String>) - Method in class org.cef.network.CefRequest
Get the header values.
getHeaderMap(Map<String, String>) - Method in class org.cef.network.CefResponse
Get all response header fields.
getHeight() - Method in class org.cef.browser.CefPaintEvent
 
getId() - Method in interface org.cef.callback.CefDownloadItem
Returns the unique identifier for this download.
getIdentifier() - Method in interface org.cef.browser.CefBrowser
Returns the unique browser identifier.
getIdentifier() - Method in interface org.cef.browser.CefFrame
Returns the globally unique identifier for this frame or an empty string if the underlying frame does not yet exist.
getIdentifier() - Method in class org.cef.network.CefRequest
Returns the globally unique identifier for this request or 0 if not specified.
getIndexOf(int) - Method in interface org.cef.callback.CefMenuModel
Returns the index associated with the specified |command_id| or -1 if not found due to the command id not existing in the menu.
getInstance() - Static method in class org.cef.CefApp
Get an instance of this class.
getInstance(String[]) - Static method in class org.cef.CefApp
 
getInstance(CefSettings) - Static method in class org.cef.CefApp
 
getInstance(String[], CefSettings) - Static method in class org.cef.CefApp
 
getJcefVersion() - Method in class org.cef.CefApp.CefVersion
 
getJSDialogHandler() - Method in class org.cef.CefClient
 
getJSDialogHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for javascript dialog requests.
getJson() - Method in exception org.cef.browser.CefDevToolsClient.DevToolsException
JSON object with the error details that were passed back by the DevTools host, or null if no further details are available.
getKeyboardHandler() - Method in class org.cef.CefClient
 
getKeyboardHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for keyboard events.
getLabel(int) - Method in interface org.cef.callback.CefMenuModel
Returns the label for the specified |command_id| or empty if not found.
getLabelAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns the label at the specified |index| or empty if not found due to invalid range or the index being a separator.
getLifeSpanHandler() - Method in class org.cef.CefClient
 
getLifeSpanHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for browser life span events.
getLinkMetadata() - Method in class org.cef.callback.CefDragData
Return the metadata, if any, associated with the link being dragged.
getLinkTitle() - Method in class org.cef.callback.CefDragData
Return the title associated with the link being dragged.
getLinkUrl() - Method in interface org.cef.callback.CefContextMenuParams
Returns the URL of the link, if any, that encloses the node that the context menu was invoked on.
getLinkURL() - Method in class org.cef.callback.CefDragData
Return the link URL that is being dragged.
getLoadHandler() - Method in class org.cef.CefClient
 
getLoadHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for browser load status events.
getMainFrame() - Method in interface org.cef.browser.CefBrowser
Returns the main (top-level) frame for the browser window.
getMediaStateFlags() - Method in interface org.cef.callback.CefContextMenuParams
Returns flags representing the actions supported by the media element, if any, that the context menu was invoked on.
getMediaType() - Method in interface org.cef.callback.CefContextMenuParams
Returns the type of context node that the context menu was invoked on.
getMessage() - Method in exception org.cef.browser.CefDevToolsClient.DevToolsException
 
getMessageRouterConfig() - Method in class org.cef.browser.CefMessageRouter
 
getMethod() - Method in class org.cef.network.CefRequest
Get the request method type.
getMimeType() - Method in interface org.cef.callback.CefDownloadItem
Returns the mime type.
getMimeType() - Method in class org.cef.network.CefResponse
Get the response mime type.
getMisspelledWord() - Method in interface org.cef.callback.CefContextMenuParams
Returns the text of the misspelled word, if any, that the context menu was invoked on.
getName() - Method in interface org.cef.browser.CefFrame
Returns the name for this frame.
getNativeRef(String) - Method in interface org.cef.callback.CefNative
Method is called by the native code to get the reference to an previous stored identifier.
getNativeRef(String) - Method in class org.cef.callback.CefNativeAdapter
 
getNativeRef(String) - Method in class org.cef.handler.CefClientHandler
 
getPageRanges(Vector<CefPageRange>) - Method in class org.cef.misc.CefPrintSettings
Retrieve the page ranges.
getPageRangesCount() - Method in class org.cef.misc.CefPrintSettings
Returns the number of page ranges that currently exist.
getPageUrl() - Method in interface org.cef.callback.CefContextMenuParams
Returns the URL of the top level page that the context menu was invoked on.
getParent() - Method in interface org.cef.browser.CefFrame
Returns the parent of this frame or NULL if this is the main (top-level) frame.
getPdfPaperSize(CefBrowser, int) - Method in class org.cef.CefClient
 
getPdfPaperSize(CefBrowser, int) - Method in interface org.cef.handler.CefPrintHandler
Called to retrieve the page size when printToPDF is requested for a browser.
getPdfPaperSize(CefBrowser, int) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
getPercentComplete() - Method in interface org.cef.callback.CefDownloadItem
Returns the rough percent complete or -1 if the receive total size is unknown.
getPopup() - Method in class org.cef.browser.CefPaintEvent
 
getPostData() - Method in class org.cef.network.CefRequest
Get the post data.
getPrintHandler() - Method in class org.cef.CefClient
 
getPrintHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for printing on Linux.
getProgram() - Method in interface org.cef.callback.CefCommandLine
Get the program part of the command line string (the first item).
getQualifiers() - Method in enum org.cef.network.CefRequest.TransitionType
Returns the qualifier part of the enum as integer.
getReceivedBytes() - Method in interface org.cef.callback.CefDownloadItem
Returns the number of received bytes.
getRect(CefBrowser) - Method in class org.cef.CefClient
 
getRect(CefBrowser) - Method in interface org.cef.handler.CefWindowHandler
Retrieve the view rectangle.
getRect(CefBrowser) - Method in class org.cef.handler.CefWindowHandlerAdapter
 
getReferrerPolicy() - Method in class org.cef.network.CefRequest
Get the referrer policy.
getReferrerURL() - Method in class org.cef.network.CefRequest
Get the referrer URL.
getRenderedFrame() - Method in class org.cef.browser.CefPaintEvent
 
getRenderHandler() - Method in interface org.cef.browser.CefBrowser
Get an implementation of CefRenderHandler if any.
getRenderHandler() - Method in class org.cef.CefClient
 
getRenderHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for off-screen rendering events.
getRequest() - Method in class org.cef.network.CefURLRequest
Returns the request object used to create this URL request.
getRequestError() - Method in class org.cef.network.CefURLRequest
Returns the request error if status is UR_CANCELED or UR_FAILED, or 0 otherwise.
getRequestHandler() - Method in class org.cef.CefClient
 
getRequestHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for browser request events.
getRequestStatus() - Method in class org.cef.network.CefURLRequest
Returns the request status.
getResourceHandler(CefBrowser, CefFrame, CefRequest) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread before a resource is loaded.
getResourceHandler(CefBrowser, CefFrame, CefRequest) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
getResourceRequestHandler(CefBrowser, CefFrame, CefRequest, boolean, boolean, String, BoolRef) - Method in class org.cef.CefClient
 
getResourceRequestHandler(CefBrowser, CefFrame, CefRequest, boolean, boolean, String, BoolRef) - Method in interface org.cef.handler.CefRequestContextHandler
Called on the IO thread before a resource request is initiated.
getResourceRequestHandler(CefBrowser, CefFrame, CefRequest, boolean, boolean, String, BoolRef) - Method in class org.cef.handler.CefRequestContextHandlerAdapter
 
getResourceRequestHandler(CefBrowser, CefFrame, CefRequest, boolean, boolean, String, BoolRef) - Method in interface org.cef.handler.CefRequestHandler
Called on the IO thread before a resource request is initiated.
getResourceRequestHandler(CefBrowser, CefFrame, CefRequest, boolean, boolean, String, BoolRef) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
getResourceType() - Method in class org.cef.network.CefRequest
Get the resource type for this request.
getResponse() - Method in class org.cef.network.CefURLRequest
Returns the response, or NULL if no response information is available.
getResponseHeaders(CefResponse, IntRef, StringRef) - Method in interface org.cef.handler.CefResourceHandler
Retrieve response header information.
getResponseHeaders(CefResponse, IntRef, StringRef) - Method in class org.cef.handler.CefResourceHandlerAdapter
 
getScreenInfo(CefBrowser, CefScreenInfo) - Method in class org.cef.CefClient
 
getScreenInfo(CefBrowser, CefScreenInfo) - Method in interface org.cef.handler.CefRenderHandler
Retrieve the screen info.
getScreenInfo(CefBrowser, CefScreenInfo) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
getScreenPoint(CefBrowser, Point) - Method in class org.cef.CefClient
 
getScreenPoint(CefBrowser, Point) - Method in interface org.cef.handler.CefRenderHandler
Retrieve the screen point for the specified view point.
getScreenPoint(CefBrowser, Point) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
getSelectionText() - Method in interface org.cef.callback.CefContextMenuParams
Returns the text of the selection, if any, that the context menu was invoked on.
getSource(CefStringVisitor) - Method in interface org.cef.browser.CefBrowser
Retrieve this frame's HTML source as a string sent to the specified visitor.
getSource() - Method in enum org.cef.network.CefRequest.TransitionType
Returns the source part of the enum as integer.
getSourceUrl() - Method in interface org.cef.callback.CefContextMenuParams
Returns the source URL, if any, for the element that the context menu was invoked on.
getStartTime() - Method in interface org.cef.callback.CefDownloadItem
Returns the time that the download started.
getState() - Static method in class org.cef.CefApp
Returns the current state of CefApp.
getStatus() - Method in class org.cef.network.CefResponse
Get the response status code.
getStatusText() - Method in class org.cef.network.CefResponse
Get the response status text.
getSubMenu(int) - Method in interface org.cef.callback.CefMenuModel
Returns the submenu for the specified |command_id| or empty if invalid.
getSubMenuAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns the submenu at the specified |index| or empty if invalid.
getSuggestedFileName() - Method in interface org.cef.callback.CefDownloadItem
Returns the suggested file name.
getSwitches() - Method in interface org.cef.callback.CefCommandLine
Returns the map of switch names and values.
getSwitchValue(String) - Method in interface org.cef.callback.CefCommandLine
Returns the value associated with the given switch.
getText(CefStringVisitor) - Method in interface org.cef.browser.CefBrowser
Retrieve this frame's display text as a string sent to the specified visitor.
getTotalBytes() - Method in interface org.cef.callback.CefDownloadItem
Returns the total number of bytes.
getTransitionType() - Method in class org.cef.network.CefRequest
Get the transition type for this request.
getType(int) - Method in interface org.cef.callback.CefMenuModel
Returns the item type for the specified |command_id|.
getType() - Method in class org.cef.network.CefPostDataElement
Return the type of this post data element.
getTypeAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns the item type at the specified |index|.
getTypeFlags() - Method in interface org.cef.callback.CefContextMenuParams
Returns flags representing the type of node that the context menu was invoked on.
getUIComponent() - Method in interface org.cef.browser.CefBrowser
Get the underlying UI component (e.g.
getUnfilteredLinkUrl() - Method in interface org.cef.callback.CefContextMenuParams
Returns the link URL, if any, to be used ONLY for "copy link address".
getURL() - Method in interface org.cef.browser.CefBrowser
Emits the URL currently loaded in this frame.
getURL() - Method in interface org.cef.browser.CefFrame
Emits the URL currently loaded in this frame.
getURL() - Method in interface org.cef.callback.CefDownloadItem
Returns the URL.
getURL() - Method in class org.cef.network.CefRequest
Get the fully qualified URL.
getValue() - Method in enum org.cef.network.CefRequest.TransitionFlags
Returns the integer representation of the enum.
getValue() - Method in enum org.cef.network.CefRequest.TransitionType
Returns the integer representation of this enum, containing the source and the qualifier as one value.
getVersion() - Method in class org.cef.CefApp
 
getViewRect(CefBrowser) - Method in class org.cef.CefClient
 
getViewRect(CefBrowser) - Method in interface org.cef.handler.CefRenderHandler
Retrieve the view rectangle.
getViewRect(CefBrowser) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
getWidth() - Method in class org.cef.browser.CefPaintEvent
 
getWindowHandle(Component) - Method in interface org.cef.browser.CefBrowserWindow
Get the window handle for the given UI object.
getWindowHandle(Component) - Method in class org.cef.browser.mac.CefBrowserWindowMac
 
getWindowHandler() - Method in interface org.cef.browser.CefBrowser
Get an implementation of CefWindowHandler if any.
getWindowHandler() - Method in class org.cef.CefClient
 
getWindowHandler() - Method in class org.cef.handler.CefClientHandler
Return the handler for windowed rendering events.
getWindowlessFrameRate() - Method in interface org.cef.browser.CefBrowser
Returns the maximum rate in frames per second (fps) that CefRenderHandler::onPaint will be called for a windowless browser.
getXCoord() - Method in interface org.cef.callback.CefContextMenuParams
Returns the X coordinate of the mouse where the context menu was invoked.
getYCoord() - Method in interface org.cef.callback.CefContextMenuParams
Returns the Y coordinate of the mouse where the context menu was invoked.
getZoomLevel() - Method in interface org.cef.browser.CefBrowser
Get the current zoom level.
goBack() - Method in interface org.cef.browser.CefBrowser
Go back.
goForward() - Method in interface org.cef.browser.CefBrowser
Go forward.

H

handleBeforeTerminate() - Method in class org.cef.CefApp
This method is invoked by the native code (currently on Mac only) in case of a termination event (e.g.
hasAccelerator(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |command_id| has a keyboard accelerator assigned.
hasAcceleratorAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |index| has a keyboard accelerator assigned.
hasArguments() - Method in interface org.cef.callback.CefCommandLine
Tests if there are remaining command line arguments.
hasDocument() - Method in interface org.cef.browser.CefBrowser
Tests if a document has been loaded in the browser.
hasExpires - Variable in class org.cef.network.CefCookie
The cookie expiration date is only valid if |has_expires| is true.
hasImageContents() - Method in interface org.cef.callback.CefContextMenuParams
Returns true if the context menu was invoked on an image which has non-empty contents.
hasSwitch(String) - Method in interface org.cef.callback.CefCommandLine
Checks if the command line has a specific switches.
hasSwitches() - Method in interface org.cef.callback.CefCommandLine
Checks if the command line has switches.
header_template - Variable in class org.cef.misc.CefPdfPrintSettings
HTML template for the print header.
height - Variable in class org.cef.handler.CefScreenInfo
 
httponly - Variable in class org.cef.network.CefCookie
If httponly is true the cookie will only be sent for HTTP requests.

I

insertCheckItemAt(int, int, String) - Method in interface org.cef.callback.CefMenuModel
Insert a check item in the menu at the specified |index|.
insertItemAt(int, int, String) - Method in interface org.cef.callback.CefMenuModel
Insert an item in the menu at the specified |index|.
insertRadioItemAt(int, int, String, int) - Method in interface org.cef.callback.CefMenuModel
Insert a radio item in the menu at the specified |index|.
insertSeparatorAt(int) - Method in interface org.cef.callback.CefMenuModel
Insert a separator in the menu at the specified |index|.
insertSubMenuAt(int, int, String) - Method in interface org.cef.callback.CefMenuModel
Insert a sub-menu in the menu at the specified |index|.
IntRef - Class in org.cef.misc
Helper class for passing int values by reference.
IntRef() - Constructor for class org.cef.misc.IntRef
 
IntRef(int) - Constructor for class org.cef.misc.IntRef
 
is_monochrome - Variable in class org.cef.handler.CefScreenInfo
 
is_system_key - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
Indicates whether the event is considered a "system key" event (see http://msdn.microsoft.com/en-us/library/ms646286(VS.85).aspx for details).
isCanceled() - Method in interface org.cef.callback.CefDownloadItem
Returns true if the download has been canceled or interrupted.
isChecked(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |command_id| is checked.
isCheckedAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |index| is checked.
isClosed() - Method in class org.cef.browser.CefDevToolsClient
 
isComplete() - Method in interface org.cef.callback.CefDownloadItem
Returns true if the download is complete.
isEditable() - Method in interface org.cef.callback.CefContextMenuParams
Returns true if the context menu was invoked on an editable node.
isEnabled(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |command_id| is enabled.
isEnabledAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |index| is enabled.
isFile() - Method in class org.cef.callback.CefDragData
Returns true if the drag data is a file.
isFocused() - Method in interface org.cef.browser.CefFrame
Returns true if this is the focused frame.
isFragment() - Method in class org.cef.callback.CefDragData
Returns true if the drag data is a text or html fragment.
isGlobal() - Method in class org.cef.browser.CefRequestContext
Returns true if this object is the global context.
isInProgress() - Method in interface org.cef.callback.CefDownloadItem
Returns true if the download is in progress.
isLandscape() - Method in class org.cef.misc.CefPrintSettings
Returns true if the orientation is landscape.
isLink() - Method in class org.cef.callback.CefDragData
Returns true if the drag data is a link.
isLinux() - Static method in class org.cef.OS
 
isLoading() - Method in interface org.cef.browser.CefBrowser
Tests if the browser is currently loading.
isMacintosh() - Static method in class org.cef.OS
 
isMain() - Method in interface org.cef.browser.CefFrame
Returns true if this is the main (top-level) frame.
isPopup() - Method in interface org.cef.browser.CefBrowser
Tests if the window is a popup window.
isReadOnly() - Method in class org.cef.callback.CefDragData
Test if the object is set to read-only.
isReadOnly() - Method in class org.cef.misc.CefPrintSettings
Returns true if the values of this object are read-only.
isReadOnly() - Method in class org.cef.network.CefPostData
Returns true if this object is read-only.
isReadOnly() - Method in class org.cef.network.CefPostDataElement
Returns true if this object is read-only.
isReadOnly() - Method in class org.cef.network.CefRequest
Returns true if this object is read-only.
isReadOnly() - Method in class org.cef.network.CefResponse
Returns true if this object is read-only.
isRedirect() - Method in enum org.cef.network.CefRequest.TransitionType
Tests if one of the redirect qualifiers is set.
isSelectionOnly() - Method in class org.cef.misc.CefPrintSettings
Returns true if only the selection will be printed.
isSet(CefRequest.TransitionFlags) - Method in enum org.cef.network.CefRequest.TransitionType
Tests if a qualifier is set.
isSpellCheckEnabled() - Method in interface org.cef.callback.CefContextMenuParams
Returns true if the context menu was invoked on an editable node where spell-check is enabled.
isValid() - Method in interface org.cef.browser.CefFrame
True if this object is currently attached to a valid frame.
isValid() - Method in interface org.cef.callback.CefDownloadItem
Returns true if this object is valid.
isValid() - Method in class org.cef.misc.CefPrintSettings
Returns true if this object is valid.
isVisible(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |command_id| is visible.
isVisibleAt(int) - Method in interface org.cef.callback.CefMenuModel
Returns true if the specified |index| is visible.
isWindows() - Static method in class org.cef.OS
 

J

javascript_flags - Variable in class org.cef.CefSettings
Custom flags that will be used when initializing the V8 JavaScript engine.
JCEF_COMMIT_NUMBER - Variable in class org.cef.CefApp.CefVersion
 
jsCancelFunction - Variable in class org.cef.browser.CefMessageRouter.CefMessageRouterConfig
Name of the JavaScript function that will be added to the 'window' object for canceling a pending query.
jsQueryFunction - Variable in class org.cef.browser.CefMessageRouter.CefMessageRouterConfig
Name of the JavaScript function that will be added to the 'window' object for sending a query.

L

landscape - Variable in class org.cef.misc.CefPdfPrintSettings
Set to true for landscape mode or false for portrait mode.
lastAccess - Variable in class org.cef.network.CefCookie
The cookie last access date.
loadLibrary(String) - Method in interface org.cef.SystemBootstrap.Loader
 
loadLibrary(String) - Static method in class org.cef.SystemBootstrap
 
loadRequest(CefRequest) - Method in interface org.cef.browser.CefBrowser
Load the request represented by the request object.
loadURL(String) - Method in interface org.cef.browser.CefBrowser
Load the specified URL in the main frame.
locale - Variable in class org.cef.CefSettings
The locale string that will be passed to Blink.
locales_dir_path - Variable in class org.cef.CefSettings
The fully qualified path for the locales directory.
log_file - Variable in class org.cef.CefSettings
The directory and file name to use for the debug log.
log_severity - Variable in class org.cef.CefSettings
The log severity.

M

margin_bottom - Variable in class org.cef.misc.CefPdfPrintSettings
 
margin_left - Variable in class org.cef.misc.CefPdfPrintSettings
 
margin_right - Variable in class org.cef.misc.CefPdfPrintSettings
 
margin_top - Variable in class org.cef.misc.CefPdfPrintSettings
Margins in inches.
margin_type - Variable in class org.cef.misc.CefPdfPrintSettings
Margin type.
MediaStateFlags() - Constructor for class org.cef.callback.CefContextMenuParams.MediaStateFlags
 
MENU_ID_BACK - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_COPY - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_CUT - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_DELETE - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_FIND - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_FORWARD - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_NO_SPELLING_SUGGESTIONS - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_PASTE - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_PRINT - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_REDO - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_RELOAD - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_RELOAD_NOCACHE - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SELECT_ALL - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_0 - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_1 - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_2 - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_3 - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_4 - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_SPELLCHECK_SUGGESTION_LAST - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_STOPLOAD - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_UNDO - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_USER_FIRST - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_USER_LAST - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MENU_ID_VIEW_SOURCE - Static variable in class org.cef.callback.CefMenuModel.MenuId
 
MenuId() - Constructor for class org.cef.callback.CefMenuModel.MenuId
 
modifiers - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
Bit flags describing any pressed modifier keys.

N

name - Variable in class org.cef.network.CefCookie
The cookie name.
native_key_code - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
The actual key code genenerated by the platform.

O

onAddressChange(CefBrowser, CefFrame, String) - Method in class org.cef.CefClient
 
onAddressChange(CefBrowser, CefFrame, String) - Method in interface org.cef.handler.CefDisplayHandler
Browser address changed.
onAddressChange(CefBrowser, CefFrame, String) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onAfterCreated(CefBrowser) - Method in class org.cef.CefClient
 
onAfterCreated(CefBrowser) - Method in interface org.cef.handler.CefLifeSpanHandler
Handle creation of a new browser window.
onAfterCreated(CefBrowser) - Method in class org.cef.handler.CefLifeSpanHandlerAdapter
 
onAfterParentChanged(CefBrowser) - Method in class org.cef.CefClient
 
onAfterParentChanged(CefBrowser) - Method in interface org.cef.handler.CefLifeSpanHandler
Called after a browser's native parent window has changed.
onAfterParentChanged(CefBrowser) - Method in class org.cef.handler.CefLifeSpanHandlerAdapter
 
onAlreadyRunningAppRelaunch(CefCommandLine, String) - Method in interface org.cef.handler.CefAppHandler
Implement this method to provide app-specific behavior when an already running app is relaunched with the same CefSettings.root_cache_path value.
onAlreadyRunningAppRelaunch(CefCommandLine, String) - Method in class org.cef.handler.CefAppHandlerAdapter
 
onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - Method in class org.cef.CefClient
 
onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - Method in interface org.cef.handler.CefRequestHandler
Called on the UI thread before browser navigation.
onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
onBeforeClose() - Method in interface org.cef.browser.CefBrowser
Called from CefClient.onBeforeClose.
onBeforeClose(CefBrowser) - Method in class org.cef.CefClient
 
onBeforeClose(CefBrowser) - Method in interface org.cef.handler.CefLifeSpanHandler
Called just before a browser is destroyed.
onBeforeClose(CefBrowser) - Method in class org.cef.handler.CefLifeSpanHandlerAdapter
 
onBeforeCommandLineProcessing(String, CefCommandLine) - Method in interface org.cef.handler.CefAppHandler
Provides an opportunity to view and/or modify command-line arguments before processing by CEF and Chromium.
onBeforeCommandLineProcessing(String, CefCommandLine) - Method in class org.cef.handler.CefAppHandlerAdapter
 
onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - Method in class org.cef.CefClient
 
onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - Method in interface org.cef.handler.CefContextMenuHandler
Called before a context menu is displayed.
onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - Method in class org.cef.handler.CefContextMenuHandlerAdapter
 
onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - Method in class org.cef.CefClient
 
onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - Method in interface org.cef.handler.CefDownloadHandler
Called before a download begins.
onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - Method in class org.cef.handler.CefDownloadHandlerAdapter
 
onBeforePopup(CefBrowser, CefFrame, String, String) - Method in class org.cef.CefClient
 
onBeforePopup(CefBrowser, CefFrame, String, String) - Method in interface org.cef.handler.CefLifeSpanHandler
Called on the IO thread before a new popup window is created.
onBeforePopup(CefBrowser, CefFrame, String, String) - Method in class org.cef.handler.CefLifeSpanHandlerAdapter
 
onBeforeResourceLoad(CefBrowser, CefFrame, CefRequest) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread before a resource request is loaded.
onBeforeResourceLoad(CefBrowser, CefFrame, CefRequest) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
onBeforeTerminate() - Method in interface org.cef.handler.CefAppHandler
Provides an opportunity to hook into the native shutdown process.
onBeforeTerminate() - Method in class org.cef.handler.CefAppHandlerAdapter
 
onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - Method in class org.cef.CefClient
 
onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - Method in interface org.cef.handler.CefJSDialogHandler
Called to run a dialog asking the user if they want to leave a page.
onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - Method in class org.cef.handler.CefJSDialogHandlerAdapter
 
onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefCallback) - Method in class org.cef.CefClient
 
onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefCallback) - Method in interface org.cef.handler.CefRequestHandler
Called on the UI thread to handle requests for URLs with an invalid SSL certificate.
onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefCallback) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
onComplete() - Method in interface org.cef.callback.CefCompletionCallback
Method that will be called once the task is complete.
onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - Method in class org.cef.CefClient
 
onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - Method in interface org.cef.handler.CefDisplayHandler
Display a console message.
onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onContextInitialized() - Method in interface org.cef.handler.CefAppHandler
Called on the browser process UI thread immediately after the CEF context has been initialized.
onContextInitialized() - Method in class org.cef.handler.CefAppHandlerAdapter
 
onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - Method in class org.cef.CefClient
 
onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - Method in interface org.cef.handler.CefContextMenuHandler
Called to execute a command selected from the context menu.
onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - Method in class org.cef.handler.CefContextMenuHandlerAdapter
 
onContextMenuDismissed(CefBrowser, CefFrame) - Method in class org.cef.CefClient
 
onContextMenuDismissed(CefBrowser, CefFrame) - Method in interface org.cef.handler.CefContextMenuHandler
Called when the context menu is dismissed irregardless of whether the menu was empty or a command was selected.
onContextMenuDismissed(CefBrowser, CefFrame) - Method in class org.cef.handler.CefContextMenuHandlerAdapter
 
onCursorChange(CefBrowser, int) - Method in class org.cef.CefClient
 
onCursorChange(CefBrowser, int) - Method in interface org.cef.handler.CefDisplayHandler
Handle cursor changes.
onCursorChange(CefBrowser, int) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onCursorChange(CefBrowser, int) - Method in interface org.cef.handler.CefRenderHandler
Handle cursor changes.
onCursorChange(CefBrowser, int) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
onDialogClosed(CefBrowser) - Method in class org.cef.CefClient
 
onDialogClosed(CefBrowser) - Method in interface org.cef.handler.CefJSDialogHandler
Called when the default implementation dialog is closed.
onDialogClosed(CefBrowser) - Method in class org.cef.handler.CefJSDialogHandlerAdapter
 
onDownloadData(CefURLRequest, byte[], int) - Method in interface org.cef.callback.CefURLRequestClient
Called when some part of the response is read.
onDownloadProgress(CefURLRequest, int, int) - Method in interface org.cef.callback.CefURLRequestClient
Notifies the client of download progress.
onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - Method in class org.cef.CefClient
 
onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - Method in interface org.cef.handler.CefDownloadHandler
Called when a download's status or progress information has been updated.
onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - Method in class org.cef.handler.CefDownloadHandlerAdapter
 
onDragEnter(CefBrowser, CefDragData, int) - Method in class org.cef.CefClient
 
onDragEnter(CefBrowser, CefDragData, int) - Method in interface org.cef.handler.CefDragHandler
Called when an external drag event enters the browser window.
onEvent(String, String) - Method in interface org.cef.browser.CefDevToolsClient.EventListener
Method that will be called on receipt of an event.
onFileDialog(CefBrowser, CefDialogHandler.FileDialogMode, String, String, Vector<String>, Vector<String>, Vector<String>, CefFileDialogCallback) - Method in class org.cef.CefClient
 
onFileDialog(CefBrowser, CefDialogHandler.FileDialogMode, String, String, Vector<String>, Vector<String>, Vector<String>, CefFileDialogCallback) - Method in interface org.cef.handler.CefDialogHandler
Called to run a file chooser dialog.
onFileDialogDismissed(Vector<String>) - Method in interface org.cef.callback.CefRunFileDialogCallback
Called asynchronously after the file dialog is dismissed.
onFullscreenModeChange(CefBrowser, boolean) - Method in class org.cef.CefClient
 
onFullscreenModeChange(CefBrowser, boolean) - Method in interface org.cef.handler.CefDisplayHandler
Browser fullscreen mode changed.
onFullscreenModeChange(CefBrowser, boolean) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onGotFocus(CefBrowser) - Method in class org.cef.CefClient
 
onGotFocus(CefBrowser) - Method in interface org.cef.handler.CefFocusHandler
Called when the browser component has received focus.
onGotFocus(CefBrowser) - Method in class org.cef.handler.CefFocusHandlerAdapter
 
onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - Method in class org.cef.CefClient
 
onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - Method in interface org.cef.handler.CefJSDialogHandler
Called to run a JavaScript dialog.
onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - Method in class org.cef.handler.CefJSDialogHandlerAdapter
 
onKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent) - Method in class org.cef.CefClient
 
onKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent) - Method in interface org.cef.handler.CefKeyboardHandler
Called after the renderer and JavaScript in the page has had a chance to handle the event.
onKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent) - Method in class org.cef.handler.CefKeyboardHandlerAdapter
 
onLoadEnd(CefBrowser, CefFrame, int) - Method in class org.cef.CefClient
 
onLoadEnd(CefBrowser, CefFrame, int) - Method in interface org.cef.handler.CefLoadHandler
Called when the browser is done loading a frame.
onLoadEnd(CefBrowser, CefFrame, int) - Method in class org.cef.handler.CefLoadHandlerAdapter
 
onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - Method in class org.cef.CefClient
 
onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - Method in interface org.cef.handler.CefLoadHandler
Called when the resource load for a navigation fails or is canceled.
onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - Method in class org.cef.handler.CefLoadHandlerAdapter
 
onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - Method in class org.cef.CefClient
 
onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - Method in interface org.cef.handler.CefLoadHandler
Called when the loading state has changed.
onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - Method in class org.cef.handler.CefLoadHandlerAdapter
 
onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - Method in class org.cef.CefClient
 
onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - Method in interface org.cef.handler.CefLoadHandler
Called when the browser begins loading a frame.
onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - Method in class org.cef.handler.CefLoadHandlerAdapter
 
onMouseEvent(CefBrowser, int, int, int, int, int) - Method in class org.cef.CefClient
 
onMouseEvent(CefBrowser, int, int, int, int, int) - Method in interface org.cef.handler.CefWindowHandler
Implement this method to handle mouse events on Windows.
onMouseEvent(CefBrowser, int, int, int, int, int) - Method in class org.cef.handler.CefWindowHandlerAdapter
 
onOpenURLFromTab(CefBrowser, CefFrame, String, boolean) - Method in class org.cef.CefClient
 
onOpenURLFromTab(CefBrowser, CefFrame, String, boolean) - Method in interface org.cef.handler.CefRequestHandler
Called on the UI thread before OnBeforeBrowse in certain limited cases where navigating a new or different browser might be desirable.
onOpenURLFromTab(CefBrowser, CefFrame, String, boolean) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - Method in class org.cef.CefClient
 
onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - Method in interface org.cef.handler.CefRenderHandler
Handle painting.
onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
onPdfPrintFinished(String, boolean) - Method in interface org.cef.callback.CefPdfPrintCallback
Method that will be executed when the PDF printing has completed.
onPopupShow(CefBrowser, boolean) - Method in class org.cef.CefClient
 
onPopupShow(CefBrowser, boolean) - Method in interface org.cef.handler.CefRenderHandler
Show or hide the popup window.
onPopupShow(CefBrowser, boolean) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
onPopupSize(CefBrowser, Rectangle) - Method in class org.cef.CefClient
 
onPopupSize(CefBrowser, Rectangle) - Method in interface org.cef.handler.CefRenderHandler
Size the popup window.
onPopupSize(CefBrowser, Rectangle) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - Method in class org.cef.CefClient
 
onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - Method in interface org.cef.handler.CefKeyboardHandler
Called before a keyboard event is sent to the renderer.
onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - Method in class org.cef.handler.CefKeyboardHandlerAdapter
 
onPrintDialog(CefBrowser, boolean, CefPrintDialogCallback) - Method in class org.cef.CefClient
 
onPrintDialog(CefBrowser, boolean, CefPrintDialogCallback) - Method in interface org.cef.handler.CefPrintHandler
Called to show the print dialog.
onPrintDialog(CefBrowser, boolean, CefPrintDialogCallback) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
onPrintJob(CefBrowser, String, String, CefPrintJobCallback) - Method in class org.cef.CefClient
 
onPrintJob(CefBrowser, String, String, CefPrintJobCallback) - Method in interface org.cef.handler.CefPrintHandler
Called to send the print job to the printer.
onPrintJob(CefBrowser, String, String, CefPrintJobCallback) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
onPrintReset(CefBrowser) - Method in class org.cef.CefClient
 
onPrintReset(CefBrowser) - Method in interface org.cef.handler.CefPrintHandler
Called to reset client state related to printing.
onPrintReset(CefBrowser) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
onPrintSettings(CefBrowser, CefPrintSettings, boolean) - Method in class org.cef.CefClient
 
onPrintSettings(CefBrowser, CefPrintSettings, boolean) - Method in interface org.cef.handler.CefPrintHandler
Called to get print settings.
onPrintSettings(CefBrowser, CefPrintSettings, boolean) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
onPrintStart(CefBrowser) - Method in class org.cef.CefClient
 
onPrintStart(CefBrowser) - Method in interface org.cef.handler.CefPrintHandler
Called when printing has started.
onPrintStart(CefBrowser) - Method in class org.cef.handler.CefPrintHandlerAdapter
 
onProtocolExecution(CefBrowser, CefFrame, CefRequest, BoolRef) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread to handle requests for URLs with an unknown protocol component.
onProtocolExecution(CefBrowser, CefFrame, CefRequest, BoolRef) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
onQuery(CefBrowser, CefFrame, long, String, boolean, CefQueryCallback) - Method in interface org.cef.handler.CefMessageRouterHandler
Called when the browser receives a JavaScript query.
onQuery(CefBrowser, CefFrame, long, String, boolean, CefQueryCallback) - Method in class org.cef.handler.CefMessageRouterHandlerAdapter
 
onQueryCanceled(CefBrowser, CefFrame, long) - Method in interface org.cef.handler.CefMessageRouterHandler
Called when a pending JavaScript query is canceled.
onQueryCanceled(CefBrowser, CefFrame, long) - Method in class org.cef.handler.CefMessageRouterHandlerAdapter
 
onRegisterCustomSchemes(CefSchemeRegistrar) - Method in interface org.cef.handler.CefAppHandler
Provides an opportunity to register custom schemes.
onRegisterCustomSchemes(CefSchemeRegistrar) - Method in class org.cef.handler.CefAppHandlerAdapter
 
onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus, int, String) - Method in class org.cef.CefClient
 
onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus, int, String) - Method in interface org.cef.handler.CefRequestHandler
Called on the browser process UI thread when the render process terminates unexpectedly.
onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus, int, String) - Method in class org.cef.handler.CefRequestHandlerAdapter
 
onRequestComplete(CefURLRequest) - Method in interface org.cef.callback.CefURLRequestClient
Notifies the client that the request has completed.
onResetDialogState(CefBrowser) - Method in class org.cef.CefClient
 
onResetDialogState(CefBrowser) - Method in interface org.cef.handler.CefJSDialogHandler
Called to cancel any pending dialogs and reset any saved dialog state.
onResetDialogState(CefBrowser) - Method in class org.cef.handler.CefJSDialogHandlerAdapter
 
onResourceLoadComplete(CefBrowser, CefFrame, CefRequest, CefResponse, CefURLRequest.Status, long) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread when a resource load has completed.
onResourceLoadComplete(CefBrowser, CefFrame, CefRequest, CefResponse, CefURLRequest.Status, long) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
onResourceRedirect(CefBrowser, CefFrame, CefRequest, CefResponse, StringRef) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread when a resource load is redirected.
onResourceRedirect(CefBrowser, CefFrame, CefRequest, CefResponse, StringRef) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
onResourceResponse(CefBrowser, CefFrame, CefRequest, CefResponse) - Method in interface org.cef.handler.CefResourceRequestHandler
Called on the IO thread when a resource response is received.
onResourceResponse(CefBrowser, CefFrame, CefRequest, CefResponse) - Method in class org.cef.handler.CefResourceRequestHandlerAdapter
 
onScheduleMessagePumpWork(long) - Method in interface org.cef.handler.CefAppHandler
Called from any thread when work has been scheduled for the browser process main (UI) thread.
onScheduleMessagePumpWork(long) - Method in class org.cef.handler.CefAppHandlerAdapter
 
onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - Method in class org.cef.CefClient
 
onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - Method in interface org.cef.handler.CefFocusHandler
Called when the browser component is requesting focus.
onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - Method in class org.cef.handler.CefFocusHandlerAdapter
 
onStatusMessage(CefBrowser, String) - Method in class org.cef.CefClient
 
onStatusMessage(CefBrowser, String) - Method in interface org.cef.handler.CefDisplayHandler
Received a status message.
onStatusMessage(CefBrowser, String) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onTakeFocus(CefBrowser, boolean) - Method in class org.cef.CefClient
 
onTakeFocus(CefBrowser, boolean) - Method in interface org.cef.handler.CefFocusHandler
Called when the browser component is about to loose focus.
onTakeFocus(CefBrowser, boolean) - Method in class org.cef.handler.CefFocusHandlerAdapter
 
onTitleChange(CefBrowser, String) - Method in class org.cef.CefClient
 
onTitleChange(CefBrowser, String) - Method in interface org.cef.handler.CefDisplayHandler
Browser title changed.
onTitleChange(CefBrowser, String) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onTooltip(CefBrowser, String) - Method in class org.cef.CefClient
 
onTooltip(CefBrowser, String) - Method in interface org.cef.handler.CefDisplayHandler
About to display a tooltip.
onTooltip(CefBrowser, String) - Method in class org.cef.handler.CefDisplayHandlerAdapter
 
onUploadProgress(CefURLRequest, int, int) - Method in interface org.cef.callback.CefURLRequestClient
Notifies the client of upload progress.
org.cef - package org.cef
 
org.cef.browser - package org.cef.browser
 
org.cef.browser.mac - package org.cef.browser.mac
 
org.cef.callback - package org.cef.callback
 
org.cef.handler - package org.cef.handler
 
org.cef.misc - package org.cef.misc
 
org.cef.network - package org.cef.network
 
OS - Class in org.cef
 
OS() - Constructor for class org.cef.OS
 

P

pack_loading_disabled - Variable in class org.cef.CefSettings
Set to true to disable loading of pack files for resources and locales.
page_ranges - Variable in class org.cef.misc.CefPdfPrintSettings
Paper ranges to print, one based, e.g., '1-5, 8, 11-13'.
paper_height - Variable in class org.cef.misc.CefPdfPrintSettings
 
paper_width - Variable in class org.cef.misc.CefPdfPrintSettings
Output paper size in inches.
paste() - Method in interface org.cef.browser.CefFrame
Execute paste in this frame.
path - Variable in class org.cef.network.CefCookie
If path is non-empty only URLs at or below the path will get the cookie value.
pause() - Method in interface org.cef.callback.CefDownloadItemCallback
Call to pause the download.
persist_session_cookies - Variable in class org.cef.CefSettings
To persist session cookies (cookies without an expiry date or validity interval) by default when using the global cookie manager set this value to true.
prefer_css_page_size - Variable in class org.cef.misc.CefPdfPrintSettings
Set to true to prefer page size as defined by css.
print() - Method in interface org.cef.browser.CefBrowser
Print the current browser contents.
print_background - Variable in class org.cef.misc.CefPdfPrintSettings
Set to true to print background graphics or false to not print background graphics.
printToPDF(String, CefPdfPrintSettings, CefPdfPrintCallback) - Method in interface org.cef.browser.CefBrowser
Print the current browser contents to a PDF.
processRequest(CefRequest, CefCallback) - Method in interface org.cef.handler.CefResourceHandler
Begin processing the request.
processRequest(CefRequest, CefCallback) - Method in class org.cef.handler.CefResourceHandlerAdapter
 

R

readResponse(byte[], int, IntRef, CefCallback) - Method in interface org.cef.handler.CefResourceHandler
Read response data.
readResponse(byte[], int, IntRef, CefCallback) - Method in class org.cef.handler.CefResourceHandlerAdapter
 
redo() - Method in interface org.cef.browser.CefFrame
Execute redo in this frame.
registerSchemeHandlerFactory(String, String, CefSchemeHandlerFactory) - Method in class org.cef.CefApp
Register a scheme handler factory for the specified |scheme_name| and optional |domain_name|.
reload() - Method in interface org.cef.browser.CefBrowser
Reload the current page.
reloadIgnoreCache() - Method in interface org.cef.browser.CefBrowser
Reload the current page ignoring any cached data.
remote_debugging_port - Variable in class org.cef.CefSettings
Set to a value between 1024 and 65535 to enable remote debugging on the specified port.
remove(int) - Method in interface org.cef.callback.CefMenuModel
Removes the item with the specified |command_id|.
removeAccelerator(int) - Method in interface org.cef.callback.CefMenuModel
Remove the keyboard accelerator for the specified |command_id|.
removeAcceleratorAt(int) - Method in interface org.cef.callback.CefMenuModel
Remove the keyboard accelerator at the specified |index|.
removeAt(int) - Method in interface org.cef.callback.CefMenuModel
Removes the item at the specified |index|.
removeContextMenuHandler() - Method in class org.cef.CefClient
 
removeContextMenuHandler(CefContextMenuHandler) - Method in class org.cef.handler.CefClientHandler
 
removeDialogHandler() - Method in class org.cef.CefClient
 
removeDialogHandler(CefDialogHandler) - Method in class org.cef.handler.CefClientHandler
 
removeDisplayHandler() - Method in class org.cef.CefClient
 
removeDisplayHandler(CefDisplayHandler) - Method in class org.cef.handler.CefClientHandler
 
removeDownloadHandler() - Method in class org.cef.CefClient
 
removeDownloadHandler(CefDisplayHandler) - Method in class org.cef.handler.CefClientHandler
 
removeDragHandler() - Method in class org.cef.CefClient
 
removeDragHandler(CefDragHandler) - Method in class org.cef.handler.CefClientHandler
 
removeElement(CefPostDataElement) - Method in class org.cef.network.CefPostData
Remove the specified post data element.
removeElements() - Method in class org.cef.network.CefPostData
Remove all existing post data elements.
removeEventListener(CefDevToolsClient.EventListener) - Method in class org.cef.browser.CefDevToolsClient
Remove an event listener for DevTools protocol events.
removeFocusHandler() - Method in class org.cef.CefClient
 
removeFocusHandler(CefFocusHandler) - Method in class org.cef.handler.CefClientHandler
 
removeHandler(CefMessageRouterHandler) - Method in class org.cef.browser.CefMessageRouter
Remove an existing query handler.
removeJSDialogHandler() - Method in class org.cef.CefClient
 
removeJSDialogHandler(CefJSDialogHandler) - Method in class org.cef.handler.CefClientHandler
 
removeKeyboardHandler() - Method in class org.cef.CefClient
 
removeKeyboardHandler(CefKeyboardHandler) - Method in class org.cef.handler.CefClientHandler
 
removeLifeSpanHandler() - Method in class org.cef.CefClient
 
removeLifeSpanHandler(CefLifeSpanHandler) - Method in class org.cef.handler.CefClientHandler
 
removeLoadHandler() - Method in class org.cef.CefClient
 
removeLoadHandler(CefLoadHandler) - Method in class org.cef.handler.CefClientHandler
 
removeMessageRouter(CefMessageRouter) - Method in class org.cef.CefClient
 
removeMessageRouter(CefMessageRouter) - Method in class org.cef.handler.CefClientHandler
 
removeOnPaintListener(Consumer<CefPaintEvent>) - Method in class org.cef.CefClient
 
removeOnPaintListener(Consumer<CefPaintEvent>) - Method in interface org.cef.handler.CefRenderHandler
Remove provided listener.
removePrintHandler() - Method in class org.cef.CefClient
 
removePrintHandler(CefPrintHandler) - Method in class org.cef.handler.CefClientHandler
 
removeQualifier(CefRequest.TransitionFlags) - Method in enum org.cef.network.CefRequest.TransitionType
Removes a qualifier from the enum.
removeRenderHandler(CefRenderHandler) - Method in class org.cef.handler.CefClientHandler
 
removeRequestHandler() - Method in class org.cef.CefClient
 
removeRequestHandler(CefRequestHandler) - Method in class org.cef.handler.CefClientHandler
 
removeWindowHandler(CefWindowHandler) - Method in class org.cef.handler.CefClientHandler
 
replaceMisspelling(String) - Method in interface org.cef.browser.CefBrowser
If a misspelled word is currently selected in an editable node calling this method will replace it with the specified |word|.
reset() - Method in interface org.cef.callback.CefCommandLine
Reset the command-line switches and arguments but leave the program component unchanged.
resetFileContents() - Method in class org.cef.callback.CefDragData
Reset the file contents.
resources_dir_path - Variable in class org.cef.CefSettings
The fully qualified path for the resources directory.
resume() - Method in interface org.cef.callback.CefDownloadItemCallback
Call to resume the download.
root_cache_path - Variable in class org.cef.CefSettings
The root directory for installation-specific data and the parent directory for profile-specific data.
runFileDialog(CefDialogHandler.FileDialogMode, String, String, Vector<String>, int, CefRunFileDialogCallback) - Method in interface org.cef.browser.CefBrowser
Call to run a file chooser dialog.

S

scale - Variable in class org.cef.misc.CefPdfPrintSettings
The percentage to scale the PDF by before printing (e.g.
secure - Variable in class org.cef.network.CefCookie
If secure is true the cookie will only be sent for HTTPS requests.
selectAll() - Method in interface org.cef.browser.CefFrame
Execute selectAll in this frame.
Set(double, int, int, boolean, Rectangle, Rectangle) - Method in class org.cef.handler.CefScreenInfo
 
set(boolean) - Method in class org.cef.misc.BoolRef
 
set(int) - Method in class org.cef.misc.IntRef
 
set(String) - Method in class org.cef.misc.StringRef
 
set(String, String, CefPostData, Map<String, String>) - Method in class org.cef.network.CefRequest
Set all values at one time.
setAccelerator(int, int, boolean, boolean, boolean) - Method in interface org.cef.callback.CefMenuModel
Set the keyboard accelerator for the specified |command_id|.
setAcceleratorAt(int, int, boolean, boolean, boolean) - Method in interface org.cef.callback.CefMenuModel
Set the keyboard accelerator at the specified |index|.
setChecked(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Check the specified |command_id|.
setCheckedAt(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Check the specified |index|.
setCloseAllowed() - Method in interface org.cef.browser.CefBrowser
Allow the browser to close.
setCollate(boolean) - Method in class org.cef.misc.CefPrintSettings
Set whether pages will be collated.
setColorModel(CefPrintSettings.ColorModel) - Method in class org.cef.misc.CefPrintSettings
Set the color model.
setCommandIdAt(int, int) - Method in interface org.cef.callback.CefMenuModel
Sets the command id at the specified |index|.
setCookie(String, CefCookie) - Method in class org.cef.network.CefCookieManager
Sets a cookie given a valid URL and explicit user-provided cookie attributes.
setCopies(int) - Method in class org.cef.misc.CefPrintSettings
Set the number of copies.
setDeviceName(String) - Method in class org.cef.misc.CefPrintSettings
Set the device name.
setDPI(int) - Method in class org.cef.misc.CefPrintSettings
Set the DPI (dots per inch).
setDuplexMode(CefPrintSettings.DuplexMode) - Method in class org.cef.misc.CefPrintSettings
Set the duplex mode.
setEnabled(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Change the enabled status of the specified |command_id|.
setEnabledAt(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Change the enabled status at the specified |index|.
setError(CefLoadHandler.ErrorCode) - Method in class org.cef.network.CefResponse
Get the response error code.
setFirstPartyForCookies(String) - Method in class org.cef.network.CefRequest
Set the URL to the first party for cookies used in combination with CefURLRequest.
setFlags(int) - Method in class org.cef.network.CefRequest
Set the flags used in combination with CefURLRequest.
setFocus(boolean) - Method in interface org.cef.browser.CefBrowser
Set or remove keyboard focus to/from the browser window.
setFragmentBaseURL(String) - Method in class org.cef.callback.CefDragData
Set the base URL that the fragment came from.
setFragmentHtml(String) - Method in class org.cef.callback.CefDragData
Set the text/html fragment that is being dragged.
setFragmentText(String) - Method in class org.cef.callback.CefDragData
Set the plain text fragment that is being dragged.
setGroupId(int, int) - Method in interface org.cef.callback.CefMenuModel
Sets the group id for the specified |command_id|.
setGroupIdAt(int, int) - Method in interface org.cef.callback.CefMenuModel
Sets the group id at the specified |index|.
setHeaderByName(String, String, boolean) - Method in class org.cef.network.CefRequest
Set the value for the specified response header field.
setHeaderByName(String, String, boolean) - Method in class org.cef.network.CefResponse
Set the value for the specified response header field.
setHeaderMap(Map<String, String>) - Method in class org.cef.network.CefRequest
Set the header values.
setHeaderMap(Map<String, String>) - Method in class org.cef.network.CefResponse
Set all response header fields.
setLabel(int, String) - Method in interface org.cef.callback.CefMenuModel
Sets the label for the specified |command_id|.
setLabelAt(int, String) - Method in interface org.cef.callback.CefMenuModel
Set the label at the specified |index|.
setLinkMetadata(String) - Method in class org.cef.callback.CefDragData
Set the metadata associated with the link being dragged.
setLinkTitle(String) - Method in class org.cef.callback.CefDragData
Set the title associated with the link being dragged.
setLinkURL(String) - Method in class org.cef.callback.CefDragData
Set the link URL that is being dragged.
setLoader(SystemBootstrap.Loader) - Static method in class org.cef.SystemBootstrap
 
setMethod(String) - Method in class org.cef.network.CefRequest
Set the request method type.
setMimeType(String) - Method in class org.cef.network.CefResponse
Set the response mime type.
setNativeRef(String, long) - Method in interface org.cef.callback.CefNative
Method is called by the native code to store a reference to an implemented native JNI counterpart.
setNativeRef(String, long) - Method in class org.cef.callback.CefNativeAdapter
 
setNativeRef(String, long) - Method in class org.cef.handler.CefClientHandler
 
setOnPaintListener(Consumer<CefPaintEvent>) - Method in class org.cef.CefClient
 
setOnPaintListener(Consumer<CefPaintEvent>) - Method in interface org.cef.handler.CefRenderHandler
Remove existing listeners and replace with provided listener.
setOrientation(boolean) - Method in class org.cef.misc.CefPrintSettings
Set the page orientation.
setPageRanges(Vector<CefPageRange>) - Method in class org.cef.misc.CefPrintSettings
Set the page ranges.
setPostData(CefPostData) - Method in class org.cef.network.CefRequest
Set the post data.
setPrinterPrintableArea(Dimension, Rectangle, boolean) - Method in class org.cef.misc.CefPrintSettings
Set the printer printable area in device units.
setProgram(String) - Method in interface org.cef.callback.CefCommandLine
Set the program part of the command line string (the first item).
setReferrer(String, CefRequest.ReferrerPolicy) - Method in class org.cef.network.CefRequest
Set the referrer URL and policy.
setSelectionOnly(boolean) - Method in class org.cef.misc.CefPrintSettings
Set whether only the selection will be printed.
setSettings(CefSettings) - Method in class org.cef.CefApp
 
setStatus(int) - Method in class org.cef.network.CefResponse
Set the response status code.
setStatusText(String) - Method in class org.cef.network.CefResponse
Set the response status text.
setToBytes(int, byte[]) - Method in class org.cef.network.CefPostDataElement
The post data element will represent bytes.
setToEmpty() - Method in class org.cef.network.CefPostDataElement
Remove all contents from the post data element.
setToFile(String) - Method in class org.cef.network.CefPostDataElement
The post data element will represent a file.
setURL(String) - Method in class org.cef.network.CefRequest
Set the fully qualified URL.
setVisible(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Change the visibility of the specified |command_id|.
setVisibleAt(int, boolean) - Method in interface org.cef.callback.CefMenuModel
Change the visibility at the specified |index|.
setWindowlessFrameRate(int) - Method in interface org.cef.browser.CefBrowser
Set the maximum rate in frames per second (fps) that CefRenderHandler::onPaint will be called for a windowless browser.
setWindowVisibility(boolean) - Method in interface org.cef.browser.CefBrowser
Set whether the window containing the browser is visible (minimized/unminimized, app hidden/unhidden, etc).
setZoomLevel(double) - Method in interface org.cef.browser.CefBrowser
Change the zoom level to the specified value.
startDownload(String) - Method in interface org.cef.browser.CefBrowser
Download the file at url using CefDownloadHandler.
startDragging(CefBrowser, CefDragData, int, int, int) - Method in class org.cef.CefClient
 
startDragging(CefBrowser, CefDragData, int, int, int) - Method in interface org.cef.handler.CefRenderHandler
Called when the user starts dragging content in the web view.
startDragging(CefBrowser, CefDragData, int, int, int) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
startup(String[]) - Static method in class org.cef.CefApp
This method must be called at the beginning of the main() method to perform platform- specific startup initialization.
stateHasChanged(CefApp.CefAppState) - Method in interface org.cef.handler.CefAppHandler
Implement this method to get state changes of the CefApp.
stateHasChanged(CefApp.CefAppState) - Method in class org.cef.handler.CefAppHandlerAdapter
 
stopFinding(boolean) - Method in interface org.cef.browser.CefBrowser
Cancel all searches that are currently going on.
stopLoad() - Method in interface org.cef.browser.CefBrowser
Stop loading the page.
StringRef - Class in org.cef.misc
Helper class for passing String values by reference.
StringRef() - Constructor for class org.cef.misc.StringRef
 
StringRef(String) - Constructor for class org.cef.misc.StringRef
 
success(String) - Method in interface org.cef.callback.CefQueryCallback
Notify the associated JavaScript onSuccess callback that the query has completed successfully.
SystemBootstrap - Class in org.cef
To allow customization of System.load() calls by supplying a different implementation.
SystemBootstrap() - Constructor for class org.cef.SystemBootstrap
 
SystemBootstrap.Loader - Interface in org.cef
Simple interface for how a library by name should be loaded.

T

to - Variable in class org.cef.misc.CefPageRange
 
toString() - Method in class org.cef.callback.CefDragData
 
toString() - Method in class org.cef.CefApp.CefVersion
 
toString() - Method in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
 
toString() - Method in class org.cef.network.CefPostData
 
toString(String) - Method in class org.cef.network.CefPostData
 
toString() - Method in class org.cef.network.CefPostDataElement
 
toString(String) - Method in class org.cef.network.CefPostDataElement
 
toString() - Method in class org.cef.network.CefRequest
 
toString() - Method in class org.cef.network.CefResponse
 
type - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
The type of keyboard event.
TypeFlags() - Constructor for class org.cef.callback.CefContextMenuParams.TypeFlags
 

U

uncaught_exception_stack_size - Variable in class org.cef.CefSettings
The number of stack trace frames to capture for uncaught exceptions.
undo() - Method in interface org.cef.browser.CefFrame
Execute undo in this frame.
unmodified_character - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
Same as character but unmodified by any concurrently-held modifiers (except shift).
updateDragCursor(CefBrowser, int) - Method in class org.cef.CefClient
 
updateDragCursor(CefBrowser, int) - Method in interface org.cef.handler.CefRenderHandler
Called when the web view wants to update the mouse cursor during a drag & drop operation.
updateDragCursor(CefBrowser, int) - Method in class org.cef.handler.CefRenderHandlerAdapter
 
UR_FLAG_ALLOW_CACHED_CREDENTIALS - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.
UR_FLAG_NO_DOWNLOAD_DATA - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set the CefURLRequestClient.onDownloadData method will not be called.
UR_FLAG_NO_RETRY_ON_5XX - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried.
UR_FLAG_NONE - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
Default behavior.
UR_FLAG_REPORT_RAW_HEADERS - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set the headers sent and received for the request will be recorded.
UR_FLAG_REPORT_UPLOAD_PROGRESS - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set upload progress events will be generated when a request has a body.
UR_FLAG_SKIP_CACHE - Static variable in class org.cef.network.CefRequest.CefUrlRequestFlags
If set the cache will be skipped when handling the request.
user_agent - Variable in class org.cef.CefSettings
Value that will be returned as the User-Agent HTTP header.
user_agent_product - Variable in class org.cef.CefSettings
Value that will be inserted as the product portion of the default User-Agent string.

V

value - Variable in class org.cef.network.CefCookie
The cookie value.
valueOf(String) - Static method in enum org.cef.callback.CefContextMenuParams.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.callback.CefMenuModel.MenuItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.CefApp.CefAppState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.CefSettings.LogSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefDialogHandler.FileDialogMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefFocusHandler.FocusSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefJSDialogHandler.JSDialogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefKeyboardHandler.CefKeyEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefLoadHandler.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.handler.CefRequestHandler.TerminationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.misc.CefPdfPrintSettings.MarginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.misc.CefPrintSettings.ColorModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.misc.CefPrintSettings.DuplexMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefPostDataElement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefRequest.ReferrerPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefRequest.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefRequest.TransitionFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefRequest.TransitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cef.network.CefURLRequest.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cef.callback.CefContextMenuParams.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.callback.CefMenuModel.MenuItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.CefApp.CefAppState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.CefSettings.LogSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefDialogHandler.FileDialogMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefFocusHandler.FocusSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefJSDialogHandler.JSDialogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefKeyboardHandler.CefKeyEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefLoadHandler.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.handler.CefRequestHandler.TerminationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.misc.CefPdfPrintSettings.MarginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.misc.CefPrintSettings.ColorModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.misc.CefPrintSettings.DuplexMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefPostDataElement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefRequest.ReferrerPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefRequest.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefRequest.TransitionFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefRequest.TransitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cef.network.CefURLRequest.Status
Returns an array containing the constants of this enum type, in the order they are declared.
viewSource() - Method in interface org.cef.browser.CefBrowser
Save this frame's HTML source to a temporary file and open it in the default text viewing application.
visit(CefCookie, int, int, BoolRef) - Method in interface org.cef.callback.CefCookieVisitor
Method that will be called once for each cookie.
visit(String) - Method in interface org.cef.callback.CefStringVisitor
Called when the string is available.
visitAllCookies(CefCookieVisitor) - Method in class org.cef.network.CefCookieManager
Visit all cookies.
visitUrlCookies(String, boolean, CefCookieVisitor) - Method in class org.cef.network.CefCookieManager
Visit a subset of cookies.

W

width - Variable in class org.cef.handler.CefScreenInfo
 
willCollate() - Method in class org.cef.misc.CefPrintSettings
Returns true if pages will be collated.
windowless_frame_rate - Variable in class org.cef.CefBrowserSettings
The maximum rate in frames per second (fps) that CefRenderHandler::OnPaint will be called for a windowless browser.
windowless_rendering_enabled - Variable in class org.cef.CefSettings
Set to true to enable windowless (off-screen) rendering support.
windows_key_code - Variable in class org.cef.handler.CefKeyboardHandler.CefKeyEvent
The Windows key code for the key event.

X

x - Variable in class org.cef.handler.CefScreenInfo
 

Y

y - Variable in class org.cef.handler.CefScreenInfo
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links
Chromium Embedded Framework (CEF) Copyright © 2013 Marshall A. Greenblatt