Interface IEventMenuItemFactory


public interface IEventMenuItemFactory
Interface for a factory that creates menu items in the context menu of a GanttEvent in the GanttChart.
  • Method Summary

    Modifier and Type Method Description
    void addCustomMenuItems​(org.eclipse.swt.widgets.Menu menu, GanttEvent ganttEvent)
    Adds new custom menu items to the context menu of a GanttEvent in the GanttChart.
  • Method Details

    • addCustomMenuItems

      void addCustomMenuItems​(org.eclipse.swt.widgets.Menu menu, GanttEvent ganttEvent)
      Adds new custom menu items to the context menu of a GanttEvent in the GanttChart.
      Parameters:
      menu - The menu to add the custom actions to.
      ganttEvent - The GanttEvent for which the menu is opened