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 ICefObject
ICefObject. 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 ICefObject
ICallCefFunc. apply(java.lang.String jsFuncName, java.lang.Object... params)
ICefObject
ICefUtils. getCefMapObj()
Get the ICefObject that wraps the Javascript map entityICefObject
ICefObjectWrapper. getWrappedCefObject()
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Return a reference to the wrapped ICefObjectICefObject
ICefObjectFactory. 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 parametersICefObject
ICefObjectFactory. 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 valueICefObject
ICefUtils. 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) ICefObject
CefUtils. cefMap
The current map object being held in the browserMethods in provided.owlMaps.cefUtils.impl that return ICefObject Modifier and Type Method Description ICefObject
CefUtils. getCefMapObj()
ICefObject
CefObjectFactory. make(java.lang.String jsClassname, java.lang.Object... params)
private ICefObject
CefObjectFactory. make(java.util.function.Supplier<java.util.UUID> getIdFn)
Instantiate a new ICefObject instance given a Supplier of its ID value.ICefObject
CefObjectFactory. make(java.util.UUID id)
ICefObject
CefUtils. 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