Class GroupLevelMenu

  • All Implemented Interfaces:
    org.eclipse.jface.action.IContributionItem

    public class GroupLevelMenu
    extends org.eclipse.jface.action.ContributionItem
    Dynamically filled menu item, which represent currently available group levels.
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupLevelMenu()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fill​(org.eclipse.swt.widgets.Menu menu, int index)  
      • Methods inherited from class org.eclipse.jface.action.ContributionItem

        dispose, fill, fill, fill, getId, getParent, isDirty, isDynamic, isEnabled, isGroupMarker, isSeparator, isVisible, saveWidgetState, setId, setParent, setVisible, toString, update, update
    • Constructor Detail

      • GroupLevelMenu

        public GroupLevelMenu()
    • Method Detail

      • fill

        public void fill​(org.eclipse.swt.widgets.Menu menu,
                         int index)
        Specified by:
        fill in interface org.eclipse.jface.action.IContributionItem
        Overrides:
        fill in class org.eclipse.jface.action.ContributionItem