Uses of Package
provided.owlMaps.cefUtils

Packages that use provided.owlMaps.cefUtils
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.gson
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
GSON utilities in support of CEF operations.
provided.owlMaps.cefUtils.impl
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Implementations of CEF utiltiies
provided.owlMaps.cefUtils.wrapper
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
Interfaces that combine user-facing interfaces with ICefObjectWrapper.
provided.owlMaps.components.infowindow
Contains entities required to create pop-up information windows on a map.
provided.owlMaps.components.marker
Contains entities for creating markers on a map
provided.owlMaps.components.overlay
Components that are overlaid on the map.
provided.owlMaps.components.shapes
Contains entities for creating various shapes on a map such as polygons, polylines, rectangles and circles.
provided.owlMaps.control.impl
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE ANYTHING FROM THIS PACKAGE! ***
Implementations of the owlmaps.control package interfaces
provided.owlMaps.general
Contains entities for general usage in multiple parts of the OwlMaps system.
provided.owlMaps.map
Contains entities for creating a map
provided.owlMaps.map.data
Entities needed to support the data capabilities of maps
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.cefUtils
    Class Description
    ICefObject
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Represents an object which has a counterpart instance on the JavaScript side.
    ICefObjectFactory
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    An abstract factory for instantiating new ICefObjects
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IProcessOption
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    A triple input Consumer used for processing option values into a Javascript options object in JSON form.
    ISystemInfo
    *FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS INTERFACE! Provides dynamic system information for use by internal systems.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.cefUtils.gson
    Class Description
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.cefUtils.impl
    Class Description
    ICefObject
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Represents an object which has a counterpart instance on the JavaScript side.
    ICefObjectFactory
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    An abstract factory for instantiating new ICefObjects
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
    IProcessOption
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    A triple input Consumer used for processing option values into a Javascript options object in JSON form.
    ISystemInfo
    *FOR INTERNAL USE ONLY!!* OWLMAPS DEVELOPER CODE SHOULD *NOT* USE THIS INTERFACE! Provides dynamic system information for use by internal systems.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.cefUtils.wrapper
    Class Description
    ICefObjectWrapper
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Interface that represents a wrapper around a ICefObject providing convenience methods to operate directly on that wrapped object.
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.components.infowindow
    Class Description
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.components.marker
    Class Description
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.components.overlay
    Class Description
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.components.shapes
    Class Description
    ICefObjectWrapper
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Interface that represents a wrapper around a ICefObject providing convenience methods to operate directly on that wrapped object.
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.control.impl
    Class Description
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.general
    Class Description
    ICefObjectWrapper
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Interface that represents a wrapper around a ICefObject providing convenience methods to operate directly on that wrapped object.
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.map
    Class Description
    ICefObjRef
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    This interface represents an entity that exists both on the Java and JavaScript sides of the system.
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.
  • Classes in provided.owlMaps.cefUtils used by provided.owlMaps.map.data
    Class Description
    ICefUtils
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE DIRECTLY! ***
    Utilities for communicating with the JavaScript side of CEF.
    IOptionsFiller
    *** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER USE THIS INTERFACE OR ANY IMPLEMENTATION OF IT! ***
    Utility to add options from an IMixedDataDictionary to Javascript options object These processing objects are made by the IXXXOptions interface for the XXX component type and thus individual instances of this interface are associated with a specific kind component.