- cache_path - 类 中的变量org.cef.CefSettings
 
- 
The location where cache data will be stored on disk.
 
- cancel() - 接口 中的方法org.cef.callback.CefAuthCallback
 
- 
Cancel the authentication request.
 
- cancel() - 接口 中的方法org.cef.callback.CefCallback
 
- 
Cancel processing.
 
- cancel() - 接口 中的方法org.cef.callback.CefDownloadItemCallback
 
- 
Call to cancel the download.
 
- Cancel() - 接口 中的方法org.cef.callback.CefFileDialogCallback
 
- 
Cancel the file selection.
 
- cancel() - 接口 中的方法org.cef.callback.CefPrintDialogCallback
 
- 
Cancel the printing.
 
- Cancel() - 接口 中的方法org.cef.callback.CefRequestCallback
 
- 
Cancel the url request.
 
- cancel() - 接口 中的方法org.cef.handler.CefResourceHandler
 
- 
Request processing has been canceled.
 
- cancel() - 类 中的方法org.cef.handler.CefResourceHandlerAdapter
 
-  
 
- cancel() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Cancel the request.
 
- cancelPending(CefBrowser, CefMessageRouterHandler) - 类 中的方法org.cef.browser.CefMessageRouter
 
- 
Cancel all pending queries associated with either |browser| or |handler|.
 
- canGetCookie(CefCookie) - 接口 中的方法org.cef.handler.CefResourceHandler
 
- 
Return true if the specified cookie can be sent with the request or false
 otherwise.
 
- canGetCookie(CefCookie) - 类 中的方法org.cef.handler.CefResourceHandlerAdapter
 
-  
 
- canGoBack() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Tests if the browser can navigate backwards.
 
- canGoForward() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Tests if the browser can navigate forwards.
 
- canSetCookie(CefCookie) - 接口 中的方法org.cef.handler.CefResourceHandler
 
- 
Return true if the specified cookie returned with the response can be set
 or false otherwise.
 
- canSetCookie(CefCookie) - 类 中的方法org.cef.handler.CefResourceHandlerAdapter
 
-  
 
- CEF_COMMIT_NUMBER - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- CEF_VERSION_MAJOR - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- CefApp - org.cef中的类
 
- 
Exposes static methods for managing the global CEF context.
 
- CefApp.CefAppState - org.cef中的枚举
 
- 
The CefAppState gives you a hint if the CefApp is already usable or not
 usable any more.
 
- CefApp.CefVersion - org.cef中的类
 
-  
 
- CefAppHandler - org.cef.handler中的接口
 
- 
Implement this interface to provide handler implementations.
 
- CefAppHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for managing app handler events.
 
- CefAppHandlerAdapter(String[]) - 类 的构造器org.cef.handler.CefAppHandlerAdapter
 
-  
 
- CefAuthCallback - org.cef.callback中的接口
 
- 
Callback interface used for asynchronous continuation of authentication
 requests.
 
- CefBeforeDownloadCallback - org.cef.callback中的接口
 
- 
Callback interface used to asynchronously continue a download.
 
- CefBrowser - org.cef.browser中的接口
 
- 
Interface representing a browser.
 
- CefBrowserFactory - org.cef.browser中的类
 
- 
Creates a new instance of CefBrowser according the passed values
 
- CefBrowserFactory() - 类 的构造器org.cef.browser.CefBrowserFactory
 
-  
 
- CefBrowserWindow - org.cef.browser中的接口
 
- 
Interface representing system dependent methods for the browser.
 
- CefBrowserWindowMac - org.cef.browser.mac中的类
 
-  
 
- CefBrowserWindowMac() - 类 的构造器org.cef.browser.mac.CefBrowserWindowMac
 
-  
 
- CefCallback - org.cef.callback中的接口
 
- 
Generic callback interface used for asynchronous continuation.
 
- CefClient - org.cef中的类
 
- 
Client that owns a browser and renderer.
 
- CefClientHandler - org.cef.handler中的类
 
- 
Implement this interface to provide handler implementations.
 
- CefClientHandler() - 类 的构造器org.cef.handler.CefClientHandler
 
-  
 
- CefCommandLine - org.cef.callback中的接口
 
- 
Class used to create and/or parse command line arguments.
 
- CefCompletionCallback - org.cef.callback中的接口
 
- 
Generic callback interface used for asynchronous completion.
 
- CefContextMenuHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle context menu events.
 
- CefContextMenuHandler.EventFlags - org.cef.handler中的类
 
- 
Supported event bit flags.
 
- CefContextMenuHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving context menu events.
 
- CefContextMenuHandlerAdapter() - 类 的构造器org.cef.handler.CefContextMenuHandlerAdapter
 
-  
 
- CefContextMenuParams - org.cef.callback中的接口
 
- 
Provides information about the context menu state.
 
- CefContextMenuParams.EditStateFlags - org.cef.callback中的类
 
- 
Supported context menu edit state bit flags.
 
- CefContextMenuParams.MediaStateFlags - org.cef.callback中的类
 
- 
Supported context menu media state bit flags.
 
- CefContextMenuParams.MediaType - org.cef.callback中的枚举
 
- 
Supported context menu media types.
 
- CefContextMenuParams.TypeFlags - org.cef.callback中的类
 
- 
Supported context menu type flags.
 
- CefCookie - org.cef.network中的类
 
- 
Cookie information.
 
- CefCookie(String, String, String, String, boolean, boolean, Date, Date, boolean, Date) - 类 的构造器org.cef.network.CefCookie
 
-  
 
- CefCookieManager - org.cef.network中的类
 
- 
Class used for managing cookies.
 
- CefCookieVisitor - org.cef.callback中的接口
 
- 
Interface to implement for visiting cookie values.
 
- CefDialogHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle dialog events.
 
- CefDialogHandler.FileDialogMode - org.cef.handler中的枚举
 
- 
Supported file dialog modes.
 
- CefDisplayHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to browser display state.
 
- CefDisplayHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving display events.
 
- CefDisplayHandlerAdapter() - 类 的构造器org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- CefDownloadHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle file downloads.
 
- CefDownloadHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving download events.
 
- CefDownloadHandlerAdapter() - 类 的构造器org.cef.handler.CefDownloadHandlerAdapter
 
-  
 
- CefDownloadItem - org.cef.callback中的接口
 
- 
Class used to represent a download item.
 
- CefDownloadItemCallback - org.cef.callback中的接口
 
- 
Callback interface used to asynchronously cancel a download.
 
- CefDragData - org.cef.callback中的类
 
- 
Class used to represent drag data.
 
- CefDragHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to dragging.
 
- CefDragHandler.DragOperationMask - org.cef.handler中的类
 
-  
 
- CefFileDialogCallback - org.cef.callback中的接口
 
- 
Callback interface for asynchronous continuation of file dialog requests.
 
- CefFocusHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to focus.
 
- CefFocusHandler.FocusSource - org.cef.handler中的枚举
 
- 
Focus sources.
 
- CefFocusHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving focus events.
 
- CefFocusHandlerAdapter() - 类 的构造器org.cef.handler.CefFocusHandlerAdapter
 
-  
 
- CefFrame - org.cef.browser中的接口
 
- 
Interface representing a frame.
 
- CefJSDialogCallback - org.cef.callback中的接口
 
- 
Callback interface used for asynchronous continuation of JavaScript dialog
 requests.
 
- CefJSDialogHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to JavaScript dialogs.
 
- CefJSDialogHandler.JSDialogType - org.cef.handler中的枚举
 
- 
Supported JavaScript dialog types.
 
- CefJSDialogHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving javascript dialog requests.
 
- CefJSDialogHandlerAdapter() - 类 的构造器org.cef.handler.CefJSDialogHandlerAdapter
 
-  
 
- CefKeyboardHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to keyboard input.
 
- CefKeyboardHandler.CefKeyEvent - org.cef.handler中的类
 
- 
Structure representing keyboard event information.
 
- CefKeyboardHandler.CefKeyEvent.EventType - org.cef.handler中的枚举
 
- 
Key event types.
 
- CefKeyboardHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving keyboard events.
 
- CefKeyboardHandlerAdapter() - 类 的构造器org.cef.handler.CefKeyboardHandlerAdapter
 
-  
 
- CefLifeSpanHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to browser life span.
 
- CefLifeSpanHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving life span events.
 
- CefLifeSpanHandlerAdapter() - 类 的构造器org.cef.handler.CefLifeSpanHandlerAdapter
 
-  
 
- CefLoadHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to browser load status.
 
- CefLoadHandler.ErrorCode - org.cef.handler中的枚举
 
-  
 
- CefLoadHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving load events.
 
- CefLoadHandlerAdapter() - 类 的构造器org.cef.handler.CefLoadHandlerAdapter
 
-  
 
- CefMenuModel - org.cef.callback中的接口
 
- 
Supports creation and modification of menus.
 
- CefMenuModel.MenuId - org.cef.callback中的类
 
-  
 
- CefMenuModel.MenuItemType - org.cef.callback中的枚举
 
- 
Supported menu item types.
 
- CefMessageRouter - 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 - org.cef.browser中的类
 
- 
Used to configure the query router.
 
- CefMessageRouterConfig() - 类 的构造器org.cef.browser.CefMessageRouter.CefMessageRouterConfig
 
-  
 
- CefMessageRouterConfig(String, String) - 类 的构造器org.cef.browser.CefMessageRouter.CefMessageRouterConfig
 
-  
 
- CefMessageRouterHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle queries.
 
- CefMessageRouterHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving message router events.
 
- CefMessageRouterHandlerAdapter() - 类 的构造器org.cef.handler.CefMessageRouterHandlerAdapter
 
-  
 
- CefNative - 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 - org.cef.callback中的类
 
-  
 
- CefNativeAdapter() - 类 的构造器org.cef.callback.CefNativeAdapter
 
-  
 
- CefPageRange - org.cef.misc中的类
 
- 
Class representing a print job page range.
 
- CefPageRange() - 类 的构造器org.cef.misc.CefPageRange
 
-  
 
- CefPageRange(int, int) - 类 的构造器org.cef.misc.CefPageRange
 
-  
 
- CefPdfPrintCallback - org.cef.callback中的接口
 
- 
Callback interface for CefBrowser.PrintToPDF().
 
- CefPdfPrintSettings - org.cef.misc中的类
 
- 
PDF print settings for browser.printToPDF()
 
- CefPdfPrintSettings() - 类 的构造器org.cef.misc.CefPdfPrintSettings
 
-  
 
- CefPdfPrintSettings.MarginType - org.cef.misc中的枚举
 
-  
 
- CefPostData - org.cef.network中的类
 
- 
Class used to represent post data for a web request.
 
- CefPostDataElement - org.cef.network中的类
 
- 
Class used to represent a single element in the request post data.
 
- CefPostDataElement.Type - org.cef.network中的枚举
 
- 
Post data elements may represent either bytes or files.
 
- CefPrintDialogCallback - org.cef.callback中的接口
 
- 
Callback interface for asynchronous continuation of print dialog requests.
 
- CefPrintHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle printing on Linux.
 
- CefPrintHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving print events on Linux.
 
- CefPrintHandlerAdapter() - 类 的构造器org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- CefPrintJobCallback - org.cef.callback中的接口
 
- 
Callback interface for asynchronous continuation of print job requests.
 
- CefPrintSettings - org.cef.misc中的类
 
- 
Class representing print settings.
 
- CefPrintSettings.ColorModel - org.cef.misc中的枚举
 
- 
Print job color mode values.
 
- CefPrintSettings.DuplexMode - org.cef.misc中的枚举
 
- 
Print job duplex mode values.
 
- CefQueryCallback - org.cef.callback中的接口
 
- 
Interface representing a query callback.
 
- CefRenderHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events when window rendering is disabled.
 
- CefRenderHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving render events.
 
- CefRenderHandlerAdapter() - 类 的构造器org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- CefRequest - org.cef.network中的类
 
- 
Class used to represent a web request.
 
- CefRequest.CefUrlRequestFlags - org.cef.network中的类
 
-  
 
- CefRequest.ReferrerPolicy - org.cef.network中的枚举
 
- 
Policy for how the Referrer HTTP header value will be sent during navigation.
 
- CefRequest.ResourceType - org.cef.network中的枚举
 
- 
Resource type for a request.
 
- CefRequest.TransitionFlags - org.cef.network中的枚举
 
- 
Transition qualifiers.
 
- CefRequest.TransitionType - org.cef.network中的枚举
 
- 
Transition type for a request.
 
- CefRequestCallback - org.cef.callback中的接口
 
- 
Callback interface used for asynchronous continuation of quota requests.
 
- CefRequestContext - org.cef.browser中的类
 
- 
A request context provides request handling for a set of related browser
 objects.
 
- CefRequestContextHandler - org.cef.handler中的接口
 
- 
Implement this interface to provide handler implementations.
 
- CefRequestContextHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving browser request context events.
 
- CefRequestContextHandlerAdapter() - 类 的构造器org.cef.handler.CefRequestContextHandlerAdapter
 
-  
 
- CefRequestHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events related to browser requests.
 
- CefRequestHandler.TerminationStatus - org.cef.handler中的枚举
 
- 
Process termination status values.
 
- CefRequestHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving browser request events.
 
- CefRequestHandlerAdapter() - 类 的构造器org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- CefResourceHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle custom resource requests.
 
- CefResourceHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving resource requests.
 
- CefResourceHandlerAdapter() - 类 的构造器org.cef.handler.CefResourceHandlerAdapter
 
-  
 
- CefResponse - org.cef.network中的类
 
- 
Class used to represent a web response.
 
- CefRunFileDialogCallback - org.cef.callback中的接口
 
- 
Callback interface for CefBrowserHost::RunFileDialog.
 
- CefSchemeHandlerFactory - org.cef.callback中的接口
 
- 
Class that creates CefResourceHandler instances for handling scheme requests.
 
- CefSchemeRegistrar - org.cef.callback中的接口
 
- 
Class that manages custom scheme registrations.
 
- CefSettings - org.cef中的类
 
- 
Initialization settings.
 
- CefSettings() - 类 的构造器org.cef.CefSettings
 
-  
 
- CefSettings.ColorType - org.cef中的类
 
- 
32-bit ARGB color value, not premultiplied.
 
- CefSettings.LogSeverity - org.cef中的枚举
 
- 
Log severity levels.
 
- CefStringVisitor - org.cef.callback中的接口
 
- 
Public interface to receive string values asynchronously.
 
- CefURLRequest - org.cef.network中的类
 
- 
Class used to make a URL request.
 
- CefURLRequest.Status - org.cef.network中的枚举
 
-  
 
- CefURLRequestClient - org.cef.callback中的接口
 
- 
Interface that should be implemented by the CefURLRequest client.
 
- CefUrlRequestFlags() - 类 的构造器org.cef.network.CefRequest.CefUrlRequestFlags
 
-  
 
- CefWebPluginInfo - org.cef.network中的接口
 
- 
Information about a specific web plugin.
 
- CefWebPluginInfoVisitor - org.cef.callback中的接口
 
- 
Interface to implement for visiting web plugin information.
 
- CefWebPluginManager - org.cef.network中的类
 
- 
Class used to manage web plugins.
 
- CefWebPluginUnstableCallback - org.cef.callback中的接口
 
- 
Interface to implement for receiving unstable plugin information.
 
- CefWindowHandler - org.cef.handler中的接口
 
- 
Implement this interface to handle events if window rendering is enabled.
 
- CefWindowHandlerAdapter - org.cef.handler中的类
 
- 
An abstract adapter class for receiving windowed render events.
 
- CefWindowHandlerAdapter() - 类 的构造器org.cef.handler.CefWindowHandlerAdapter
 
-  
 
- character - 类 中的变量org.cef.handler.CefKeyboardHandler.CefKeyEvent
 
- 
The character generated by the keystroke.
 
- CHROME_VERSION_BUILD - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- CHROME_VERSION_MAJOR - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- CHROME_VERSION_MINOR - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- CHROME_VERSION_PATCH - 类 中的变量org.cef.CefApp.CefVersion
 
-  
 
- clear() - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Clears the menu.
 
- clearSchemeHandlerFactories() - 类 中的方法org.cef.CefApp
 
- 
Clear all registered scheme handler factories.
 
- clientWasDisposed(CefClient) - 类 中的方法org.cef.CefApp
 
- 
This method is called by a CefClient if it was disposed.
 
- clone() - 类 中的方法org.cef.callback.CefDragData
 
- 
Returns a copy of the current object
 
- clone() - 类 中的方法org.cef.CefSettings
 
-  
 
- clone() - 类 中的方法org.cef.CefSettings.ColorType
 
-  
 
- clone() - 类 中的方法org.cef.misc.CefPdfPrintSettings
 
-  
 
- close(boolean) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Request that the browser close.
 
- CM_EDITFLAG_CAN_COPY - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_CUT - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_DELETE - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_PASTE - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_REDO - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_SELECT_ALL - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_TRANSLATE - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_CAN_UNDO - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_EDITFLAG_NONE - 类 中的静态变量org.cef.callback.CefContextMenuParams.EditStateFlags
 
-  
 
- CM_MEDIAFLAG_CAN_PRINT - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_CAN_ROTATE - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_CAN_SAVE - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_CONTROL_ROOT_ELEMENT - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_ERROR - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_HAS_AUDIO - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_HAS_VIDEO - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_LOOP - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_MUTED - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_NONE - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_MEDIAFLAG_PAUSED - 类 中的静态变量org.cef.callback.CefContextMenuParams.MediaStateFlags
 
-  
 
- CM_TYPEFLAG_EDITABLE - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_FRAME - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_LINK - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_MEDIA - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_NONE - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_PAGE - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- CM_TYPEFLAG_SELECTION - 类 中的静态变量org.cef.callback.CefContextMenuParams.TypeFlags
 
-  
 
- ColorType(int, int, int, int) - 类 的构造器org.cef.CefSettings.ColorType
 
-  
 
- command_line_args_disabled - 类 中的变量org.cef.CefSettings
 
- 
Set to true to disable configuration of browser process features using
 standard CEF and Chromium command-line arguments.
 
- Continue(String, String) - 接口 中的方法org.cef.callback.CefAuthCallback
 
- 
Continue the authentication request.
 
- Continue(String, boolean) - 接口 中的方法org.cef.callback.CefBeforeDownloadCallback
 
- 
Call to continue the download.
 
- Continue() - 接口 中的方法org.cef.callback.CefCallback
 
- 
Continue processing.
 
- Continue(int, Vector<String>) - 接口 中的方法org.cef.callback.CefFileDialogCallback
 
- 
Continue the file selection with the specified file_paths.
 
- Continue(boolean, String) - 接口 中的方法org.cef.callback.CefJSDialogCallback
 
- 
Continue the JS dialog request.
 
- Continue(CefPrintSettings) - 接口 中的方法org.cef.callback.CefPrintDialogCallback
 
- 
Continue printing with the specified |settings|.
 
- Continue() - 接口 中的方法org.cef.callback.CefPrintJobCallback
 
- 
Indicate completion of the print job.
 
- Continue(boolean) - 接口 中的方法org.cef.callback.CefRequestCallback
 
- 
Continue the url request.
 
- copy() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns a writable copy of this object.
 
- create(CefClient, String, boolean, boolean, CefRequestContext) - 类 中的静态方法org.cef.browser.CefBrowserFactory
 
-  
 
- create() - 类 中的静态方法org.cef.browser.CefMessageRouter
 
- 
Create a new router with the specified configuration.
 
- create(CefMessageRouter.CefMessageRouterConfig) - 类 中的静态方法org.cef.browser.CefMessageRouter
 
-  
 
- create(CefMessageRouterHandler) - 类 中的静态方法org.cef.browser.CefMessageRouter
 
-  
 
- create(CefMessageRouter.CefMessageRouterConfig, CefMessageRouterHandler) - 类 中的静态方法org.cef.browser.CefMessageRouter
 
-  
 
- create() - 类 中的静态方法org.cef.callback.CefDragData
 
- 
Create a new CefDragData object.
 
- create(CefBrowser, CefFrame, String, CefRequest) - 接口 中的方法org.cef.callback.CefSchemeHandlerFactory
 
- 
Return a new resource handler instance to handle the request or an empty
 reference to allow default handling of the request.
 
- create() - 类 中的静态方法org.cef.misc.CefPrintSettings
 
- 
Create a new CefPrintSettings object.
 
- create() - 类 中的静态方法org.cef.network.CefPostData
 
- 
Create a new CefPostData object.
 
- create() - 类 中的静态方法org.cef.network.CefPostDataElement
 
- 
Create a new CefPostDataElement object.
 
- create() - 类 中的静态方法org.cef.network.CefRequest
 
- 
Create a new CefRequest object.
 
- create() - 类 中的静态方法org.cef.network.CefResponse
 
- 
Create a new CefRequest object.
 
- create(CefRequest, CefURLRequestClient) - 类 中的静态方法org.cef.network.CefURLRequest
 
- 
Create a new URL request.
 
- createBrowser(String, boolean, boolean) - 类 中的方法org.cef.CefClient
 
-  
 
- createBrowser(String, boolean, boolean, CefRequestContext) - 类 中的方法org.cef.CefClient
 
-  
 
- createClient() - 类 中的方法org.cef.CefApp
 
- 
Creates a new client instance and returns it to the caller.
 
- createContext(CefRequestContextHandler) - 类 中的静态方法org.cef.browser.CefRequestContext
 
- 
Creates a new context object with the specified handler.
 
- createManager(String, boolean) - 类 中的静态方法org.cef.network.CefCookieManager
 
- 
Creates a new cookie manager.
 
- creation - 类 中的变量org.cef.network.CefCookie
 
- 
The cookie creation date.
 
- get() - 类 中的方法org.cef.misc.BoolRef
 
-  
 
- get() - 类 中的方法org.cef.misc.IntRef
 
-  
 
- get() - 类 中的方法org.cef.misc.StringRef
 
-  
 
- getAccelerator(int, IntRef, BoolRef, BoolRef, BoolRef) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Retrieves the keyboard accelerator for the specified |command_id|.
 
- getAcceleratorAt(int, IntRef, BoolRef, BoolRef, BoolRef) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Retrieves the keyboard accelerator for the specified |index|.
 
- getAllBrowser() - 类 中的方法org.cef.CefClient
 
-  
 
- getAllBrowser() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Returns a list of all browser instances.
 
- getArguments() - 接口 中的方法org.cef.callback.CefCommandLine
 
- 
Get the remaining command line arguments.
 
- getAuthCredentials(boolean, String, int, String, String, CefAuthCallback) - 接口 中的方法org.cef.callback.CefURLRequestClient
 
- 
Called on the IO thread when the browser needs credentials from the user.
 
- getAuthCredentials(CefBrowser, CefFrame, boolean, String, int, String, String, CefAuthCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- getAuthCredentials(CefBrowser, CefFrame, boolean, String, int, String, String, CefAuthCallback) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread when the browser needs credentials from the user.
 
- getAuthCredentials(CefBrowser, CefFrame, boolean, String, int, String, String, CefAuthCallback) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- getBrowser(int) - 类 中的方法org.cef.CefClient
 
-  
 
- getBrowser(int) - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Returns the java part of the browser implementation.
 
- getBytes(int, byte[]) - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Read up to size bytes into bytes and return the number of bytes
 actually read.
 
- getBytesCount() - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Return the number of bytes.
 
- getCefVersion() - 类 中的方法org.cef.CefApp.CefVersion
 
-  
 
- getChromeVersion() - 类 中的方法org.cef.CefApp.CefVersion
 
-  
 
- getClient() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get the client associated with this browser.
 
- getClient() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Returns the client.
 
- getCode() - 枚举 中的方法org.cef.handler.CefLoadHandler.ErrorCode
 
- 
Gets the underlying native chrome embedded framework error code value
 as an integer.
 
- getColor() - 类 中的方法org.cef.CefSettings.ColorType
 
-  
 
- getColorModel() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Get the color model.
 
- getCommandIdAt(int) - 接口 中的方法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() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the content disposition.
 
- getContextMenuHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getContextMenuHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for context menus.
 
- getCookieManager() - 接口 中的方法org.cef.handler.CefRequestContextHandler
 
- 
Called on the IO thread to retrieve the cookie manager.
 
- getCookieManager() - 类 中的方法org.cef.handler.CefRequestContextHandlerAdapter
 
-  
 
- getCopies() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Get the number of copies.
 
- getCount() - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the number of items in this menu.
 
- getCurrentSpeed() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns a simple speed estimate in bytes/s.
 
- getDescription() - 接口 中的方法org.cef.network.CefWebPluginInfo
 
- 
Returns a description of the plugin from the version information.
 
- getDeviceName() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Get the device name.
 
- getDevTools() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get an instance of the dev tools to be displayed in its own window or to be
 embedded within your UI.
 
- getDevTools(Point) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get an instance of the dev tools to be displayed in its own window or to be
 embedded within your UI.
 
- getDialogHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getDialogHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for dialogs.
 
- getDictionarySuggestions(Vector<String>) - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns true if suggestions exist, false otherwise.
 
- getDisplayHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getDisplayHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for browser display state events.
 
- getDownloadHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getDownloadHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for download events.
 
- getDPI() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Get the DPI (dots per inch).
 
- getDragHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getDragHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for drag events.
 
- getDuplexMode() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Get the duplex mode.
 
- getEditStateFlags() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns flags representing the actions supported by the editable node, if
 any, that the context menu was invoked on.
 
- getElementCount() - 类 中的方法org.cef.network.CefPostData
 
- 
Returns the number of existing post data elements.
 
- getElements(Vector<CefPostDataElement>) - 类 中的方法org.cef.network.CefPostData
 
- 
Retrieve the post data elements.
 
- getEndTime() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the time that the download ended.
 
- getError() - 类 中的方法org.cef.network.CefResponse
 
- 
Get the response error code.
 
- getFile() - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Return the file name.
 
- getFileContents(OutputStream) - 类 中的方法org.cef.callback.CefDragData
 
- 
Write the contents of the file being dragged out of the web view into
 |writer|.
 
- getFileName() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the name of the file being dragged out of the browser window.
 
- getFileNames(Vector<String>) - 类 中的方法org.cef.callback.CefDragData
 
- 
Retrieve the list of file names that are being dragged into the browser
 window.
 
- getFirstPartyForCookies() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the URL to the first party for cookies used in combination with
 CefURLRequest.
 
- getFlags() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the flags used in combination with CefURLRequest.
 
- getFocusedFrame() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the focused frame for the browser window.
 
- getFocusHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getFocusHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for focus events.
 
- getFragmentBaseURL() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the base URL that the fragment came from.
 
- getFragmentHtml() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the text/html fragment that is being dragged.
 
- getFragmentText() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the plain text fragment that is being dragged.
 
- getFrame(long) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the frame with the specified identifier, or NULL if not found.
 
- getFrame(String) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the frame with the specified name, or NULL if not found.
 
- getFrameCharset() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the character encoding of the subframe that the context menu was
 invoked on.
 
- getFrameCount() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the number of frames that currently exist.
 
- getFrameIdentifiers() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the identifiers of all existing frames.
 
- getFrameNames() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the names of all existing frames.
 
- getFrameUrl() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the URL of the subframe that the context menu was invoked on.
 
- getFullPath() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the full path to the downloaded or downloading file.
 
- getGlobalContext() - 类 中的静态方法org.cef.browser.CefRequestContext
 
- 
Returns the global context object.
 
- getGlobalManager() - 类 中的静态方法org.cef.network.CefCookieManager
 
- 
Returns the global cookie manager.
 
- getGlobalManager() - 类 中的静态方法org.cef.network.CefWebPluginManager
 
- 
Returns the global plugin manager.
 
- getGroupId(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the group id for the specified |command_id| or -1 if invalid.
 
- getGroupIdAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the group id at the specified |index| or -1 if invalid.
 
- getHandler() - 类 中的方法org.cef.browser.CefRequestContext
 
- 
Returns the handler for this context if any.
 
- getHeader(String) - 类 中的方法org.cef.network.CefResponse
 
- 
Get the value for the specified response header field.
 
- getHeaderMap(Map<String, String>) - 类 中的方法org.cef.network.CefRequest
 
- 
Get the header values.
 
- getHeaderMap(Map<String, String>) - 类 中的方法org.cef.network.CefResponse
 
- 
Get all response header fields.
 
- getId() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the unique identifier for this download.
 
- getIdentifier() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the unique browser identifier.
 
- getIdentifier() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Returns the globally unique identifier for this frame or < 0 if the
 underlying frame does not yet exist.
 
- getIdentifier() - 类 中的方法org.cef.network.CefRequest
 
- 
Returns the globally unique identifier for this request or 0 if not
 specified.
 
- getIndexOf(int) - 接口 中的方法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() - 类 中的静态方法org.cef.CefApp
 
- 
Get an instance of this class.
 
- getInstance(String[]) - 类 中的静态方法org.cef.CefApp
 
-  
 
- getInstance(CefSettings) - 类 中的静态方法org.cef.CefApp
 
-  
 
- getInstance(String[], CefSettings) - 类 中的静态方法org.cef.CefApp
 
-  
 
- getJcefVersion() - 类 中的方法org.cef.CefApp.CefVersion
 
-  
 
- getJSDialogHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getJSDialogHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for javascript dialog requests.
 
- getKeyboardHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getKeyboardHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for keyboard events.
 
- getLabel(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the label for the specified |command_id| or empty if not found.
 
- getLabelAt(int) - 接口 中的方法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() - 类 中的方法org.cef.CefClient
 
-  
 
- getLifeSpanHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for browser life span events.
 
- getLinkMetadata() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the metadata, if any, associated with the link being dragged.
 
- getLinkTitle() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the title associated with the link being dragged.
 
- getLinkUrl() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the URL of the link, if any, that encloses the node that the
 context menu was invoked on.
 
- getLinkURL() - 类 中的方法org.cef.callback.CefDragData
 
- 
Return the link URL that is being dragged.
 
- getLoadHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getLoadHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for browser load status events.
 
- getMainFrame() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Returns the main (top-level) frame for the browser window.
 
- getMediaStateFlags() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns flags representing the actions supported by the media element, if
 any, that the context menu was invoked on.
 
- getMediaType() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the type of context node that the context menu was invoked on.
 
- getMessageRouterConfig() - 类 中的方法org.cef.browser.CefMessageRouter
 
-  
 
- getMethod() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the request method type.
 
- getMimeType() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the mime type.
 
- getMimeType() - 类 中的方法org.cef.network.CefResponse
 
- 
Get the response mime type.
 
- getMisspelledWord() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the text of the misspelled word, if any, that the context menu was
 invoked on.
 
- getName() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Returns the name for this frame.
 
- getName() - 接口 中的方法org.cef.network.CefWebPluginInfo
 
- 
Returns the plugin name (i.e.
 
- getNativeRef(String) - 接口 中的方法org.cef.callback.CefNative
 
- 
Method is called by the native code to get the reference
 to an previous stored identifier.
 
- getNativeRef(String) - 类 中的方法org.cef.callback.CefNativeAdapter
 
-  
 
- getNativeRef(String) - 类 中的方法org.cef.handler.CefClientHandler
 
-  
 
- getPageRanges(Vector<CefPageRange>) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Retrieve the page ranges.
 
- getPageRangesCount() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns the number of page ranges that currently exist.
 
- getPageUrl() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the URL of the top level page that the context menu was invoked on.
 
- getParent() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Returns the parent of this frame or NULL if this is the main (top-level)
 frame.
 
- getPath() - 接口 中的方法org.cef.network.CefWebPluginInfo
 
- 
Returns the plugin file path (DLL/bundle/library).
 
- getPdfPaperSize(int) - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Called when PrintToPDF is requested for a browser.
 
- getPdfPaperSize(int) - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- getPendingCount(CefBrowser, CefMessageRouterHandler) - 类 中的方法org.cef.browser.CefMessageRouter
 
- 
Returns the number of queries currently pending for the specified |browser|
 and/or |handler|.
 
- getPercentComplete() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the rough percent complete or -1 if the receive total size is
 unknown.
 
- getPostData() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the post data.
 
- getPrintHandler() - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Return the handler for printing on Linux.
 
- getPrintHandler() - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- getProgram() - 接口 中的方法org.cef.callback.CefCommandLine
 
- 
Get the program part of the command line string (the first item).
 
- getQualifiers() - 枚举 中的方法org.cef.network.CefRequest.TransitionType
 
- 
Returns the qualifier part of the enum as integer.
 
- getReceivedBytes() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the number of received bytes.
 
- getRect(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- getRect(CefBrowser) - 接口 中的方法org.cef.handler.CefWindowHandler
 
- 
Retrieve the view rectangle.
 
- getRect(CefBrowser) - 类 中的方法org.cef.handler.CefWindowHandlerAdapter
 
-  
 
- getReferrerPolicy() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the referrer policy.
 
- getReferrerURL() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the referrer URL.
 
- getRenderHandler() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get an implementation of CefRenderHandler if any.
 
- getRenderHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getRenderHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for off-screen rendering events.
 
- getRequest() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Returns the request object used to create this URL request.
 
- getRequestError() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Returns the request error if status is UR_CANCELED or UR_FAILED, or 0
 otherwise.
 
- getRequestHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getRequestHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for browser request events.
 
- getRequestStatus() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Returns the request status.
 
- getResourceHandler(CefBrowser, CefFrame, CefRequest) - 类 中的方法org.cef.CefClient
 
-  
 
- getResourceHandler(CefBrowser, CefFrame, CefRequest) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread before a resource is loaded.
 
- getResourceHandler(CefBrowser, CefFrame, CefRequest) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- getResourceType() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the resource type for this request.
 
- getResponse() - 类 中的方法org.cef.network.CefURLRequest
 
- 
Returns the response, or NULL if no response information is available.
 
- getResponseHeaders(CefResponse, IntRef, StringRef) - 接口 中的方法org.cef.handler.CefResourceHandler
 
- 
Retrieve response header information.
 
- getResponseHeaders(CefResponse, IntRef, StringRef) - 类 中的方法org.cef.handler.CefResourceHandlerAdapter
 
-  
 
- getScreenPoint(CefBrowser, Point) - 类 中的方法org.cef.CefClient
 
-  
 
- getScreenPoint(CefBrowser, Point) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Retrieve the screen point for the specified view point.
 
- getScreenPoint(CefBrowser, Point) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- getSelectionText() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the text of the selection, if any, that the context menu was
 invoked on.
 
- getSource(CefStringVisitor) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Retrieve this frame's HTML source as a string sent to the specified
 visitor.
 
- getSource() - 枚举 中的方法org.cef.network.CefRequest.TransitionType
 
- 
Returns the source part of the enum as integer.
 
- getSourceUrl() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the source URL, if any, for the element that the context menu was
 invoked on.
 
- getStartTime() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the time that the download started.
 
- getState() - 类 中的静态方法org.cef.CefApp
 
- 
Returns the current state of CefApp.
 
- getStatus() - 类 中的方法org.cef.network.CefResponse
 
- 
Get the response status code.
 
- getStatusText() - 类 中的方法org.cef.network.CefResponse
 
- 
Get the response status text.
 
- getSubMenu(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the submenu for the specified |command_id| or empty if invalid.
 
- getSubMenuAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the submenu at the specified |index| or empty if invalid.
 
- getSuggestedFileName() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the suggested file name.
 
- getSwitches() - 接口 中的方法org.cef.callback.CefCommandLine
 
- 
Returns the map of switch names and values.
 
- getSwitchValue(String) - 接口 中的方法org.cef.callback.CefCommandLine
 
- 
Returns the value associated with the given switch.
 
- getText(CefStringVisitor) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Retrieve this frame's display text as a string sent to the specified
 visitor.
 
- getTotalBytes() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the total number of bytes.
 
- getTransitionType() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the transition type for this request.
 
- getType(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the item type for the specified |command_id|.
 
- getType() - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Return the type of this post data element.
 
- getTypeAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns the item type at the specified |index|.
 
- getTypeFlags() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns flags representing the type of node that the context menu was
 invoked on.
 
- getUIComponent() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get the underlying UI component (e.g. java.awt.Canvas).
 
- getUnfilteredLinkUrl() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the link URL, if any, to be used ONLY for "copy link address".
 
- getURL() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Emits the URL currently loaded in this frame.
 
- getURL() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Emits the URL currently loaded in this frame.
 
- getURL() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns the URL.
 
- getURL() - 类 中的方法org.cef.network.CefRequest
 
- 
Get the fully qualified URL.
 
- getValue() - 枚举 中的方法org.cef.network.CefRequest.TransitionFlags
 
- 
Returns the integer representation of the enum.
 
- getValue() - 枚举 中的方法org.cef.network.CefRequest.TransitionType
 
- 
Returns the integer representation of this enum, containing the source
 and the qualifier as one value.
 
- getVersion() - 类 中的方法org.cef.CefApp
 
-  
 
- getVersion() - 接口 中的方法org.cef.network.CefWebPluginInfo
 
- 
Returns the version of the plugin (may be OS-specific).
 
- getViewRect(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- getViewRect(CefBrowser) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Retrieve the view rectangle.
 
- getViewRect(CefBrowser) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- getWindowHandle(Component) - 接口 中的方法org.cef.browser.CefBrowserWindow
 
- 
Get the window handle for the given UI object.
 
- getWindowHandle(Component) - 类 中的方法org.cef.browser.mac.CefBrowserWindowMac
 
-  
 
- getWindowHandler() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get an implementation of CefWindowHandler if any.
 
- getWindowHandler() - 类 中的方法org.cef.CefClient
 
-  
 
- getWindowHandler() - 类 中的方法org.cef.handler.CefClientHandler
 
- 
Return the handler for windowed rendering events.
 
- getXCoord() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the X coordinate of the mouse where the context menu was invoked.
 
- getYCoord() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns the Y coordinate of the mouse where the context menu was invoked.
 
- getZoomLevel() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Get the current zoom level.
 
- goBack() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Go back.
 
- goForward() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Go forward.
 
- ignore_certificate_errors - 类 中的变量org.cef.CefSettings
 
- 
Set to true to ignore errors related to invalid SSL certificates.
 
- insertCheckItemAt(int, int, String) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Insert a check item in the menu at the specified |index|.
 
- insertItemAt(int, int, String) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Insert an item in the menu at the specified |index|.
 
- insertRadioItemAt(int, int, String, int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Insert a radio item in the menu at the specified |index|.
 
- insertSeparatorAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Insert a separator in the menu at the specified |index|.
 
- insertSubMenuAt(int, int, String) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Insert a sub-menu in the menu at the specified |index|.
 
- IntRef - org.cef.misc中的类
 
- 
Helper class for passing int values by reference.
 
- IntRef() - 类 的构造器org.cef.misc.IntRef
 
-  
 
- IntRef(int) - 类 的构造器org.cef.misc.IntRef
 
-  
 
- is_system_key - 类 中的变量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() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns true if the download has been canceled or interrupted.
 
- isChecked(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |command_id| is checked.
 
- isCheckedAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |index| is checked.
 
- isComplete() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns true if the download is complete.
 
- isEditable() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns true if the context menu was invoked on an editable node.
 
- isEnabled(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |command_id| is enabled.
 
- isEnabledAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |index| is enabled.
 
- isFile() - 类 中的方法org.cef.callback.CefDragData
 
- 
Returns true if the drag data is a file.
 
- isFocused() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Returns true if this is the focused frame.
 
- isFragment() - 类 中的方法org.cef.callback.CefDragData
 
- 
Returns true if the drag data is a text or html fragment.
 
- isGlobal() - 类 中的方法org.cef.browser.CefRequestContext
 
- 
Returns true if this object is the global context.
 
- isInProgress() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns true if the download is in progress.
 
- isLandscape() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns true if the orientation is landscape.
 
- isLink() - 类 中的方法org.cef.callback.CefDragData
 
- 
Returns true if the drag data is a link.
 
- isLinux() - 类 中的静态方法org.cef.OS
 
-  
 
- isLoading() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Tests if the browser is currently loading.
 
- isMacintosh() - 类 中的静态方法org.cef.OS
 
-  
 
- isMain() - 接口 中的方法org.cef.browser.CefFrame
 
- 
Returns true if this is the main (top-level) frame.
 
- isPopup() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Tests if the window is a popup window.
 
- isReadOnly() - 类 中的方法org.cef.callback.CefDragData
 
- 
Test if the object is set to read-only.
 
- isReadOnly() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns true if the values of this object are read-only.
 
- isReadOnly() - 类 中的方法org.cef.network.CefPostData
 
- 
Returns true if this object is read-only.
 
- isReadOnly() - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Returns true if this object is read-only.
 
- isReadOnly() - 类 中的方法org.cef.network.CefRequest
 
- 
Returns true if this object is read-only.
 
- isReadOnly() - 类 中的方法org.cef.network.CefResponse
 
- 
Returns true if this object is read-only.
 
- isRedirect() - 枚举 中的方法org.cef.network.CefRequest.TransitionType
 
- 
Tests if one of the redirect qualifiers is set.
 
- isSelectionOnly() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns true if only the selection will be printed.
 
- isSet(CefRequest.TransitionFlags) - 枚举 中的方法org.cef.network.CefRequest.TransitionType
 
- 
Tests if a qualifier is set.
 
- isSpellCheckEnabled() - 接口 中的方法org.cef.callback.CefContextMenuParams
 
- 
Returns true if the context menu was invoked on an editable node where
 spell-check is enabled.
 
- isUnstable(String, boolean) - 接口 中的方法org.cef.callback.CefWebPluginUnstableCallback
 
- 
Method that will be called for the requested plugin.
 
- isValid() - 接口 中的方法org.cef.browser.CefFrame
 
- 
True if this object is currently attached to a valid frame.
 
- isValid() - 接口 中的方法org.cef.callback.CefDownloadItem
 
- 
Returns true if this object is valid.
 
- isValid() - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Returns true if this object is valid.
 
- isVisible(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |command_id| is visible.
 
- isVisibleAt(int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Returns true if the specified |index| is visible.
 
- isWebPluginUnstable(String, CefWebPluginUnstableCallback) - 类 中的方法org.cef.network.CefWebPluginManager
 
- 
Query if a plugin is unstable.
 
- isWindows() - 类 中的静态方法org.cef.OS
 
-  
 
- onAddressChange(CefBrowser, CefFrame, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onAddressChange(CefBrowser, CefFrame, String) - 接口 中的方法org.cef.handler.CefDisplayHandler
 
- 
Handle address changes.
 
- onAddressChange(CefBrowser, CefFrame, String) - 类 中的方法org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- onAfterCreated(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- onAfterCreated(CefBrowser) - 接口 中的方法org.cef.handler.CefLifeSpanHandler
 
- 
Handle creation of a new browser window.
 
- onAfterCreated(CefBrowser) - 类 中的方法org.cef.handler.CefLifeSpanHandlerAdapter
 
-  
 
- onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the UI thread before browser navigation.
 
- onBeforeBrowse(CefBrowser, CefFrame, CefRequest, boolean, boolean) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onBeforeClose() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Called from CefClient.onBeforeClose.
 
- onBeforeClose(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeClose(CefBrowser) - 接口 中的方法org.cef.handler.CefLifeSpanHandler
 
- 
Called just before a browser is destroyed.
 
- onBeforeClose(CefBrowser) - 类 中的方法org.cef.handler.CefLifeSpanHandlerAdapter
 
-  
 
- onBeforeCommandLineProcessing(String, CefCommandLine) - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Provides an opportunity to view and/or modify command-line arguments before
 processing by CEF and Chromium.
 
- onBeforeCommandLineProcessing(String, CefCommandLine) - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - 接口 中的方法org.cef.handler.CefContextMenuHandler
 
- 
Called before a context menu is displayed.
 
- onBeforeContextMenu(CefBrowser, CefFrame, CefContextMenuParams, CefMenuModel) - 类 中的方法org.cef.handler.CefContextMenuHandlerAdapter
 
-  
 
- onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - 接口 中的方法org.cef.handler.CefDownloadHandler
 
- 
Called before a download begins.
 
- onBeforeDownload(CefBrowser, CefDownloadItem, String, CefBeforeDownloadCallback) - 类 中的方法org.cef.handler.CefDownloadHandlerAdapter
 
-  
 
- onBeforePluginLoad(String, String, boolean, String, CefWebPluginInfo) - 接口 中的方法org.cef.handler.CefRequestContextHandler
 
- 
Called on multiple browser process threads before a plugin instance is
 loaded.
 
- onBeforePluginLoad(String, String, boolean, String, CefWebPluginInfo) - 类 中的方法org.cef.handler.CefRequestContextHandlerAdapter
 
-  
 
- onBeforePopup(CefBrowser, CefFrame, String, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforePopup(CefBrowser, CefFrame, String, String) - 接口 中的方法org.cef.handler.CefLifeSpanHandler
 
- 
Called on the IO thread before a new popup window is created.
 
- onBeforePopup(CefBrowser, CefFrame, String, String) - 类 中的方法org.cef.handler.CefLifeSpanHandlerAdapter
 
-  
 
- onBeforeResourceLoad(CefBrowser, CefFrame, CefRequest) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeResourceLoad(CefBrowser, CefFrame, CefRequest) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread before a resource request is loaded.
 
- onBeforeResourceLoad(CefBrowser, CefFrame, CefRequest) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onBeforeTerminate() - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Provides an opportunity to hook into the native shutdown process.
 
- onBeforeTerminate() - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - 接口 中的方法org.cef.handler.CefJSDialogHandler
 
- 
Called to run a dialog asking the user if they want to leave a page.
 
- onBeforeUnloadDialog(CefBrowser, String, boolean, CefJSDialogCallback) - 类 中的方法org.cef.handler.CefJSDialogHandlerAdapter
 
-  
 
- onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefRequestCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefRequestCallback) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the UI thread to handle requests for URLs with an invalid
 SSL certificate.
 
- onCertificateError(CefBrowser, CefLoadHandler.ErrorCode, String, CefRequestCallback) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onComplete() - 接口 中的方法org.cef.callback.CefCompletionCallback
 
- 
Method that will be called once the task is complete.
 
- onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - 接口 中的方法org.cef.handler.CefDisplayHandler
 
- 
Called to display a console message.
 
- onConsoleMessage(CefBrowser, CefSettings.LogSeverity, String, String, int) - 类 中的方法org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- onContextInitialized() - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Called on the browser process UI thread immediately after the CEF context
 has been initialized.
 
- onContextInitialized() - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - 接口 中的方法org.cef.handler.CefContextMenuHandler
 
- 
Called to execute a command selected from the context menu.
 
- onContextMenuCommand(CefBrowser, CefFrame, CefContextMenuParams, int, int) - 类 中的方法org.cef.handler.CefContextMenuHandlerAdapter
 
-  
 
- onContextMenuDismissed(CefBrowser, CefFrame) - 类 中的方法org.cef.CefClient
 
-  
 
- onContextMenuDismissed(CefBrowser, CefFrame) - 接口 中的方法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) - 类 中的方法org.cef.handler.CefContextMenuHandlerAdapter
 
-  
 
- onCursorChange(CefBrowser, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onCursorChange(CefBrowser, int) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Handle cursor changes.
 
- onCursorChange(CefBrowser, int) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- onDialogClosed(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- onDialogClosed(CefBrowser) - 接口 中的方法org.cef.handler.CefJSDialogHandler
 
- 
Called when the default implementation dialog is closed.
 
- onDialogClosed(CefBrowser) - 类 中的方法org.cef.handler.CefJSDialogHandlerAdapter
 
-  
 
- onDownloadData(CefURLRequest, byte[], int) - 接口 中的方法org.cef.callback.CefURLRequestClient
 
- 
Called when some part of the response is read.
 
- onDownloadProgress(CefURLRequest, int, int) - 接口 中的方法org.cef.callback.CefURLRequestClient
 
- 
Notifies the client of download progress.
 
- onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - 接口 中的方法org.cef.handler.CefDownloadHandler
 
- 
Called when a download's status or progress information has been updated.
 
- onDownloadUpdated(CefBrowser, CefDownloadItem, CefDownloadItemCallback) - 类 中的方法org.cef.handler.CefDownloadHandlerAdapter
 
-  
 
- onDragEnter(CefBrowser, CefDragData, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onDragEnter(CefBrowser, CefDragData, int) - 接口 中的方法org.cef.handler.CefDragHandler
 
- 
Called when an external drag event enters the browser window.
 
- onFileDialog(CefBrowser, CefDialogHandler.FileDialogMode, String, String, Vector<String>, int, CefFileDialogCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onFileDialog(CefBrowser, CefDialogHandler.FileDialogMode, String, String, Vector<String>, int, CefFileDialogCallback) - 接口 中的方法org.cef.handler.CefDialogHandler
 
- 
Called to run a file chooser dialog.
 
- onFileDialogDismissed(int, Vector<String>) - 接口 中的方法org.cef.callback.CefRunFileDialogCallback
 
- 
Called asynchronously after the file dialog is dismissed.
 
- onGotFocus(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- onGotFocus(CefBrowser) - 接口 中的方法org.cef.handler.CefFocusHandler
 
- 
Called when the browser component has received focus.
 
- onGotFocus(CefBrowser) - 类 中的方法org.cef.handler.CefFocusHandlerAdapter
 
-  
 
- onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - 类 中的方法org.cef.CefClient
 
-  
 
- onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - 接口 中的方法org.cef.handler.CefJSDialogHandler
 
- 
Called to run a JavaScript dialog.
 
- onJSDialog(CefBrowser, String, CefJSDialogHandler.JSDialogType, String, String, CefJSDialogCallback, BoolRef) - 类 中的方法org.cef.handler.CefJSDialogHandlerAdapter
 
-  
 
- onKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent) - 类 中的方法org.cef.CefClient
 
-  
 
- onKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent) - 接口 中的方法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) - 类 中的方法org.cef.handler.CefKeyboardHandlerAdapter
 
-  
 
- onLoadEnd(CefBrowser, CefFrame, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onLoadEnd(CefBrowser, CefFrame, int) - 接口 中的方法org.cef.handler.CefLoadHandler
 
- 
Called when the browser is done loading a frame.
 
- onLoadEnd(CefBrowser, CefFrame, int) - 类 中的方法org.cef.handler.CefLoadHandlerAdapter
 
-  
 
- onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - 接口 中的方法org.cef.handler.CefLoadHandler
 
- 
Called when the resource load for a navigation fails or is canceled.
 
- onLoadError(CefBrowser, CefFrame, CefLoadHandler.ErrorCode, String, String) - 类 中的方法org.cef.handler.CefLoadHandlerAdapter
 
-  
 
- onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - 类 中的方法org.cef.CefClient
 
-  
 
- onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - 接口 中的方法org.cef.handler.CefLoadHandler
 
- 
Called when the loading state has changed.
 
- onLoadingStateChange(CefBrowser, boolean, boolean, boolean) - 类 中的方法org.cef.handler.CefLoadHandlerAdapter
 
-  
 
- onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - 类 中的方法org.cef.CefClient
 
-  
 
- onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - 接口 中的方法org.cef.handler.CefLoadHandler
 
- 
Called when the browser begins loading a frame.
 
- onLoadStart(CefBrowser, CefFrame, CefRequest.TransitionType) - 类 中的方法org.cef.handler.CefLoadHandlerAdapter
 
-  
 
- onMouseEvent(CefBrowser, int, int, int, int, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onMouseEvent(CefBrowser, int, int, int, int, int) - 接口 中的方法org.cef.handler.CefWindowHandler
 
- 
Implement this method to handle mouse events on Windows.
 
- onMouseEvent(CefBrowser, int, int, int, int, int) - 类 中的方法org.cef.handler.CefWindowHandlerAdapter
 
-  
 
- onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - 类 中的方法org.cef.CefClient
 
-  
 
- onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Handle painting.
 
- onPaint(CefBrowser, boolean, Rectangle[], ByteBuffer, int, int) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- onPdfPrintFinished(String, boolean) - 接口 中的方法org.cef.callback.CefPdfPrintCallback
 
- 
Method that will be executed when the PDF printing has completed.
 
- onPluginCrashed(CefBrowser, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onPluginCrashed(CefBrowser, String) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the browser process UI thread when a plugin has crashed.
 
- onPluginCrashed(CefBrowser, String) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onPopupShow(CefBrowser, boolean) - 类 中的方法org.cef.CefClient
 
-  
 
- onPopupShow(CefBrowser, boolean) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Show or hide the popup window.
 
- onPopupShow(CefBrowser, boolean) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- onPopupSize(CefBrowser, Rectangle) - 类 中的方法org.cef.CefClient
 
-  
 
- onPopupSize(CefBrowser, Rectangle) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Size the popup window.
 
- onPopupSize(CefBrowser, Rectangle) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - 类 中的方法org.cef.CefClient
 
-  
 
- onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - 接口 中的方法org.cef.handler.CefKeyboardHandler
 
- 
Called before a keyboard event is sent to the renderer.
 
- onPreKeyEvent(CefBrowser, CefKeyboardHandler.CefKeyEvent, BoolRef) - 类 中的方法org.cef.handler.CefKeyboardHandlerAdapter
 
-  
 
- onPrintDialog(boolean, CefPrintDialogCallback) - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Show the print dialog.
 
- onPrintDialog(boolean, CefPrintDialogCallback) - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- onPrintJob(String, String, CefPrintJobCallback) - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Send the print job to the printer.
 
- onPrintJob(String, String, CefPrintJobCallback) - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- onPrintReset() - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Reset client state related to printing.
 
- onPrintReset() - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- onPrintSettings(CefPrintSettings, boolean) - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Synchronize |settings| with client state.
 
- onPrintSettings(CefPrintSettings, boolean) - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- onPrintStart(CefBrowser) - 接口 中的方法org.cef.handler.CefPrintHandler
 
- 
Called when printing has started for the specified |browser|.
 
- onPrintStart(CefBrowser) - 类 中的方法org.cef.handler.CefPrintHandlerAdapter
 
-  
 
- onProtocolExecution(CefBrowser, String, BoolRef) - 类 中的方法org.cef.CefClient
 
-  
 
- onProtocolExecution(CefBrowser, String, BoolRef) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the UI thread to handle requests for URLs with an unknown
 protocol component.
 
- onProtocolExecution(CefBrowser, String, BoolRef) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onQuery(CefBrowser, CefFrame, long, String, boolean, CefQueryCallback) - 接口 中的方法org.cef.handler.CefMessageRouterHandler
 
- 
Called when the browser receives a JavaScript query.
 
- onQuery(CefBrowser, CefFrame, long, String, boolean, CefQueryCallback) - 类 中的方法org.cef.handler.CefMessageRouterHandlerAdapter
 
-  
 
- onQueryCanceled(CefBrowser, CefFrame, long) - 接口 中的方法org.cef.handler.CefMessageRouterHandler
 
- 
Called when a pending JavaScript query is canceled.
 
- onQueryCanceled(CefBrowser, CefFrame, long) - 类 中的方法org.cef.handler.CefMessageRouterHandlerAdapter
 
-  
 
- onQuotaRequest(CefBrowser, String, long, CefRequestCallback) - 类 中的方法org.cef.CefClient
 
-  
 
- onQuotaRequest(CefBrowser, String, long, CefRequestCallback) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread when JavaScript requests a specific storage quota
 size via the webkitStorageInfo.requestQuota function.
 
- onQuotaRequest(CefBrowser, String, long, CefRequestCallback) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onRegisterCustomSchemes(CefSchemeRegistrar) - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Provides an opportunity to register custom schemes.
 
- onRegisterCustomSchemes(CefSchemeRegistrar) - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus) - 类 中的方法org.cef.CefClient
 
-  
 
- onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the browser process UI thread when the render process
 terminates unexpectedly.
 
- onRenderProcessTerminated(CefBrowser, CefRequestHandler.TerminationStatus) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onRequestComplete(CefURLRequest) - 接口 中的方法org.cef.callback.CefURLRequestClient
 
- 
Notifies the client that the request has completed.
 
- onResetDialogState(CefBrowser) - 类 中的方法org.cef.CefClient
 
-  
 
- onResetDialogState(CefBrowser) - 接口 中的方法org.cef.handler.CefJSDialogHandler
 
- 
Called to cancel any pending dialogs and reset any saved dialog state.
 
- onResetDialogState(CefBrowser) - 类 中的方法org.cef.handler.CefJSDialogHandlerAdapter
 
-  
 
- onResourceLoadComplete(CefBrowser, CefFrame, CefRequest, CefResponse, CefURLRequest.Status, long) - 类 中的方法org.cef.CefClient
 
-  
 
- onResourceLoadComplete(CefBrowser, CefFrame, CefRequest, CefResponse, CefURLRequest.Status, long) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread when a resource load has completed.
 
- onResourceLoadComplete(CefBrowser, CefFrame, CefRequest, CefResponse, CefURLRequest.Status, long) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onResourceRedirect(CefBrowser, CefFrame, CefRequest, CefResponse, StringRef) - 类 中的方法org.cef.CefClient
 
-  
 
- onResourceRedirect(CefBrowser, CefFrame, CefRequest, CefResponse, StringRef) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread when a resource load is redirected.
 
- onResourceRedirect(CefBrowser, CefFrame, CefRequest, CefResponse, StringRef) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onResourceResponse(CefBrowser, CefFrame, CefRequest, CefResponse) - 类 中的方法org.cef.CefClient
 
-  
 
- onResourceResponse(CefBrowser, CefFrame, CefRequest, CefResponse) - 接口 中的方法org.cef.handler.CefRequestHandler
 
- 
Called on the IO thread when a resource response is received.
 
- onResourceResponse(CefBrowser, CefFrame, CefRequest, CefResponse) - 类 中的方法org.cef.handler.CefRequestHandlerAdapter
 
-  
 
- onScheduleMessagePumpWork(long) - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Called from any thread when work has been scheduled for the browser process
 main (UI) thread.
 
- onScheduleMessagePumpWork(long) - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - 类 中的方法org.cef.CefClient
 
-  
 
- onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - 接口 中的方法org.cef.handler.CefFocusHandler
 
- 
Called when the browser component is requesting focus.
 
- onSetFocus(CefBrowser, CefFocusHandler.FocusSource) - 类 中的方法org.cef.handler.CefFocusHandlerAdapter
 
-  
 
- onStatusMessage(CefBrowser, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onStatusMessage(CefBrowser, String) - 接口 中的方法org.cef.handler.CefDisplayHandler
 
- 
Called when the browser receives a status message.
 
- onStatusMessage(CefBrowser, String) - 类 中的方法org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- onTakeFocus(CefBrowser, boolean) - 类 中的方法org.cef.CefClient
 
-  
 
- onTakeFocus(CefBrowser, boolean) - 接口 中的方法org.cef.handler.CefFocusHandler
 
- 
Called when the browser component is about to loose focus.
 
- onTakeFocus(CefBrowser, boolean) - 类 中的方法org.cef.handler.CefFocusHandlerAdapter
 
-  
 
- onTitleChange(CefBrowser, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onTitleChange(CefBrowser, String) - 接口 中的方法org.cef.handler.CefDisplayHandler
 
- 
Handle title changes.
 
- onTitleChange(CefBrowser, String) - 类 中的方法org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- onTooltip(CefBrowser, String) - 类 中的方法org.cef.CefClient
 
-  
 
- onTooltip(CefBrowser, String) - 接口 中的方法org.cef.handler.CefDisplayHandler
 
- 
Called when the browser is about to display a tooltip.
 
- onTooltip(CefBrowser, String) - 类 中的方法org.cef.handler.CefDisplayHandlerAdapter
 
-  
 
- onUploadProgress(CefURLRequest, int, int) - 接口 中的方法org.cef.callback.CefURLRequestClient
 
- 
Notifies the client of upload progress.
 
- org.cef - 程序包 org.cef
 
-  
 
- org.cef.browser - 程序包 org.cef.browser
 
-  
 
- org.cef.browser.mac - 程序包 org.cef.browser.mac
 
-  
 
- org.cef.callback - 程序包 org.cef.callback
 
-  
 
- org.cef.handler - 程序包 org.cef.handler
 
-  
 
- org.cef.misc - 程序包 org.cef.misc
 
-  
 
- org.cef.network - 程序包 org.cef.network
 
-  
 
- OS - org.cef中的类
 
-  
 
- OS() - 类 的构造器org.cef.OS
 
-  
 
- scale_factor - 类 中的变量org.cef.misc.CefPdfPrintSettings
 
- 
The percentage to scale the PDF by before printing (e.g. 50 is 50%).
 
- secure - 类 中的变量org.cef.network.CefCookie
 
- 
If secure is true the cookie will only be sent for HTTPS requests.
 
- selection_only - 类 中的变量org.cef.misc.CefPdfPrintSettings
 
- 
Set to true to print the selection only or false to print all.
 
- set(boolean) - 类 中的方法org.cef.misc.BoolRef
 
-  
 
- set(int) - 类 中的方法org.cef.misc.IntRef
 
-  
 
- set(String) - 类 中的方法org.cef.misc.StringRef
 
-  
 
- set(String, String, CefPostData, Map<String, String>) - 类 中的方法org.cef.network.CefRequest
 
- 
Set all values at one time.
 
- setAccelerator(int, int, boolean, boolean, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Set the keyboard accelerator for the specified |command_id|.
 
- setAcceleratorAt(int, int, boolean, boolean, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Set the keyboard accelerator at the specified |index|.
 
- setChecked(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Check the specified |command_id|.
 
- setCheckedAt(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Check the specified |index|.
 
- setCloseAllowed() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Allow the browser to close.
 
- setCollate(boolean) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set whether pages will be collated.
 
- setColorModel(CefPrintSettings.ColorModel) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the color model.
 
- setCommandIdAt(int, int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Sets the command id at the specified |index|.
 
- setCookie(String, CefCookie) - 类 中的方法org.cef.network.CefCookieManager
 
- 
Sets a cookie given a valid URL and explicit user-provided cookie
 attributes.
 
- setCopies(int) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the number of copies.
 
- setDeviceName(String) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the device name.
 
- setDPI(int) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the DPI (dots per inch).
 
- setDuplexMode(CefPrintSettings.DuplexMode) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the duplex mode.
 
- setEnabled(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Change the enabled status of the specified |command_id|.
 
- setEnabledAt(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Change the enabled status at the specified |index|.
 
- setError(CefLoadHandler.ErrorCode) - 类 中的方法org.cef.network.CefResponse
 
- 
Get the response error code.
 
- setFirstPartyForCookies(String) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the URL to the first party for cookies used in combination with
 CefURLRequest.
 
- setFlags(int) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the flags used in combination with CefURLRequest.
 
- setFocus(boolean) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Set or remove keyboard focus to/from the browser window.
 
- setFragmentBaseURL(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the base URL that the fragment came from.
 
- setFragmentHtml(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the text/html fragment that is being dragged.
 
- setFragmentText(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the plain text fragment that is being dragged.
 
- setGroupId(int, int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Sets the group id for the specified |command_id|.
 
- setGroupIdAt(int, int) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Sets the group id at the specified |index|.
 
- setHeaderMap(Map<String, String>) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the header values.
 
- setHeaderMap(Map<String, String>) - 类 中的方法org.cef.network.CefResponse
 
- 
Set all response header fields.
 
- setLabel(int, String) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Sets the label for the specified |command_id|.
 
- setLabelAt(int, String) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Set the label at the specified |index|.
 
- setLinkMetadata(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the metadata associated with the link being dragged.
 
- setLinkTitle(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the title associated with the link being dragged.
 
- setLinkURL(String) - 类 中的方法org.cef.callback.CefDragData
 
- 
Set the link URL that is being dragged.
 
- setMethod(String) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the request method type.
 
- setMimeType(String) - 类 中的方法org.cef.network.CefResponse
 
- 
Set the response mime type.
 
- setNativeRef(String, long) - 接口 中的方法org.cef.callback.CefNative
 
- 
Method is called by the native code to store a reference
 to an implemented native JNI counterpart.
 
- setNativeRef(String, long) - 类 中的方法org.cef.callback.CefNativeAdapter
 
-  
 
- setNativeRef(String, long) - 类 中的方法org.cef.handler.CefClientHandler
 
-  
 
- setOrientation(boolean) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the page orientation.
 
- setPageRanges(Vector<CefPageRange>) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the page ranges.
 
- setPostData(CefPostData) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the post data.
 
- setPrinterPrintableArea(Dimension, Rectangle, boolean) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set the printer printable area in device units.
 
- setProgram(String) - 接口 中的方法org.cef.callback.CefCommandLine
 
- 
Set the program part of the command line string (the first item).
 
- setReferrer(String, CefRequest.ReferrerPolicy) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the referrer URL and policy.
 
- setSelectionOnly(boolean) - 类 中的方法org.cef.misc.CefPrintSettings
 
- 
Set whether only the selection will be printed.
 
- setSettings(CefSettings) - 类 中的方法org.cef.CefApp
 
-  
 
- setStatus(int) - 类 中的方法org.cef.network.CefResponse
 
- 
Set the response status code.
 
- setStatusText(String) - 类 中的方法org.cef.network.CefResponse
 
- 
Set the response status text.
 
- setStoragePath(String, boolean) - 类 中的方法org.cef.network.CefCookieManager
 
- 
Sets the directory path that will be used for storing cookie data.
 
- setSupportedSchemes(Vector<String>) - 类 中的方法org.cef.network.CefCookieManager
 
- 
Set the schemes supported by this manager.
 
- setToBytes(int, byte[]) - 类 中的方法org.cef.network.CefPostDataElement
 
- 
The post data element will represent bytes.
 
- setToEmpty() - 类 中的方法org.cef.network.CefPostDataElement
 
- 
Remove all contents from the post data element.
 
- setToFile(String) - 类 中的方法org.cef.network.CefPostDataElement
 
- 
The post data element will represent a file.
 
- setURL(String) - 类 中的方法org.cef.network.CefRequest
 
- 
Set the fully qualified URL.
 
- setVisible(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Change the visibility of the specified |command_id|.
 
- setVisibleAt(int, boolean) - 接口 中的方法org.cef.callback.CefMenuModel
 
- 
Change the visibility at the specified |index|.
 
- setWindowVisibility(boolean) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Set whether the window containing the browser is visible
 (minimized/unminimized, app hidden/unhidden, etc).
 
- setZoomLevel(double) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Change the zoom level to the specified value.
 
- startDownload(String) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Download the file at url using CefDownloadHandler.
 
- startDragging(CefBrowser, CefDragData, int, int, int) - 类 中的方法org.cef.CefClient
 
-  
 
- startDragging(CefBrowser, CefDragData, int, int, int) - 接口 中的方法org.cef.handler.CefRenderHandler
 
- 
Called when the user starts dragging content in the web view.
 
- startDragging(CefBrowser, CefDragData, int, int, int) - 类 中的方法org.cef.handler.CefRenderHandlerAdapter
 
-  
 
- stateHasChanged(CefApp.CefAppState) - 接口 中的方法org.cef.handler.CefAppHandler
 
- 
Implement this method to get state changes of the CefApp.
 
- stateHasChanged(CefApp.CefAppState) - 类 中的方法org.cef.handler.CefAppHandlerAdapter
 
-  
 
- stopFinding(boolean) - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Cancel all searches that are currently going on.
 
- stopLoad() - 接口 中的方法org.cef.browser.CefBrowser
 
- 
Stop loading the page.
 
- StringRef - org.cef.misc中的类
 
- 
Helper class for passing String values by reference.
 
- StringRef() - 类 的构造器org.cef.misc.StringRef
 
-  
 
- StringRef(String) - 类 的构造器org.cef.misc.StringRef
 
-  
 
- success(String) - 接口 中的方法org.cef.callback.CefQueryCallback
 
- 
Notify the associated JavaScript onSuccess callback that the query has
 completed successfully.