| 程序包 | 说明 |
|---|---|
| org.cef | |
| org.cef.callback | |
| org.cef.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefClient.onJSDialog(CefBrowser browser,
String origin_url,
String accept_lang,
CefJSDialogHandler.JSDialogType dialog_type,
String message_text,
String default_prompt_text,
CefJSDialogCallback callback,
BoolRef suppress_message) |
boolean |
CefClient.onPreKeyEvent(CefBrowser browser,
CefKeyboardHandler.CefKeyEvent event,
BoolRef is_keyboard_shortcut) |
void |
CefClient.onProtocolExecution(CefBrowser browser,
String url,
BoolRef allow_os_execution) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefMenuModel.getAccelerator(int command_id,
IntRef key_code,
BoolRef shift_pressed,
BoolRef ctrl_pressed,
BoolRef alt_pressed)
Retrieves the keyboard accelerator for the specified |command_id|.
|
boolean |
CefMenuModel.getAcceleratorAt(int index,
IntRef key_code,
BoolRef shift_pressed,
BoolRef ctrl_pressed,
BoolRef alt_pressed)
Retrieves the keyboard accelerator for the specified |index|.
|
boolean |
CefCookieVisitor.visit(CefCookie cookie,
int count,
int total,
BoolRef delete)
Method that will be called once for each cookie.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefJSDialogHandlerAdapter.onJSDialog(CefBrowser browser,
String origin_url,
String accept_lang,
CefJSDialogHandler.JSDialogType dialog_type,
String message_text,
String default_prompt_text,
CefJSDialogCallback callback,
BoolRef suppress_message) |
boolean |
CefJSDialogHandler.onJSDialog(CefBrowser browser,
String origin_url,
String accept_lang,
CefJSDialogHandler.JSDialogType dialog_type,
String message_text,
String default_prompt_text,
CefJSDialogCallback callback,
BoolRef suppress_message)
Called to run a JavaScript dialog.
|
boolean |
CefKeyboardHandlerAdapter.onPreKeyEvent(CefBrowser browser,
CefKeyboardHandler.CefKeyEvent event,
BoolRef is_keyboard_shortcut) |
boolean |
CefKeyboardHandler.onPreKeyEvent(CefBrowser browser,
CefKeyboardHandler.CefKeyEvent event,
BoolRef is_keyboard_shortcut)
Called before a keyboard event is sent to the renderer.
|
void |
CefRequestHandlerAdapter.onProtocolExecution(CefBrowser browser,
String url,
BoolRef allow_os_execution) |
void |
CefRequestHandler.onProtocolExecution(CefBrowser browser,
String url,
BoolRef allow_os_execution)
Called on the UI thread to handle requests for URLs with an unknown
protocol component.
|
Copyright © 2017. All rights reserved.