Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChart
-
-
Uses of GanttChart in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common with parameters of type GanttChart Modifier and Type Method Description ChartImageProvider.ChartImagePart
ChartImageProvider. getChartPartImages(GanttChart chart, int width, int height, String langCode)
Gets image ofGanttChart
diagram parts -
Uses of GanttChart in com._1c.g5.v8.dt.chart.serializer
Methods in com._1c.g5.v8.dt.chart.serializer that return GanttChart Modifier and Type Method Description GanttChart
ChartSerializer. deserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)
DeserializesGanttChart
Methods in com._1c.g5.v8.dt.chart.serializer with parameters of type GanttChart Modifier and Type Method Description GanttChart
ChartSerializer. deserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)
DeserializesGanttChart
void
ChartSerializer. serializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem)
SerializesGanttChart
-
Uses of GanttChart in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return GanttChart Modifier and Type Method Description GanttChart
GanttChartExtInfo. getGanttChart()
Returns the value of the 'Gantt Chart' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type GanttChart Modifier and Type Method Description void
GanttChartExtInfo. setGanttChart(GanttChart value)
Sets the value of the 'Gantt Chart
' reference. -
Uses of GanttChart in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return GanttChart Modifier and Type Method Description GanttChart
GanttChartExtInfoImpl. getGanttChart()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type GanttChart Modifier and Type Method Description void
GanttChartExtInfoImpl. setGanttChart(GanttChart newGanttChart)
-
Uses of GanttChart in com._1c.g5.v8.dt.form.ui.chart.editor.model
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return GanttChart Modifier and Type Method Description GanttChart
GanttChartElement. getGanttChart()
Returns the value of the 'Gantt Chart' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model with parameters of type GanttChart Modifier and Type Method Description void
GanttChartElement. setGanttChart(GanttChart value)
Sets the value of the 'Gantt Chart
' reference. -
Uses of GanttChart in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl
Fields in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl declared as GanttChart Modifier and Type Field Description protected GanttChart
GanttChartElementImpl. ganttChart
The cached value of the 'Gantt Chart
' reference.Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl that return GanttChart Modifier and Type Method Description GanttChart
GanttChartElementImpl. basicGetGanttChart()
GanttChart
GanttChartElementImpl. getGanttChart()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type GanttChart Modifier and Type Method Description void
GanttChartElementImpl. setGanttChart(GanttChart newGanttChart)
-
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChart Modifier and Type Method Description GanttChart
GanttChartFactory. createGanttChart()
Returns a new object of class 'Gantt Chart'. -
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChart Modifier and Type Class Description class
GanttChartImpl
An implementation of the model object 'Gantt Chart'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChart Modifier and Type Method Description GanttChart
GanttChartFactoryImpl. createGanttChart()
-
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChart Modifier and Type Method Description T
GanttChartSwitch. caseGanttChart(GanttChart object)
Returns the result of interpreting the object as an instance of 'Gantt Chart'.
-