Class CEFFactory
- java.lang.Object
-
- org.eclipse.swt.internal.chromium.CEFFactory
-
public class CEFFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCEFFactory.ReturnType
-
Field Summary
Fields Modifier and Type Field Description static intPID_BROWSERstatic intPID_RENDERER
-
Constructor Summary
Constructors Constructor Description CEFFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreate(java.lang.String cefrustPath)static java.lang.StringgetCefLibName()static cef_app_tnewApp()static cef_browser_process_handler_tnewBrowserProcessHandler()static cef_client_tnewClient()static cef_context_menu_handler_tnewContextMenuHandler()static cef_cookie_visitor_tnewCookieVisitor()static cef_display_handler_tnewDisplayHandler()static cef_focus_handler_tnewFocusHandler()static cef_jsdialog_handler_tnewJsDialogHandler()static cef_life_span_handler_tnewLifeSpanHandler()static cef_load_handler_tnewLoadHandler()static cef_request_handler_tnewRequestHandler()static cef_string_visitor_tnewStringVisitor()
-
-
-
Field Detail
-
PID_BROWSER
public static final int PID_BROWSER
- See Also:
- Constant Field Values
-
PID_RENDERER
public static final int PID_RENDERER
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static void create(java.lang.String cefrustPath)
-
getCefLibName
public static java.lang.String getCefLibName()
-
newApp
public static cef_app_t newApp()
-
newBrowserProcessHandler
public static cef_browser_process_handler_t newBrowserProcessHandler()
-
newClient
public static cef_client_t newClient()
-
newFocusHandler
public static cef_focus_handler_t newFocusHandler()
-
newLifeSpanHandler
public static cef_life_span_handler_t newLifeSpanHandler()
-
newLoadHandler
public static cef_load_handler_t newLoadHandler()
-
newDisplayHandler
public static cef_display_handler_t newDisplayHandler()
-
newRequestHandler
public static cef_request_handler_t newRequestHandler()
-
newJsDialogHandler
public static cef_jsdialog_handler_t newJsDialogHandler()
-
newContextMenuHandler
public static cef_context_menu_handler_t newContextMenuHandler()
-
newStringVisitor
public static cef_string_visitor_t newStringVisitor()
-
newCookieVisitor
public static cef_cookie_visitor_t newCookieVisitor()
-
-