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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMenuCustomizer(IDropDownMenuCustomizer customizer)
Add a customizer to customize the drop down menu before it gets shown.void
removeMenuCustomizer(IDropDownMenuCustomizer customizer)
Remove a customizer.
-
-
-
Method Detail
-
addMenuCustomizer
void addMenuCustomizer(IDropDownMenuCustomizer customizer)
Add a customizer to customize the drop down menu before it gets shown.- Parameters:
customizer
- The drop down menu customizer.
-
removeMenuCustomizer
void removeMenuCustomizer(IDropDownMenuCustomizer customizer)
Remove a customizer.- Parameters:
customizer
- The drop down menu customizer.
-
-