Uses of Interface
org.eclipse.nebula.widgets.ganttchart.ISectionDetailMoreClickListener
-
Packages that use ISectionDetailMoreClickListener Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of ISectionDetailMoreClickListener in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type ISectionDetailMoreClickListener Modifier and Type Field Description private java.util.List<ISectionDetailMoreClickListener>
GanttComposite. sectionDetailMoreClickListener
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type ISectionDetailMoreClickListener Modifier and Type Method Description void
GanttComposite. addSelectionDetailClickListener(ISectionDetailMoreClickListener listener)
void
GanttComposite. removeSelectionDetailClickListener(ISectionDetailMoreClickListener listener)
-