Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChart
Packages that use GanttChart
Package
Description
-
Uses of GanttChart in com._1c.g5.v8.dt.chart.common
Methods in com._1c.g5.v8.dt.chart.common with parameters of type GanttChartModifier and TypeMethodDescriptionChartImageProvider.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 GanttChartModifier and TypeMethodDescriptionChartSerializer.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 GanttChartModifier and TypeMethodDescriptionChartSerializer.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 GanttChartModifier and TypeMethodDescriptionGanttChartExtInfo.getGanttChart()
Returns the value of the 'Gantt Chart' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type GanttChartModifier and TypeMethodDescriptionvoid
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 GanttChartMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type GanttChartModifier and TypeMethodDescriptionvoid
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 GanttChartModifier and TypeMethodDescriptionGanttChartElement.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 GanttChartModifier and TypeMethodDescriptionvoid
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 GanttChartModifier and TypeFieldDescriptionprotected 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 GanttChartModifier and TypeMethodDescriptionGanttChartElementImpl.basicGetGanttChart()
GanttChartElementImpl.getGanttChart()
Methods in com._1c.g5.v8.dt.form.ui.chart.editor.model.impl with parameters of type GanttChartModifier and TypeMethodDescriptionvoid
GanttChartElementImpl.setGanttChart
(GanttChart newGanttChart) -
Uses of GanttChart in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Constructors in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models with parameters of type GanttChartModifierConstructorDescriptionBmGanttChartBackgroundIntervalsModel
(GanttChart chart, IV8Project v8project, IColorProvider colorProvider, IModelObjectFactory ganttChartObjectsFactory, IEditingLanguageManager languageManager) The constructor.BmGanttChartSettingsModel
(GanttChart chart, IV8ProjectManager v8ProjectManager, IV8Project v8project, IEditingLanguageManager languageManager, IMdObjectByTypeProvider mdObjectByTypeProvider, IColorProvider colorProvider, IFontProvider fontProvider, IModelObjectFactory ganttChartObjectsFactory) The constructor. -
Uses of GanttChart in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartModifier and TypeMethodDescriptionGanttChartFactory.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 GanttChartModifier and TypeClassDescriptionclass
An implementation of the model object 'Gantt Chart'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChart -
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 GanttChartModifier and TypeMethodDescriptionGanttChartSwitch.caseGanttChart
(GanttChart object) Returns the result of interpreting the object as an instance of 'Gantt Chart'.