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 GanttChart
GanttControlParent. __ganttChart
private GanttChart
GanttGroup. _chart
private GanttChart
GanttHeaderSpacedLayout. _ganttChart
private GanttChart
GanttTester. _ganttChart
private GanttChart
GanttComposite. _parentChart
private GanttChart
GanttEvent. _parentChart
private GanttChart
GanttPhase. _parentChart
private GanttChart
GanttSpecialDateRange. _parentChart
Methods in org.eclipse.nebula.widgets.ganttchart that return GanttChart Modifier and Type Method Description GanttChart
GanttControlParent. getGanttChart()
GanttChart
GanttEvent. getParentChart()
Returns the parentGanttChart
GanttChart
GanttSpecialDateRange. 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 GanttEvent
DefaultEventFactory. createGanttEvent(GanttChart parent, GanttSection gs, java.lang.String name, java.util.Calendar start, java.util.Calendar end)
GanttEvent
IEventFactory. 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.void
GanttControlParent. setGanttChart(GanttChart chart)
void
GanttHeaderSpacedLayout. setGanttChart(GanttChart chart)
void
GanttSpecialDateRange. 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 GanttChart
GanttChartPrinter. ganttChart
private GanttChart[]
GanttChartPrintJob. ganttCharts
Fields in org.eclipse.nebula.widgets.ganttchart.print with type parameters of type GanttChart Modifier and Type Field Description private java.util.List<GanttChart>
CompoundGanttChartPrinter. ganttCharts
Methods in org.eclipse.nebula.widgets.ganttchart.print with parameters of type GanttChart Modifier and Type Method Description void
CompoundGanttChartPrinter. 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.void
CompoundGanttChartPrinter. addGanttChart(GanttChart ganttChart)
Adds the given GanttChart to the list of GanttCharts that should be printed by this CompoundGanttChartPrinter.private void
GanttChartPrintJob. printFooter(org.eclipse.swt.graphics.GC gc, GanttChart ganttChart, int currentPage, org.eclipse.swt.graphics.Rectangle printBounds)
Render the footer to a print page.void
CompoundGanttChartPrinter. 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).
-