Interface ResultsTabPopUpMenuCustomizer


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

    Modifier and Type
    Method
    Description
    void
    Customize the pop-up menu shown in a results tab before showing it.
  • Method Details

    • customizePopUpMenu

      void customizePopUpMenu(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.