Interface DITAMapPopupMenuCustomizer


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

      • customizePopUpMenu

        void customizePopUpMenu​(java.lang.Object popUp,
                                AuthorDocumentController ditaMapDocumentController)
        Customize a pop-up menu in the DITA Maps Manager page before showing it. 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.
        ditaMapDocumentController - Access to modify the nodes in the DITA Map tree.