com.jidesoft.gantt
Interface GanttChartPopupMenuCustomizer
- All Known Implementing Classes:
- RelationGanttChartPopupMenuCustomizer
public interface GanttChartPopupMenuCustomizer
An interface to allow user to customize for the GanttChartPopupMenuInstaller.
customizePopupMenu
<T,S extends GanttEntry<T>> void customizePopupMenu(GanttChart<T,S> ganttChart,
JPopupMenu popup,
int clickingRow,
Point p)
- Customizes the popup menu.
- Parameters:
ganttChart - the GanttChartpopup - the popup menu to be displayedclickingRow - the row that is clickedp - the clicked point