Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerDimension
Packages that use PlannerDimension
Package
Description
-
Uses of PlannerDimension in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models
Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models that return types with arguments of type PlannerDimensionModifier and TypeMethodDescriptionIPlannerDimensionsModel.getDimensionsModel()Returns the original dimensions model.PlannerDimensionsModel.getDimensionsModel()Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models with parameters of type PlannerDimensionModifier and TypeMethodDescriptionvoidIPlannerDimensionsModel.addNewDimensionItem(PlannerDimension dimension) Adds new dimension item to the givendimension.voidPlannerDimensionsModel.addNewDimensionItem(PlannerDimension dimension) Constructor parameters in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models with type arguments of type PlannerDimensionModifierConstructorDescriptionPlannerDimensionsModel(IList<PlannerDimension> dimensionsModel, Form form, IV8ProjectManager v8projectManager, IV8Project v8Project, IEditingLanguageManager languageManager, IMdObjectByTypeProvider mdObjectByTypeProvider, IColorProvider colorProvider, IFontProvider fontProvider, ITypeInfoCategoryServiceProvider typeInfoCategoryServiceProvider, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider) Creates a new model. -
Uses of PlannerDimension in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerDimensionModifier and TypeMethodDescriptionPlannerFactory.createPlannerDimension()Returns a new object of class 'Dimension'.Methods in com._1c.g5.v8.dt.planner.model that return types with arguments of type PlannerDimensionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PlannerDimension>PlannerSettings.getDimensions()Returns the value of the 'Dimensions' containment reference list. -
Uses of PlannerDimension in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerDimensionModifier and TypeClassDescriptionclassAn implementation of the model object 'Dimension'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerDimensionMethods in com._1c.g5.v8.dt.planner.model.impl that return types with arguments of type PlannerDimensionModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PlannerDimension>PlannerSettingsImpl.getDimensions() -
Uses of PlannerDimension in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerDimensionModifier and TypeMethodDescriptionPlannerSwitch.casePlannerDimension(PlannerDimension object) Returns the result of interpreting the object as an instance of 'Dimension'.