Uses of Interface
provided.owlMaps.cefUtils.ISystemInfo
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 ISystemInfo in provided.owlMaps.cefUtils
Methods in provided.owlMaps.cefUtils with parameters of type ISystemInfo Modifier and Type Method Description static ICefUtils
ICefUtils. make(java.lang.String googleMapsApiKey, ISystemInfo sysInfo)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS METHOD DIRECTLY! ***
Factory to instantiate an ICefUtils instance -
Uses of ISystemInfo in provided.owlMaps.cefUtils.impl
Fields in provided.owlMaps.cefUtils.impl declared as ISystemInfo Modifier and Type Field Description private ISystemInfo
CefUtils. sysInfo
Accessors for accessing dynamic system valuesConstructors in provided.owlMaps.cefUtils.impl with parameters of type ISystemInfo Constructor Description CefUtils(java.lang.String googleMapsApiKey, ISystemInfo sysInfo)
Constructor for the class