Uses of Interface
provided.owlMaps.map.IOwlMap
Package | Description |
---|---|
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.control |
Contains entities for implementing and supporting starting and controlling up the OwlMaps system
|
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.demo.model |
Contains the model and its interfaces for the demo app.
|
-
Uses of IOwlMap in provided.owlMaps.cefUtils.wrapper
Subinterfaces of IOwlMap in provided.owlMaps.cefUtils.wrapper Modifier and Type Interface Description interface
IOwlMapWrapped
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS INTERFACE! ***
An IOwlMap that is a wrapper for an ICefObject -
Uses of IOwlMap in provided.owlMaps.control
Methods in provided.owlMaps.control that return IOwlMap Modifier and Type Method Description IOwlMap
IOwlMapControl. getMap()
Get the map object -
Uses of IOwlMap in provided.owlMaps.control.impl
Fields in provided.owlMaps.control.impl declared as IOwlMap Modifier and Type Field Description private IOwlMap
OwlMapControl. owlMap
The current IOwlMap objectMethods in provided.owlMaps.control.impl that return IOwlMap Modifier and Type Method Description IOwlMap
OwlMapControl. getMap()
Get the map objectprivate IOwlMap
OwlMapControl. makeOwlMap(ICefUtils cefUtils)
Make a new IOwlMap using the given IJsUtils utility. -
Uses of IOwlMap in provided.owlMaps.demo.model
Fields in provided.owlMaps.demo.model declared as IOwlMap Modifier and Type Field Description private IOwlMap
DemoModel. owlMap
A local reference to the map itself.