Uses of Enum Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartScaleKeeping
Packages that use GanttChartScaleKeeping
Package
Description
-
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return types with arguments of type GanttChartScaleKeepingModifier and TypeMethodDescriptionIGanttChartSettingsWorkingModel.getKeepScaleVariantValue()
Gets the keep scale variant value. -
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartScaleKeepingModifier and TypeFieldDescriptionstatic final List<GanttChartScaleKeeping>
GanttChartScaleKeeping.VALUES
A public read-only list of all the 'Scale Keeping' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartScaleKeepingModifier and TypeMethodDescriptionstatic GanttChartScaleKeeping
GanttChartScaleKeeping.get
(int value) Returns the 'Scale Keeping' literal with the specified integer value.static GanttChartScaleKeeping
Returns the 'Scale Keeping' literal with the specified literal value.static GanttChartScaleKeeping
Returns the 'Scale Keeping' literal with the specified name.GanttChart.getKeepScaleVariant()
Returns the value of the 'Keep Scale Variant' attribute.static GanttChartScaleKeeping
Returns the enum constant of this class with the specified name.static GanttChartScaleKeeping[]
GanttChartScaleKeeping.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartScaleKeepingModifier and TypeMethodDescriptionvoid
GanttChart.setKeepScaleVariant
(GanttChartScaleKeeping value) Sets the value of the 'Keep Scale Variant
' attribute. -
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartScaleKeepingModifier and TypeMethodDescriptionGanttChartFactoryImpl.createGanttChartScaleKeepingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GanttChartImpl.getKeepScaleVariant()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartScaleKeepingModifier and TypeMethodDescriptionvoid
GanttChartImpl.setKeepScaleVariant
(GanttChartScaleKeeping newKeepScaleVariant) -
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ui.aef.viewModels
Methods in com._1c.g5.v8.dt.ui.aef.viewModels that return GanttChartScaleKeepingModifier and TypeMethodDescriptionGanttChartScalingViewModel.getScaleKeeping()
Returns the value of the 'Scale Keeping' attribute.Methods in com._1c.g5.v8.dt.ui.aef.viewModels with parameters of type GanttChartScaleKeepingModifier and TypeMethodDescriptionvoid
GanttChartScalingViewModel.setScaleKeeping
(GanttChartScaleKeeping value) Sets the value of the 'Scale Keeping
' attribute. -
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.ui.aef.viewModels.impl declared as GanttChartScaleKeepingModifier and TypeFieldDescriptionprotected static final GanttChartScaleKeeping
GanttChartScalingViewModelImpl.SCALE_KEEPING_EDEFAULT
The default value of the 'Scale Keeping
' attribute.protected GanttChartScaleKeeping
GanttChartScalingViewModelImpl.scaleKeeping
The cached value of the 'Scale Keeping
' attribute.Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl that return GanttChartScaleKeepingMethods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type GanttChartScaleKeepingModifier and TypeMethodDescriptionvoid
GanttChartScalingViewModelImpl.setScaleKeeping
(GanttChartScaleKeeping newScaleKeeping)