Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeoTestLayer.mouseMoved(MapMouseEvent mme) |
boolean |
GeoIntersectionLayer.mouseOver(MapMouseEvent mme) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details