public interface ContextualMenuHandler
Modifier and Type | Method and Description |
---|---|
void |
handleMenu(javax.swing.JPopupMenu popup, java.util.List<GeoObject> hits)
Handles menu method.
|
void handleMenu(javax.swing.JPopupMenu popup, java.util.List<GeoObject> hits)
popup
- Popup menu to add the menu itemshits
- list of objects for which to display the menu. It can be network elements or feature elements.