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. _specDateRanges
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttSpecialDateRange Modifier and Type Method Description void
GanttComposite. addSpecialDateRange(GanttSpecialDateRange range)
Adds aGanttSpecialDateRange
to the chart.void
GanttComposite. addSpecialDateRange(GanttSpecialDateRange range, boolean redraw)
Adds aGanttSpecialDateRange
and optionally redraws.void
GanttEventListenerAdapter. eventsDroppedOrResizedOntoUnallowedDateRange(java.util.List events, GanttSpecialDateRange range)
void
IGanttEventListener. eventsDroppedOrResizedOntoUnallowedDateRange(java.util.List events, GanttSpecialDateRange range)
This is called when one or more events were either dropped or resized over aGanttSpecialDateRange
which does not allow events on its dates.void
GanttComposite. removeSpecialDateRange(GanttSpecialDateRange range)
Removes aGanttSpecialDateRange
to the chart and redraws.void
GanttComposite. removeSpecialDateRange(GanttSpecialDateRange range, boolean redraw)
Removes aGanttSpecialDateRange
to the chart and redraws.
-