Package com.oxygenxml.editor.editors
Class IDropDownMenuCustomizer
- java.lang.Object
-
- com.oxygenxml.editor.editors.IDropDownMenuCustomizer
-
@API(type=EXTENDABLE, src=PUBLIC) public abstract class IDropDownMenuCustomizer extends java.lang.Object
Customize a drop down menu shown on an action.- Since:
- 17
-
-
Constructor Summary
Constructors Constructor Description IDropDownMenuCustomizer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
customizeMenu(org.eclipse.jface.action.IMenuManager menu)
Customize the drop down menu before it gets shown.
-