Interface AuthorPopupMenuCustomizer

    • Method Detail

      • customizePopUpMenu

        void customizePopUpMenu​(java.lang.Object popUp,
                                AuthorAccess authorAccess)
        Customize a pop-up menu in the Author page before showing it. If everything is removed then the menu will not be shown.
        For the standalone implementation the object is a JPopupMenu.
        For the eclipse implementation the object is a IMenuManager.
        Parameters:
        popUp - The pop-up Menu.
        authorAccess - Access class to the author functions.