Oxygen XML Editor 14.2 Author API

ro.sync.exml.workspace.api.editor.page.ditamap
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 Summary
 void customizePopUpMenu(java.lang.Object popUp, AuthorDocumentController ditaMapDocumentController)
          Customize a pop-up menu in the DITA Maps Manager page before showing it.
 

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.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.