Interface ProjectPopupMenuCustomizer


@API(type=EXTENDABLE, src=PUBLIC) public interface ProjectPopupMenuCustomizer
Can be used to customize a pop-up menu before showing it.
Since:
19.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Customize a pop-up menu in the Project view.
  • Method Details

    • customizePopUpMenu

      void customizePopUpMenu(Object popUp)
      Customize a pop-up menu in the Project view. If everything is removed then the menu will not be shown.
      For the standalone implementation the object is a JPopupMenu.
      Parameters:
      popUp - The pop-up Menu.