Class GroupLevelMenu

java.lang.Object
org.eclipse.jface.action.ContributionItem
com._1c.g5.v8.dt.moxel.ui.handlers.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
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GroupLevelMenu

      public GroupLevelMenu()
  • Method Details

    • 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