Class IDropDownMenuCustomizer

java.lang.Object
com.oxygenxml.editor.editors.IDropDownMenuCustomizer

@API(type=EXTENDABLE, src=PUBLIC) public abstract class IDropDownMenuCustomizer extends Object
Customize a drop down menu shown on an action.
Since:
17
  • 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.