Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChart
- 
- 
Uses of GanttChart in com._1c.g5.v8.dt.chart.commonMethods in com._1c.g5.v8.dt.chart.common with parameters of type GanttChart Modifier and Type Method Description ChartImageProvider.ChartImagePartChartImageProvider. getChartPartImages(GanttChart chart, int width, int height, String langCode)Gets image ofGanttChartdiagram parts
- 
Uses of GanttChart in com._1c.g5.v8.dt.chart.serializerMethods in com._1c.g5.v8.dt.chart.serializer that return GanttChart Modifier and Type Method Description GanttChartChartSerializer. deserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesGanttChartMethods in com._1c.g5.v8.dt.chart.serializer with parameters of type GanttChart Modifier and Type Method Description GanttChartChartSerializer. deserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesGanttChartvoidChartSerializer. 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.modelMethods in com._1c.g5.v8.dt.form.model that return GanttChart Modifier and Type Method Description GanttChartGanttChartExtInfo. 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 voidGanttChartExtInfo. setGanttChart(GanttChart value)Sets the value of the 'Gantt Chart' reference.
- 
Uses of GanttChart in com._1c.g5.v8.dt.form.model.implMethods in com._1c.g5.v8.dt.form.model.impl that return GanttChart Modifier and Type Method Description GanttChartGanttChartExtInfoImpl. getGanttChart()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type GanttChart Modifier and Type Method Description voidGanttChartExtInfoImpl. setGanttChart(GanttChart newGanttChart)
- 
Uses of GanttChart in com._1c.g5.v8.dt.form.ui.chart.editor.modelMethods in com._1c.g5.v8.dt.form.ui.chart.editor.model that return GanttChart Modifier and Type Method Description GanttChartGanttChartElement. 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 voidGanttChartElement. 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.implFields in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl declared as GanttChart Modifier and Type Field Description protected GanttChartGanttChartElementImpl. ganttChartThe 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 GanttChartGanttChartElementImpl. basicGetGanttChart()GanttChartGanttChartElementImpl. getGanttChart()Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type GanttChart Modifier and Type Method Description voidGanttChartElementImpl. setGanttChart(GanttChart newGanttChart)
- 
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.modelMethods in com._1c.g5.v8.dt.ganttchart.model that return GanttChart Modifier and Type Method Description GanttChartGanttChartFactory. createGanttChart()Returns a new object of class 'Gantt Chart'.
- 
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model.implClasses in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChart Modifier and Type Class Description classGanttChartImplAn 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 GanttChartGanttChartFactoryImpl. createGanttChart()
- 
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model.utilMethods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChart Modifier and Type Method Description TGanttChartSwitch. caseGanttChart(GanttChart object)Returns the result of interpreting the object as an instance of 'Gantt Chart'.
 
-