Interface ContextualMenuHandler
-
public interface ContextualMenuHandler
Interface to implement a class that will add menu items to the contextual menu.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleMenu(javax.swing.JPopupMenu popup, java.util.List<GeoObject> hits)
Handles menu method.
-
-
-
Method Detail
-
handleMenu
void handleMenu(javax.swing.JPopupMenu popup, java.util.List<GeoObject> hits)
Handles menu method.- Parameters:
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.
-
-