Uses of Interface
com.bbn.openmap.event.InfoDisplayListener

Packages that use InfoDisplayListener
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
com.bbn.openmap.util Provide miscellaneous utility classes for OpenMap. 
 

Uses of InfoDisplayListener in com.bbn.openmap
 

Classes in com.bbn.openmap that implement InfoDisplayListener
 class InformationDelegator
          The InformationDelegator manages the display of information requested by Layers and other map components.
 

Methods in com.bbn.openmap with parameters of type InfoDisplayListener
 void Layer.addInfoDisplayListener(InfoDisplayListener aInfoDisplayListener)
          Adds a listener for InfoDisplayEvents.
 void Layer.removeInfoDisplayListener(InfoDisplayListener aInfoDisplayListener)
          Removes an InfoDisplayListener from this Layer.
 

Uses of InfoDisplayListener in com.bbn.openmap.layer
 

Classes in com.bbn.openmap.layer that implement InfoDisplayListener
 class ScaleFilterLayer
          An OpenMap Layer that encapsulates other layers and acts as a scale filter.
 

Uses of InfoDisplayListener in com.bbn.openmap.util
 

Methods in com.bbn.openmap.util with parameters of type InfoDisplayListener
 void WebBrowser.setInfoDelegator(InfoDisplayListener info)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details