Package | Description |
---|---|
org.eclipse.nebula.widgets.ganttchart |
Modifier and Type | Method | Description |
---|---|---|
GanttGroup |
GanttEvent.getGanttGroup() |
Returns what GanttGroup this event belongs to.
|
Modifier and Type | Method | Description |
---|---|---|
void |
GanttChart.addGroup(GanttGroup group) |
Adds a GanttGroup.
|
void |
GanttComposite.addGroup(GanttGroup group) |
Adds a GanttGroup to the chart.
|
void |
GanttComposite.reindex(GanttGroup group,
int newIndex) |
Re-indexes a GanttGroup to a new index.
|
void |
GanttChart.removeGroup(GanttGroup group) |
Removes a GanttGroup.
|
void |
GanttComposite.removeGroup(GanttGroup group) |
Removes a GanttGroup from the chart.
|
void |
GanttEvent.setGanttGroup(GanttGroup group) |
Sets what group this event belongs to.
|