Interface IEventMenuItemFactory
-
public interface IEventMenuItemFactoryInterface for a factory that creates menu items in the context menu of a GanttEvent in the GanttChart.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCustomMenuItems(org.eclipse.swt.widgets.Menu menu, GanttEvent ganttEvent)Adds new custom menu items to the context menu of a GanttEvent in the GanttChart.
-
-
-
Method Detail
-
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
-
-