Interface ResultsTabPopUpMenuCustomizer


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface ResultsTabPopUpMenuCustomizer
    Customizes the contextual pop-up menu of a results tab.
    Since:
    19.0
    • Method Detail

      • customizePopUpMenu

        void customizePopUpMenu​(java.lang.Object popUp)
        Customize the pop-up menu shown in a results tab before showing it. If everything is removed then the menu will not be shown.
        For the stand-alone implementation the object is a JPopupMenu.
        For the eclipse implementation the object is a IMenuManager.
        Parameters:
        popUp - The pop-up menu.