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 Detail

      • customizePopUpMenu

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