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 class
CEFFactory.ReturnType
-
Field Summary
Fields Modifier and Type Field Description static int
PID_BROWSER
static int
PID_RENDERER
-
Constructor Summary
Constructors Constructor Description CEFFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(java.lang.String cefrustPath)
static java.lang.String
getCefLibName()
static cef_app_t
newApp()
static cef_browser_process_handler_t
newBrowserProcessHandler()
static cef_client_t
newClient()
static cef_context_menu_handler_t
newContextMenuHandler()
static cef_cookie_visitor_t
newCookieVisitor()
static cef_display_handler_t
newDisplayHandler()
static cef_focus_handler_t
newFocusHandler()
static cef_jsdialog_handler_t
newJsDialogHandler()
static cef_life_span_handler_t
newLifeSpanHandler()
static cef_load_handler_t
newLoadHandler()
static cef_request_handler_t
newRequestHandler()
static cef_string_visitor_t
newStringVisitor()
-
-
-
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()
-
-