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.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartScaleKeeping Modifier and Type Field Description static 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 GanttChartScaleKeeping Modifier and Type Method Description static GanttChartScaleKeeping
GanttChartScaleKeeping. get(int value)
Returns the 'Scale Keeping' literal with the specified integer value.static GanttChartScaleKeeping
GanttChartScaleKeeping. get(String literal)
Returns the 'Scale Keeping' literal with the specified literal value.static GanttChartScaleKeeping
GanttChartScaleKeeping. getByName(String name)
Returns the 'Scale Keeping' literal with the specified name.GanttChartScaleKeeping
GanttChart. getKeepScaleVariant()
Returns the value of the 'Keep Scale Variant' attribute.static GanttChartScaleKeeping
GanttChartScaleKeeping. 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 void
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 GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeeping
GanttChartFactoryImpl. createGanttChartScaleKeepingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GanttChartScaleKeeping
GanttChartImpl. getKeepScaleVariant()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartScaleKeeping Modifier and Type Method Description void
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 GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeeping
GanttChartScalingViewModel. 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 void
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 GanttChartScaleKeeping Modifier and Type Field Description protected static 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 GanttChartScaleKeeping Modifier and Type Method Description GanttChartScaleKeeping
GanttChartScalingViewModelImpl. getScaleKeeping()
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type GanttChartScaleKeeping Modifier and Type Method Description void
GanttChartScalingViewModelImpl. setScaleKeeping(GanttChartScaleKeeping newScaleKeeping)
-