Class 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
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IDropDownMenuCustomizer

        public IDropDownMenuCustomizer()
    • Method Detail

      • 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.