Interface ContextualMenuHandler


  • public interface ContextualMenuHandler
    Interface to implement a class that will add menu items to the contextual menu.
    • 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 items
        hits - list of objects for which to display the menu. It can be network elements or feature elements.