Uses of Class
org.eclipse.nebula.widgets.ganttchart.GanttSpecialDateRange
-
Packages that use GanttSpecialDateRange Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of GanttSpecialDateRange in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type GanttSpecialDateRange Modifier and Type Field Description private java.util.List<GanttSpecialDateRange>GanttComposite. _specDateRangesMethods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttSpecialDateRange Modifier and Type Method Description voidGanttComposite. addSpecialDateRange(GanttSpecialDateRange range)Adds aGanttSpecialDateRangeto the chart.voidGanttComposite. addSpecialDateRange(GanttSpecialDateRange range, boolean redraw)Adds aGanttSpecialDateRangeand optionally redraws.voidGanttEventListenerAdapter. eventsDroppedOrResizedOntoUnallowedDateRange(java.util.List events, GanttSpecialDateRange range)voidIGanttEventListener. eventsDroppedOrResizedOntoUnallowedDateRange(java.util.List events, GanttSpecialDateRange range)This is called when one or more events were either dropped or resized over aGanttSpecialDateRangewhich does not allow events on its dates.voidGanttComposite. removeSpecialDateRange(GanttSpecialDateRange range)Removes aGanttSpecialDateRangeto the chart and redraws.voidGanttComposite. removeSpecialDateRange(GanttSpecialDateRange range, boolean redraw)Removes aGanttSpecialDateRangeto the chart and redraws.
-