JCEF-Help Document Reading Guide(7)

JCEF mainly has these classes: CefApp, CefClient, CefBrowser, CefFrame, handler, callback. The documents can be consulted as needed.

CefApp

Global management class of CEF program

CefClient

CEF client program class

CefBrowser

Browser object class, one client has multiple browsers

CefFrame

Frame object, a browser may contain multiple Frames

handler

Frequently used classes, similar to listeners. For example, customize the right-click menu. Adapter related classes are the implementation classes of handler

callback

Callback interface

 

Under the misc package are entity classes. network is a network-related category, such as cookie management

 

JCEF help document online address [including Chinese translation]: http://www.xuanyimao.com/jcef/doc/index.html (documents are available on Baidu Netdisk )

JCEF help document [including Chinese translation], JCEF help document original document [html], JCEF win64 related compilation files (other versions please compile by   yourself ) Download link : https://pan.baidu.com/s/1C7NyoNWEc7sph7GvZ1oaqg Extraction code: hfk2

 

Guess you like

Origin blog.csdn.net/xymmwap/article/details/101199268