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.VALUESA public read-only list of all the 'Scale Keeping' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartScaleKeepingModifier and TypeMethodDescriptionstatic GanttChartScaleKeepingGanttChartScaleKeeping.get(int value) Returns the 'Scale Keeping' literal with the specified integer value.static GanttChartScaleKeepingReturns the 'Scale Keeping' literal with the specified literal value.static GanttChartScaleKeepingReturns the 'Scale Keeping' literal with the specified name.GanttChart.getKeepScaleVariant()Returns the value of the 'Keep Scale Variant' attribute.static GanttChartScaleKeepingReturns 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 TypeMethodDescriptionvoidGanttChart.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 TypeMethodDescriptionvoidGanttChartImpl.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 TypeMethodDescriptionvoidGanttChartScalingViewModel.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 GanttChartScaleKeepingGanttChartScalingViewModelImpl.SCALE_KEEPING_EDEFAULTThe default value of the 'Scale Keeping' attribute.protected GanttChartScaleKeepingGanttChartScalingViewModelImpl.scaleKeepingThe 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 TypeMethodDescriptionvoidGanttChartScalingViewModelImpl.setScaleKeeping(GanttChartScaleKeeping newScaleKeeping)