JIDE 3.5.15

com.jidesoft.gantt
Interface GanttChartPopupMenuCustomizer

All Known Implementing Classes:
RelationGanttChartPopupMenuCustomizer

public interface GanttChartPopupMenuCustomizer

An interface to allow user to customize for the GanttChartPopupMenuInstaller.


Method Summary
<T,S extends GanttEntry<T>>
void
customizePopupMenu(GanttChart<T,S> ganttChart, JPopupMenu popup, int clickingRow, Point p)
          Customizes the popup menu.
 

Method Detail

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 GanttChart
popup - the popup menu to be displayed
clickingRow - the row that is clicked
p - the clicked point

JIDE 3.5.15