Uses of Interface
provided.owlMaps.cefUtils.ICefObject
| 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 ICefObject in provided.owlMaps.cefUtils
Fields in provided.owlMaps.cefUtils declared as ICefObject Modifier and Type Field Description static ICefObjectICefObject. NULL*** FOR INTERNAL USE ONLY! DEVELOPER CODE SHOULD NEVER ACCESS THIS OBJECT! ***
Singleton null objectMethods in provided.owlMaps.cefUtils that return ICefObject Modifier and Type Method Description ICefObjectICallCefFunc. apply(java.lang.String jsFuncName, java.lang.Object... params)ICefObjectICefUtils. getCefMapObj()Get the ICefObject that wraps the Javascript map entityICefObjectICefObjectWrapper. getWrappedCefObject()*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Return a reference to the wrapped ICefObjectICefObjectICefObjectFactory. make(java.lang.String jsClassname, java.lang.Object... params)*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate a new ICefObject given a JavaScript classname and constructor parametersICefObjectICefObjectFactory. make(java.util.UUID id)*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate a new ICefObject with a known ID valueICefObjectICefUtils. makeCefObj(java.lang.String jsClassname, java.lang.Object... params)*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Instantiate the given class on the JavaScript side with the given parametersMethods in provided.owlMaps.cefUtils that return types with arguments of type ICefObject Modifier and Type Method Description static provided.mixedData.MixedDataKey<ICefObject>IOptionsFiller. makeMapKey(java.util.UUID optionsId)*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD! ***
Utility factory for the "map" option key needed by many map components. -
Uses of ICefObject in provided.owlMaps.cefUtils.impl
Fields in provided.owlMaps.cefUtils.impl declared as ICefObject Modifier and Type Field Description (package private) ICefObjectCefUtils. cefMapThe current map object being held in the browserMethods in provided.owlMaps.cefUtils.impl that return ICefObject Modifier and Type Method Description ICefObjectCefUtils. getCefMapObj()ICefObjectCefObjectFactory. make(java.lang.String jsClassname, java.lang.Object... params)private ICefObjectCefObjectFactory. make(java.util.function.Supplier<java.util.UUID> getIdFn)Instantiate a new ICefObject instance given a Supplier of its ID value.ICefObjectCefObjectFactory. make(java.util.UUID id)ICefObjectCefUtils. makeCefObj(java.lang.String jsClassname, java.lang.Object... params)Methods in provided.owlMaps.cefUtils.impl that return types with arguments of type ICefObject Modifier and Type Method Description protected IProcessOption<ICefObject>AOptionsFiller. makeDefaultMapOptionProcess()Utility method to make the default Map option processor