|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.layer.learn | |
| com.bbn.openmap.layer.test | Provides a test layer for OpenMap. |
| 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<java.awt.Component> |
OMGraphicHandlerLayer.getItemsForMapMenu(MapMouseEvent mme)
Return a JMenu with contents applicable to a pop-up menu for a location over the map. |
java.util.List<java.awt.Component> |
DemoLayer.getItemsForMapMenu(MapMouseEvent me)
|
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. |
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. |
| Uses of MapMouseEvent in com.bbn.openmap.layer.learn |
|---|
| Methods in com.bbn.openmap.layer.learn with parameters of type MapMouseEvent | |
|---|---|
java.util.List<java.awt.Component> |
InteractionLayer.getItemsForMapMenu(MapMouseEvent me)
This method is called when a right mouse click is detected over the map and not over an OMGraphic. |
| Uses of MapMouseEvent in com.bbn.openmap.layer.test |
|---|
| Methods in com.bbn.openmap.layer.test with parameters of type MapMouseEvent | |
|---|---|
boolean |
GeoTestLayer.mouseMoved(MapMouseEvent mme)
|
boolean |
GeoIntersectionLayer.mouseOver(MapMouseEvent mme)
|
| Uses of MapMouseEvent in com.bbn.openmap.omGraphics.event |
|---|
| Methods in com.bbn.openmap.omGraphics.event with parameters of type MapMouseEvent | |
|---|---|
java.util.List<java.awt.Component> |
TestResponsePolicy.getItemsForMapMenu(MapMouseEvent me)
|
java.util.List<java.awt.Component> |
GestureResponsePolicy.getItemsForMapMenu(MapMouseEvent mme)
Return a JMenu with contents applicable to a popup menu for a location over the map. |
boolean |
TestResponsePolicy.leftClick(MapMouseEvent mme)
|
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. |
boolean |
TestResponsePolicy.mouseOver(MapMouseEvent mme)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||