Package com.oxygenxml.editor.editors
Class IDropDownMenuCustomizer
java.lang.Object
com.oxygenxml.editor.editors.IDropDownMenuCustomizer
Customize a drop down menu shown on an action.
- Since:
- 17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
customizeMenu
(org.eclipse.jface.action.IMenuManager menu) Customize the drop down menu before it gets shown.
-
Constructor Details
-
IDropDownMenuCustomizer
public IDropDownMenuCustomizer()
-
-
Method Details
-
customizeMenu
public abstract void customizeMenu(org.eclipse.jface.action.IMenuManager menu) Customize the drop down menu before it gets shown.- Parameters:
menu
- The drop down menu.
-