public abstract class CefFocusHandlerAdapter extends Object implements CefFocusHandler
CefFocusHandler.FocusSource| 构造器和说明 |
|---|
CefFocusHandlerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onGotFocus(CefBrowser browser)
Called when the browser component has received focus.
|
boolean |
onSetFocus(CefBrowser browser,
CefFocusHandler.FocusSource source)
Called when the browser component is requesting focus.
|
void |
onTakeFocus(CefBrowser browser,
boolean next)
Called when the browser component is about to loose focus.
|
public void onTakeFocus(CefBrowser browser, boolean next)
CefFocusHandleronTakeFocus 在接口中 CefFocusHandlerbrowser - The browser generating the event.next - will be true if the browser is giving focus to the
next component and false if the browser is giving focus
to the previous component.public boolean onSetFocus(CefBrowser browser, CefFocusHandler.FocusSource source)
CefFocusHandleronSetFocus 在接口中 CefFocusHandlerbrowser - The browser generating the event.source - indicates/ where the focus request is originating from.public void onGotFocus(CefBrowser browser)
CefFocusHandleronGotFocus 在接口中 CefFocusHandlerbrowser - The browser generating the event.Copyright © 2017. All rights reserved.