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 GanttGroupGanttEvent. _ganttGroupFields in org.eclipse.nebula.widgets.ganttchart with type parameters of type GanttGroup Modifier and Type Field Description private java.util.List<GanttGroup>GanttComposite. _ganttGroupsMethods in org.eclipse.nebula.widgets.ganttchart that return GanttGroup Modifier and Type Method Description GanttGroupGanttEvent. 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 voidGanttChart. addGroup(GanttGroup group)Adds a GanttGroup.voidGanttComposite. addGroup(GanttGroup group)Adds a GanttGroup to the chart.private voidGanttComposite. internalAddGroup(int index, GanttGroup group)private voidGanttComposite. internalRemoveGroup(GanttGroup group)voidGanttComposite. reindex(GanttGroup group, int newIndex)Re-indexes a GanttGroup to a new index.voidGanttChart. removeGroup(GanttGroup group)Removes a GanttGroup.voidGanttComposite. removeGroup(GanttGroup group)Removes a GanttGroup from the chart.voidGanttEvent. setGanttGroup(GanttGroup group)Sets what group this event belongs to.
-