Package com.oxygenxml.editor.editors
Interface IDropDownMenuAction
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface IDropDownMenuAction
Adds the possibility to add a drop down menu customizer.
- Since:
- 17
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMenuCustomizer
(IDropDownMenuCustomizer customizer) Add a customizer to customize the drop down menu before it gets shown.void
removeMenuCustomizer
(IDropDownMenuCustomizer customizer) Remove a customizer.
-
Method Details
-
addMenuCustomizer
Add a customizer to customize the drop down menu before it gets shown.- Parameters:
customizer
- The drop down menu customizer.
-
removeMenuCustomizer
Remove a customizer.- Parameters:
customizer
- The drop down menu customizer.
-