Package | Description |
---|---|
org.eclipse.nebula.widgets.ganttchart |
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.
|
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.
|