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 classGanttCheckpointConvenience class for creating a checkpoint instead of using the constructors on GanttEvent.classGanttEventOne GanttEvent represents one "active" object in the GANTT chart.classGanttGroupA 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).classGanttImageConvenience class for creating an image in the chart instead of using the constructors in GanttEvent.classGanttScopeA 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 voidGanttSection. addGanttEvent(int index, IGanttChartItem event)Adds a Gantt Chart item at the given index.voidGanttSection. addGanttEvent(IGanttChartItem event)Adds a Gantt Chart item (GanttSection, GanttGroup) to this section.voidGanttSection. removeGanttEvent(IGanttChartItem event)Removes a Gantt Chart item (GanttSection, GanttGroup) from this section.
-