Uses of Interface
provided.owlMaps.cefUtils.ICefObjectFactory
Package | Description |
---|---|
provided.owlMaps.cefUtils |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Utilities for managing the Chromium Embedded Framework (CEF) This package uses the CefMessageRouter (org.cef.browser.CefMessageRouter) to route communications from the Javascript side to the Java side. |
provided.owlMaps.cefUtils.impl |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Implementations of CEF utiltiies |
-
Uses of ICefObjectFactory in provided.owlMaps.cefUtils
Methods in provided.owlMaps.cefUtils that return ICefObjectFactory Modifier and Type Method Description static ICefObjectFactory
ICefObjectFactory. makeFac(ICefUtils cefUtils)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Make an instance of this factory -
Uses of ICefObjectFactory in provided.owlMaps.cefUtils.impl
Classes in provided.owlMaps.cefUtils.impl that implement ICefObjectFactory Modifier and Type Class Description class
CefObjectFactory
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS CLASS DIRECTLY! ***
An concrete factory for instantiating new ICefObjectsFields in provided.owlMaps.cefUtils.impl declared as ICefObjectFactory Modifier and Type Field Description private ICefObjectFactory
CefUtils. cefObjFac
The factory to use to create ICefObjects