Uses of Interface
org.eclipse.nebula.widgets.ganttchart.IGanttChartItem
-
Packages that use IGanttChartItem Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of IGanttChartItem in org.eclipse.nebula.widgets.ganttchart
Classes in org.eclipse.nebula.widgets.ganttchart that implement IGanttChartItem Modifier and Type Class Description class
GanttCheckpoint
Convenience class for creating a checkpoint instead of using the constructors on GanttEvent.class
GanttEvent
One GanttEvent represents one "active" object in the GANTT chart.class
GanttGroup
A GanttGroup is a group of GanttEvents that will all draw on the same horizontal "line" or "row" in the GanttChart (next to each other instead of vertically arranged).class
GanttImage
Convenience class for creating an image in the chart instead of using the constructors in GanttEvent.class
GanttScope
A convenience class for creating a GanttScope instead of using the specific constructors on the GanttEvent.Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type IGanttChartItem Modifier and Type Method Description void
GanttSection. addGanttEvent(int index, IGanttChartItem event)
Adds a Gantt Chart item at the given index.void
GanttSection. addGanttEvent(IGanttChartItem event)
Adds a Gantt Chart item (GanttSection, GanttGroup) to this section.void
GanttSection. removeGanttEvent(IGanttChartItem event)
Removes a Gantt Chart item (GanttSection, GanttGroup) from this section.
-