Uses of Class
org.eclipse.nebula.widgets.ganttchart.GanttGroup
-
Packages that use GanttGroup Package Description org.eclipse.nebula.widgets.ganttchart -
-
Uses of GanttGroup in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart declared as GanttGroup Modifier and Type Field Description private GanttGroup
GanttEvent. _ganttGroup
Fields in org.eclipse.nebula.widgets.ganttchart with type parameters of type GanttGroup Modifier and Type Field Description private java.util.List<GanttGroup>
GanttComposite. _ganttGroups
Methods in org.eclipse.nebula.widgets.ganttchart that return GanttGroup Modifier and Type Method Description GanttGroup
GanttEvent. getGanttGroup()
Returns what GanttGroup this event belongs to.Methods in org.eclipse.nebula.widgets.ganttchart that return types with arguments of type GanttGroup Modifier and Type Method Description java.util.List<GanttGroup>
GanttComposite. getGroups()
Returns a list of all GanttGroups.Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttGroup Modifier and Type Method Description void
GanttChart. addGroup(GanttGroup group)
Adds a GanttGroup.void
GanttComposite. addGroup(GanttGroup group)
Adds a GanttGroup to the chart.private void
GanttComposite. internalAddGroup(int index, GanttGroup group)
private void
GanttComposite. internalRemoveGroup(GanttGroup group)
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.
-