Uses of Class
org.eclipse.nebula.widgets.ganttchart.GanttChart
-
Packages that use GanttChart Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.print -
-
Uses of GanttChart in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart declared as GanttChart Modifier and Type Field Description private GanttChartGanttControlParent. __ganttChartprivate GanttChartGanttGroup. _chartprivate GanttChartGanttHeaderSpacedLayout. _ganttChartprivate GanttChartGanttTester. _ganttChartprivate GanttChartGanttComposite. _parentChartprivate GanttChartGanttEvent. _parentChartprivate GanttChartGanttPhase. _parentChartprivate GanttChartGanttSpecialDateRange. _parentChartMethods in org.eclipse.nebula.widgets.ganttchart that return GanttChart Modifier and Type Method Description GanttChartGanttControlParent. getGanttChart()GanttChartGanttEvent. getParentChart()Returns the parentGanttChartGanttChartGanttSpecialDateRange. getParentChart()Returns the chart that this range is associated with.Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttChart Modifier and Type Method Description GanttEventDefaultEventFactory. createGanttEvent(GanttChart parent, GanttSection gs, java.lang.String name, java.util.Calendar start, java.util.Calendar end)GanttEventIEventFactory. createGanttEvent(GanttChart parent, GanttSection gs, java.lang.String name, java.util.Calendar start, java.util.Calendar end)Creates a new GanttEvent and adds it to the given GanttChart.voidGanttControlParent. setGanttChart(GanttChart chart)voidGanttHeaderSpacedLayout. setGanttChart(GanttChart chart)voidGanttSpecialDateRange. setParentChart(GanttChart parentChart)Constructors in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttChart Constructor Description GanttCheckpoint(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date)GanttCheckpoint(GanttChart parent, java.lang.String name, java.util.Calendar date)GanttComposite(GanttChart parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager)GanttComposite(GanttChart parent, int style, ISettings settings, IColorManager colorManager, IPaintManager paintManager, ILanguageManager languageManager, Holiday[] holidays)GanttConnection(GanttChart parent, GanttEvent source, GanttEvent target)Creates a new connection between two events.GanttConnection(GanttChart parent, GanttEvent source, GanttEvent target, org.eclipse.swt.graphics.Color lineColor)Creates a new connection between two events and gives the connecting line a specific color.GanttControlParent(org.eclipse.swt.widgets.Composite parent, int style, GanttChart chart)GanttEvent(GanttChart parent, int dDayStart, int dDayEnd)D-day event creation.GanttEvent(GanttChart parent, java.lang.Object data, java.lang.String name)Creates a GanttEvent intended to be a scope.GanttEvent(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date)Creates a GanttEvent intended to be a checkpoint.GanttEvent(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar startDate, java.util.Calendar endDate, int percentComplete)Creates a new GanttEvent object.GanttEvent(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar startDate, java.util.Calendar endDate, java.util.Calendar revisedStart, java.util.Calendar revisedEnd, int percentComplete)Creates a new GanttEvent object with revised start and end dates.GanttEvent(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)Creates a GanttEvent intended to be an image.GanttEvent(GanttChart parent, java.lang.String name)Creates a GanttEvent intended to be a scope.GanttEvent(GanttChart parent, java.lang.String name, java.util.Calendar date)Creates a GanttEvent intended to be a checkpoint.GanttEvent(GanttChart parent, java.lang.String name, java.util.Calendar startDate, java.util.Calendar endDate, int percentComplete)Creates a new GanttEvent.GanttEvent(GanttChart parent, java.lang.String name, java.util.Calendar startDate, java.util.Calendar endDate, java.util.Calendar revisedStart, java.util.Calendar revisedEnd, int percentComplete)Creates a new GanttEvent.GanttEvent(GanttChart parent, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)Creates a GanttEvent intended to be an image.GanttGroup(GanttChart parent)Creates a new GanttGroup on the given GanttChart.GanttHeaderSpacedLayout(GanttChart chart)GanttImage(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)GanttImage(GanttChart parent, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture){@inheritDoc)GanttPhase(GanttChart parent, java.lang.String title)GanttPhase(GanttChart parent, java.util.Calendar start, java.util.Calendar end, java.lang.String title)GanttScope(GanttChart parent, java.lang.Object data, java.lang.String name)GanttScope(GanttChart parent, java.lang.String name)GanttSection(GanttChart parent, java.lang.String name)Creates a new GanttSection.GanttSection(GanttChart parent, java.lang.String name, IFillBackgroundColors fillManager)Creates a new GanttSection with a fill manager that controls background colors.GanttSpecialDateRange(GanttChart parent)Creates a new Gantt Special Date Range that indicates a certain set of dates with colors.GanttSpecialDateRange(GanttChart parent, java.util.Calendar start, java.util.Calendar end)Creates a new Gantt Special Date Range that indicates a certain set of dates. -
Uses of GanttChart in org.eclipse.nebula.widgets.ganttchart.print
Fields in org.eclipse.nebula.widgets.ganttchart.print declared as GanttChart Modifier and Type Field Description private GanttChartGanttChartPrinter. ganttChartprivate GanttChart[]GanttChartPrintJob. ganttChartsFields in org.eclipse.nebula.widgets.ganttchart.print with type parameters of type GanttChart Modifier and Type Field Description private java.util.List<GanttChart>CompoundGanttChartPrinter. ganttChartsMethods in org.eclipse.nebula.widgets.ganttchart.print with parameters of type GanttChart Modifier and Type Method Description voidCompoundGanttChartPrinter. addGanttChart(int index, GanttChart ganttChart)Adds the given GanttChart at the specified index to the list of GanttCharts that should be printed by this CompoundGanttChartPrinter.voidCompoundGanttChartPrinter. addGanttChart(GanttChart ganttChart)Adds the given GanttChart to the list of GanttCharts that should be printed by this CompoundGanttChartPrinter.private voidGanttChartPrintJob. printFooter(org.eclipse.swt.graphics.GC gc, GanttChart ganttChart, int currentPage, org.eclipse.swt.graphics.Rectangle printBounds)Render the footer to a print page.voidCompoundGanttChartPrinter. removeGanttChart(GanttChart ganttChart)Removes the given GanttChart from the list of GanttCharts that should be printed by this CompoundGanttChartPrinter.Constructors in org.eclipse.nebula.widgets.ganttchart.print with parameters of type GanttChart Constructor Description GanttChartPrinter(GanttChart ganttChart)Creates a new GanttChartPrinter for the given GanttChart.GanttChartPrintJob(org.eclipse.swt.printing.Printer printer, java.lang.String jobName, boolean disposePrinter, GanttChart... charts)Creates a new GanttChartPrintJob that uses the given printer and print job name to print the specified GanttChart(s).GanttChartPrintJob(org.eclipse.swt.printing.Printer printer, java.lang.String jobName, GanttChart... charts)Creates a new GanttChartPrintJob that uses the given printer and print job name to print the specified GanttChart(s).
-