| 程序包 | 说明 |
|---|---|
| org.cef | |
| org.cef.browser |
| 限定符和类型 | 方法和说明 |
|---|---|
CefBrowser |
CefClient.createBrowser(String url,
boolean isOffscreenRendered,
boolean isTransparent,
CefRequestContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CefRequestContext |
CefRequestContext.createContext(CefRequestContextHandler handler)
Creates a new context object with the specified handler.
|
static CefRequestContext |
CefRequestContext.getGlobalContext()
Returns the global context object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CefBrowser |
CefBrowserFactory.create(CefClientHandler clientHandler,
String url,
boolean isOffscreenRendered,
boolean isTransparent,
CefRequestContext context) |
Copyright © 2017. All rights reserved.