Uses of Class
com.bbn.openmap.event.MapMouseEvent

Packages that use MapMouseEvent
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.omGraphics.event Provides classes for event notification of OMGraphic changes. 
 

Uses of MapMouseEvent in com.bbn.openmap.layer
 

Methods in com.bbn.openmap.layer with parameters of type MapMouseEvent
 java.util.List OMGraphicHandlerLayer.getItemsForMapMenu(MapMouseEvent mme)
          Return a JMenu with contents applicable to a popup menu for a location over the map.
 boolean OMGraphicHandlerLayer.mouseOver(MapMouseEvent mme)
          A notification that the mouse cursor has been moved over the map, not over any of the OMGraphics on the GestureResponsePolicy.
 boolean OMGraphicHandlerLayer.leftClick(MapMouseEvent mme)
          A notification that the mouse has been clicked with the left mouse button on the map, and not on any of the OMGraphics.
 java.util.List DemoLayer.getItemsForMapMenu(MapMouseEvent me)
           
 

Uses of MapMouseEvent in com.bbn.openmap.omGraphics.event
 

Methods in com.bbn.openmap.omGraphics.event with parameters of type MapMouseEvent
 java.util.List TestResponsePolicy.getItemsForMapMenu(MapMouseEvent me)
           
 boolean TestResponsePolicy.mouseOver(MapMouseEvent mme)
           
 boolean TestResponsePolicy.leftClick(MapMouseEvent mme)
           
 java.util.List GestureResponsePolicy.getItemsForMapMenu(MapMouseEvent mme)
          Return a JMenu with contents applicable to a popup menu for a location over the map.
 boolean GestureResponsePolicy.mouseOver(MapMouseEvent mme)
          A notification that the mouse cursor has been moved over the map, not over any of the OMGraphics on the GestureResponsePolicy.
 boolean GestureResponsePolicy.leftClick(MapMouseEvent mme)
          A notification that the mouse has been clicked with the left mouse button on the map, and not on any of the OMGraphics.
 



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