Class CefBrowserFactory


  • public class CefBrowserFactory
    extends java.lang.Object
    Creates a new instance of CefBrowser according the passed values
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CefBrowser create​(CefClient client, java.lang.String url, boolean isOffscreenRendered, boolean isTransparent, CefRequestContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CefBrowserFactory

        public CefBrowserFactory()