Uses of Class
com.bbn.openmap.layer.location.LocationPopupMenu

Packages that use LocationPopupMenu
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
com.bbn.openmap.layer.location.csv Provides a LocationHandler that can retrieve data from CSV (comma-separated values) files. 
com.bbn.openmap.layer.location.db Provides a LocationHandler that can retrieve data through JDBC. 
 

Uses of LocationPopupMenu in com.bbn.openmap.layer.location
 

Fields in com.bbn.openmap.layer.location declared as LocationPopupMenu
protected  LocationPopupMenu LocationMenuItem.clp
          the location popup menu for the item
protected  LocationPopupMenu LocationLayer.backgroundMenu
          What pops up if someone clicks on the background.
protected  LocationPopupMenu LocationLayer.locMenu
          What pops up if someone clicks on a location.
protected  LocationPopupMenu LocationCBMenuItem.clp
           
 

Methods in com.bbn.openmap.layer.location that return LocationPopupMenu
 LocationPopupMenu LocationMenuItem.getLocationPopupMenu()
           
 LocationPopupMenu LocationCBMenuItem.getLocationPopupMenu()
           
 

Methods in com.bbn.openmap.layer.location with parameters of type LocationPopupMenu
 void LocationMenuItem.setLocationPopupMenu(LocationPopupMenu aCLP)
           
 void LocationHandler.fillLocationPopUpMenu(LocationPopupMenu lpm)
          The location layer passes a LocationPopupMenu to the handler when on of its locations has been clicked on.
 void LocationCBMenuItem.setLocationPopupMenu(LocationPopupMenu aCLP)
           
 void BasicLocationHandler.fillLocationPopUpMenu(LocationPopupMenu locMenu)
           
 void AbstractLocationHandler.fillLocationPopUpMenu(LocationPopupMenu lpm)
          The location layer passes a LocationPopupMenu to the handler when on of its locations has been clicked on.
 

Constructors in com.bbn.openmap.layer.location with parameters of type LocationPopupMenu
LocationMenuItem(java.lang.String text, LocationPopupMenu aCLP, LocationLayer aLayer)
           
LocationCBMenuItem(java.lang.String text, LocationPopupMenu aCLP, LocationLayer aLayer)
           
 

Uses of LocationPopupMenu in com.bbn.openmap.layer.location.csv
 

Methods in com.bbn.openmap.layer.location.csv with parameters of type LocationPopupMenu
 void CSVLocationHandler.fillLocationPopUpMenu(LocationPopupMenu locMenu)
           
 

Uses of LocationPopupMenu in com.bbn.openmap.layer.location.db
 

Methods in com.bbn.openmap.layer.location.db with parameters of type LocationPopupMenu
 void DBLocationHandler.fillLocationPopUpMenu(LocationPopupMenu locMenu)
           
 



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