Uses of Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartScaleKeeping
- 
Packages that use GanttChartScaleKeeping Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ui.aef.viewModels com._1c.g5.v8.dt.ui.aef.viewModels.impl 
- 
- 
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ganttchart.modelFields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartScaleKeeping Modifier and Type Field Description static 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 GanttChartScaleKeeping Modifier and Type Method Description static GanttChartScaleKeepingGanttChartScaleKeeping. get(int value)Returns the 'Scale Keeping' literal with the specified integer value.static GanttChartScaleKeepingGanttChartScaleKeeping. get(String literal)Returns the 'Scale Keeping' literal with the specified literal value.static GanttChartScaleKeepingGanttChartScaleKeeping. getByName(String name)Returns the 'Scale Keeping' literal with the specified name.GanttChartScaleKeepingGanttChart. getKeepScaleVariant()Returns the value of the 'Keep Scale Variant' attribute.static GanttChartScaleKeepingGanttChartScaleKeeping. valueOf(String name)Returns the enum constant of this type with the specified name.static GanttChartScaleKeeping[]GanttChartScaleKeeping. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartScaleKeeping Modifier and Type Method Description voidGanttChart. setKeepScaleVariant(GanttChartScaleKeeping value)Sets the value of the 'Keep Scale Variant' attribute.
- 
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ganttchart.model.implMethods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeepingGanttChartFactoryImpl. createGanttChartScaleKeepingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)GanttChartScaleKeepingGanttChartImpl. getKeepScaleVariant()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartScaleKeeping Modifier and Type Method Description voidGanttChartImpl. setKeepScaleVariant(GanttChartScaleKeeping newKeepScaleVariant)
- 
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ui.aef.viewModelsMethods in com._1c.g5.v8.dt.ui.aef.viewModels that return GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeepingGanttChartScalingViewModel. getScaleKeeping()Returns the value of the 'Scale Keeping' attribute.Methods in com._1c.g5.v8.dt.ui.aef.viewModels with parameters of type GanttChartScaleKeeping Modifier and Type Method Description voidGanttChartScalingViewModel. setScaleKeeping(GanttChartScaleKeeping value)Sets the value of the 'Scale Keeping' attribute.
- 
Uses of GanttChartScaleKeeping in com._1c.g5.v8.dt.ui.aef.viewModels.implFields in com._1c.g5.v8.dt.ui.aef.viewModels.impl declared as GanttChartScaleKeeping Modifier and Type Field Description protected static 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 GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeepingGanttChartScalingViewModelImpl. getScaleKeeping()Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type GanttChartScaleKeeping Modifier and Type Method Description voidGanttChartScalingViewModelImpl. setScaleKeeping(GanttChartScaleKeeping newScaleKeeping)
 
-