Uses of Interface
com._1c.g5.aef2.models.IModel
Packages that use IModel
Package
Description
-
Uses of IModel in com._1c.g5.aef2.components
Classes in com._1c.g5.aef2.components with type parameters of type IModelModifier and TypeClassDescriptionclassComponent<M extends IModel,P extends IParameterization> BaseIComponentimplementation.interfaceIComponent<M extends IModel>Defines contract of a component. -
Uses of IModel in com._1c.g5.aef2.emf.models
Classes in com._1c.g5.aef2.emf.models that implement IModel -
Uses of IModel in com._1c.g5.aef2.engines
Methods in com._1c.g5.aef2.engines with type parameters of type IModelModifier and TypeMethodDescriptionEngine.showDialog(IComponent<M> component, M model) IEngine.showDialog(IComponent<M> component, M model) Shows a dialog. -
Uses of IModel in com._1c.g5.aef2.models
Subinterfaces of IModel in com._1c.g5.aef2.modelsModifier and TypeInterfaceDescriptioninterfaceIAttribute<O,P> The contract for models that works with the attribute of some object.interfaceDefines the contract of a compound model.interfaceIEmfAttribute<O extends org.eclipse.emf.ecore.EObject>TheIAttributewhere the attribute is the EMF feature of some object.Classes in com._1c.g5.aef2.models that implement IModelModifier and TypeClassDescriptionclassBase class for the compound models.classBase class for editable models.classBase class for models.Methods in com._1c.g5.aef2.models with type parameters of type IModelModifier and TypeMethodDescriptionprotected <M extends IModel>
MCompoundModel.addModel(M model) Adds subordinate model.Methods in com._1c.g5.aef2.models that return IModelMethods in com._1c.g5.aef2.models that return types with arguments of type IModelMethods in com._1c.g5.aef2.models with parameters of type IModelModifier and TypeMethodDescriptionvoidIModelListener.modelChanged(IModel model, ChangeOrigin changeOrigin) Invoked when the model is changed.voidModelListener.modelChanged(IModel model, ChangeOrigin changeOrigin) voidIModelListener.modelCommitted(IModel model) Invoked when the model is committed.voidModelListener.modelCommitted(IModel model) voidIModelListener.modelDisposed(IModel model) Invoked when the model is disposed.voidModelListener.modelDisposed(IModel model) voidIModelListener.modelOffline(IModel model) Invoked when the model goes offline.voidModelListener.modelOffline(IModel model) voidIModelListener.modelOnline(IModel model) Invoked when the model goes online.voidModelListener.modelOnline(IModel model) -
Uses of IModel in com._1c.g5.aef2.models.list
Subinterfaces of IModel in com._1c.g5.aef2.models.listModifier and TypeInterfaceDescriptioninterfaceIEmfListAttribute<T,O extends org.eclipse.emf.ecore.EObject> TheIListthat works with attribute.interfaceIList<E>The model of a list.Classes in com._1c.g5.aef2.models.list that implement IModelModifier and TypeClassDescriptionclassListModel<E>Base list model implementation.classList working copy – editable proxy buffer for another list. -
Uses of IModel in com._1c.g5.aef2.models.map
Subinterfaces of IModel in com._1c.g5.aef2.models.mapModifier and TypeInterfaceDescriptioninterfaceIEmfMapAttribute<K,V, O extends org.eclipse.emf.ecore.EObject> TheIMapthat works with attribute.interfaceIMap<K,V> The model of the map.Classes in com._1c.g5.aef2.models.map that implement IModelModifier and TypeClassDescriptionclassMapModel<K,V> Base map model implementation.classMapWorkingCopy<K,V> Map working copy – editable proxy buffer for another map. -
Uses of IModel in com._1c.g5.aef2.models.pojo
Classes in com._1c.g5.aef2.models.pojo that implement IModel -
Uses of IModel in com._1c.g5.aef2.models.value
Subinterfaces of IModel in com._1c.g5.aef2.models.valueModifier and TypeInterfaceDescriptioninterfaceIEmfValueAttribute<T,O extends org.eclipse.emf.ecore.EObject> TheIValuethat works with attribute.interfaceIValue<T>The value model.Classes in com._1c.g5.aef2.models.value that implement IModel -
Uses of IModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type IModelModifier and TypeClassDescriptionclassAbstractControlComponent<M extends IModel,P extends IParameterization, V extends ControlViewModel> The basic class for all control components.classCompositeComponent<M extends IModel,P extends IParameterization> The composite component.classContainerComponent<M extends IModel,P extends IParameterization> The container component.classDialogComponent<M extends IModel,P extends IDialogParametrization> The dialog component.classLinkComponent<M extends IModel>The link component.final classScrolledCompositeComponent<M extends IModel,P extends IParameterization> The composite component which know how to scroll content.classStandardComponent<M extends IModel,P extends IParameterization> BaseIComponentclass for all of the components that use EMF-basedControlViewModelimplementation.Methods in com._1c.g5.aef2.standard.components with type parameters of type IModelModifier and TypeMethodDescriptionprotected <DM extends IModel,DMR, VMM extends IViewModelModel, VMR>
VMMStandardComponent.bindModel(DM model, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature, BiFunction<ControlViewModel, org.eclipse.emf.ecore.EStructuralFeature, VMM> viewModelModelCreator, Function<DM, DMR> modelGetter, BiConsumer<DM, VMR> modelSetter, Function<VMM, VMR> viewModelGetter, BiConsumer<VMM, DMR> viewModelSetter, EnumSet<StandardComponent.BindingDirection> direction) Binds the givenmodelto view model.Methods in com._1c.g5.aef2.standard.components that return types with arguments of type IModelModifier and TypeMethodDescriptionScrolledCompositeComponent.getContent()Gets the composite component which represents content of scrolled composite.Methods in com._1c.g5.aef2.standard.components with parameters of type IModelModifier and TypeMethodDescriptionprotected voidStandardComponent.updateViewModelStatus(ControlViewModel viewModel, IModel model) Updates the validation status of the given view model. -
Uses of IModel in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return types with arguments of type IModel -
Uses of IModel in com._1c.g5.aef2.standard.definitions.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.definitions.modelsModifier and TypeInterfaceDescriptioninterfaceThe model that is used by components that creates their child byIDefinitions.interfaceTheIModelthat is used by components that creates child components byIManagingDefinitionand manages their lifecycle.Classes in com._1c.g5.aef2.standard.definitions.models that implement IModelModifier and TypeClassDescriptionclassThe abstract definition model.
It implements the basic functionality: the sub-models managing and the rule result processing.
It doesn't specify the way of getting the model objects or definition.classThe default implementation of theIDefinitionModel.Methods in com._1c.g5.aef2.standard.definitions.models that return IModelModifier and TypeMethodDescriptionprotected IModelAbstractFeatureFieldModelFactory.createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) Creates model for multiple objects.protected IModelAbstractMultiFeatureFieldModelFactory.createGroupModel(org.eclipse.emf.ecore.EObject[] objects, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) Creates a model for a multi-object input.AbstractFeatureFieldModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) AbstractMultiFeatureFieldModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CompositeModelFactory.createModel(IDefinition definition, Collection<Object> objects) CompositeModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) DefaultModelFactory.createModel(IDefinition definition, Collection<Object> objects) DefaultModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) default IModelIModelFactory.createModel(IDefinition definition, Collection<Object> objects) CreatesIModelinstance by the given arguments.IModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CreatesIModelinstance by the given arguments.protected abstract IModelAbstractFeatureFieldModelFactory.createSingleModel(EObjectFeature objectFeature) Creates model for single object.protected abstract IModelAbstractMultiFeatureFieldModelFactory.createSingleModel(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) Creates a model for a single input object.Methods in com._1c.g5.aef2.standard.definitions.models that return types with arguments of type IModelMethods in com._1c.g5.aef2.standard.definitions.models with parameters of type IModelModifier and TypeMethodDescriptionvoidvoidAdds the givenmodelto the current definition model.voidAbstractDefinitionModel.removeModel(IModel model) voidIDefinitionModel.removeModel(IModel model) Removes the givenmodelfrom the current definition model. -
Uses of IModel in com._1c.g5.aef2.standard.definitions.validation
Methods in com._1c.g5.aef2.standard.definitions.validation with parameters of type IModelModifier and TypeMethodDescriptionprotected voidAbstractManagingComponentValidationSupport.onComponentModelChange(IModel model) -
Uses of IModel in com._1c.g5.aef2.standard.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.modelsModifier and TypeInterfaceDescriptioninterfaceTheIViewModelModelcontract forIValuemodel types.interfaceThe contract ofIModelfor view model.interfaceTheIViewModelModelcontract forIValuemodel type.Classes in com._1c.g5.aef2.standard.models that implement IModelModifier and TypeClassDescriptionfinal classEmpty model for components that doesn't require the model.classThe special list model implementation forIViewModel.classThe special model implementation forIViewModel. -
Uses of IModel in com._1c.g5.aef2.standard.validation
Classes in com._1c.g5.aef2.standard.validation with type parameters of type IModelModifier and TypeClassDescriptionclassAbstractExternalValidationSupport<T extends IComponent<? extends IModel>,EVR> Provides the external validation support for components.Methods in com._1c.g5.aef2.standard.validation with parameters of type IModelModifier and TypeMethodDescriptionprotected abstract voidAbstractExternalValidationSupport.onComponentModelChange(IModel model) Reacts on component model change.
It is a place to make conversion model to validable object. -
Uses of IModel in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IModel -
Uses of IModel in com._1c.g5.properties.ui.models
Methods in com._1c.g5.properties.ui.models that return IModelModifier and TypeMethodDescriptionprotected IModelPropertiesModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.addin.ui.aef
Subinterfaces of IModel in com._1c.g5.v8.dt.addin.ui.aefClasses in com._1c.g5.v8.dt.addin.ui.aef that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.aef2
Subinterfaces of IModel in com._1c.g5.v8.dt.aef2 -
Uses of IModel in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IModelModifier and TypeClassDescriptionclassA BM value with a supplier of customIBmTask.classBmList<T>Represents a BM object feature list model.classBmMap<K,V> Represents a BM object feature map model.classRepresentsBmValuewhich avoids setting ofnullvalues to the model.classBmValue<T>Represents a BM object feature value. -
Uses of IModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.modelsModifier and TypeInterfaceDescriptioninterfaceModel for single addressing attribute.interfaceRepresents collection of addressing attributes model.interfaceInterface for graphical scheme line model.interfaceIGraphicalSchemeValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject> The value model for graphical scheme bundlesinterfaceThe collection of handlers model.interfaceIHandlerModel<T extends org.eclipse.emf.ecore.EObject>The single handler model.Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassImplementation ofIAddressingAttributeModel.classImplementation ofIAddressingAttributesCollectionModel.classGraphical scheme line model.classThe BM aware implementation ofIHandlerCollectionModelfor graphical scheme item event handler collectionclassModel for addressing event handler selection component.classclassBmValueimplementation forGraphicalSchemeItemname.Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelBpSchemeModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelGraphicalSchemePictureModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.cmi.ui.aef.models
Methods in com._1c.g5.v8.dt.cmi.ui.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelCmiModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Classes in com._1c.g5.v8.dt.dcs.ui.aef.models.chart that implement IModelModifier and TypeClassDescriptionclassComponent EMF-model forChartColorPaletteDescription.classImplementation ofIChartScaleModelforChartScaleValueEditor.classEMF value implementation ofIIntervalBoundModelValue. -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference
Classes in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference that implement IModelModifier and TypeClassDescriptionclassGrid model forChartReferenceBandclassGrid model forChartReferenceLine. -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with type parameters of type IModelModifier and TypeMethodDescriptionprotected <T extends IModel>
voidAefValueEditorBase.openDialog(IComponent<T> component, T model, Consumer<T> onSuccessConsumer) Creates dialog. -
Uses of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.modelsModifier and TypeInterfaceDescriptioninterfaceThe contract for model of the component that allows to choose form button command.interfaceThe grid model for 'choice list' grid component.interfaceTheIFormListmodel implementation for choice list component.interfaceThe interface of model for form choice parameter links.interfaceTheIFormListmodel for command set component.interfaceForm conditional appearance model.interfaceThe aef model for edits GroupList feature of a dynamic list form.interfaceIFormList<T>TheIListmodel for form bundles.interfaceIFormMap<K,V> TheIMapmodel for form bundles.interfaceThe grid model for value list grid component.interfaceTheIFormListmodel implementation for elements list.interfaceThe BM model value forFormPagesRepresentationinterface.interfaceThe value model for form tables.interfaceThe value model for form tables.interfaceThe interface forFormTypeLinkmodel.interfaceIFormValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject> The value model for form bundles.interfaceThe BM model value forSearchStringLocationinterface.interfaceTheIModelmodel for the spreadsheet document scroll bar component.interfaceThe model for user settings group component.Classes in com._1c.g5.v8.dt.form.internal.ui.properties.models that implement IModelModifier and TypeClassDescriptionclassThe value selection model forAdditionSourceclassButton default model.classThe AEF model of formButtonfor editButton.getParameter()feature.classThe AEF model of formButtonfor editButton.getParameter()feature.classThe model for Enable Content Change value of a formGroup.classThe BM model value forCheckBoxType.classThe implementation of theIFormChoiceListGridModel.classThe Bm implementation ofIFormCommandSetModel.classIFormConditionalAppearanceModelimplementation.classThe bm implementation ofIFormGroupListModel.classFormItem type model.classThe implementation of theIFormMobileCommandsSetGridModel.classThe BM model value forFormPagesRepresentation.classIFormTableNameModelimplementation.classIFormTableNameValueModelimplementation.classThe model of Form functional options list.classNamedElement name model.classThe BM model value forSearchStringLocation.classThe BMIUserSettingsGroupModelimplementation.classIGroupBehaviorModelimplementation.classTheIFormChoiceListModelimplementation.classTheIFormChoiceParameterLinksModelimplementation.classImplementation ofIColorModelspecific for forms.classThe BMICommandChooserModelimplementation.classFormBmList<T>The BMIFormListimplementation.classTheIFormMobileCommandsSetModelimplementation.classTheIFormTypeLinkModelimplementation.classFormBmValue<T,TSelection extends org.eclipse.emf.ecore.EObject> Represents a BM object feature value for form models.classIFormTableNameValueModelimplementation for group objects.classThe model of Form functional options list for group objects.classTheISpreadSheetScrollBarUseModelmodel implementation for the spreadsheet document scroll bar component.Methods in com._1c.g5.v8.dt.form.internal.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModelFormModelFactory.createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelFormModelFactory.createSingleModel(EObjectFeature objectFeature) Creates model for single object. -
Uses of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath
Subinterfaces of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapathModifier and TypeInterfaceDescriptioninterfaceThe model for form attribute component.Classes in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath that implement IModelModifier and TypeClassDescriptionclassThe Bm implementation ofIFormAttributeModel.classThe model for form button data path component.classThe Bm implementation ofIFormDataPathModel.classThe model for open SpreadsheetData in form attributes -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.modelsModifier and TypeInterfaceDescriptioninterfaceComponent model for chart axis interface.interfaceDetailed component model forChartColorPaletteDescriptioninterface.interfaceComponent model forChartColorPaletteDescriptioninterface.interfaceChart scale detailed model interface.interfaceChart scale model interface.interfaceBM value for interval's lower or upper bound interface.interfaceThe model for time scale levels link component.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models that implement IModelModifier and TypeClassDescriptionclassThe BM implementation ofITimeScaleLevelsLinkModel.classDetailed model forChartColorPaletteDescription.classDetailed model forChartScale.classThe implementation ofIChartLineModel. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.referenceModifier and TypeInterfaceDescriptioninterfaceInterface for model for chart reference band in grid.interfaceInterface for model for chart reference line in grid. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendlineModifier and TypeInterfaceDescriptioninterfaceInterface for model for trendline array in grid.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that implement IModelModifier and TypeClassDescriptionclassModel for trendline array in grid. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe model for chart line component.interfaceComponent model forPointPropertiescollection of givenChartinterface.interfaceComponent model forSeriesPropertiescollection of givenChartinterface.interfaceGanttChartBackgroundIntervalsmodel's interface.interfaceInterface for model for generalGanttChartsettings.interfaceGanttChartgeneral settings model's interface.interfaceComponent model for Gantt chart'sTimeScaleLevelelements collection.interfaceModel for gauge chart quality bands in grid.interfaceComponent model forGaugeChartQualityBandsinterface.interfaceThe model for chart line component with support for the case when underlyingChartLinevalue isnull.interfaceBM value for real pie point property of aChartinterface.interfaceBM value for real stock series property of aChartinterface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that implement IModelModifier and TypeClassDescriptionclassComponent model for chart axis.classThe bm implementation ofIChartLineModel.classComponent model forPointPropertiescollection of givenChart.classComponent model forSeriesPropertiescollection of givenChart.classBM model forGanttChartBackgroundIntervals.classModel for generalGanttChartsettings.classComponent model forTimeScaleLevelelement representation.classComponent model forGaugeChartQualityBands.classBM value for interval's lower or upper bound.classBMIChartLineModelimplementation with support for the case when underlyingChartLinevalue isnull.classBM value for real pie point property of aChart.classBM value for points count property of aChart.classBM value for series count property of aChart.classBM value for real stock series property of aChart.classEMFIChartLineModelimplementation with support for the case when underlyingChartLinevalue isnull.classModel for gauge chart quality bands in grid.classModel forLabelArea.Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelChartModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.chartscale
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.chartscale that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.colorpalettedescription
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.colorpalettedescription that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelareaModifier and TypeInterfaceDescriptioninterfaceLabel area detailed model interface.interfaceLabel area model interface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.referenceModifier and TypeInterfaceDescriptioninterfaceComponent model forChartReferenceBandsinterface.interfaceComponent model forChartReferenceLinesinterface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference that implement IModelModifier and TypeClassDescriptionclassComponent model forChartReferenceBandsclassComponent model forChartReferenceLinesclassGrid model forChartReferenceBandclassGrid model forChartReferenceLine. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescale
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescaleModifier and TypeInterfaceDescriptioninterfaceThe model for time scale label selection component.interfaceThe time scale labels model.interfaceThe time scale levels model.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescale that implement IModelModifier and TypeClassDescriptionclassThe bm implementation ofITimeScaleLabelSelectionModel.final classThe implementation ofITimeScaleLabelSelectionModel.classThe special EMF implementation of theIMultilanguageModelfor theTimeScaleLevelobject format string.classThe implementation ofITimeScaleLabelsModel.classThe implementation ofITimeScaleLevelsModel. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendlineClasses in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.planner.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe model for planner dimensions link component.interfaceThe grid model for dimensions grid component.Classes in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models that implement IModelModifier and TypeClassDescriptionclassThe BM implmentation ofIPlannerDimensionsLinkModel.classThe implementation ofIPlannerDimensionsModel.Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelPlannerModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.form.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.properties.modelsModifier and TypeInterfaceDescriptioninterface{@link AdjustableBoolean) model.interfaceThe collection of handlers model.interfaceIHandlerModel<T extends org.eclipse.emf.ecore.EObject>The single handler model.Classes in com._1c.g5.v8.dt.form.ui.properties.models that implement IModelModifier and TypeClassDescriptionclassIAdjustableBooleanModelimplementation.classIAdjustableBooleanModelimplementation.classIAdjustableBooleanModelimplementation.classTheIHandlerModelimplementation for form command.classThe BM aware implementation ofIHandlerCollectionModelfor form event handler collection.classTheIHandlerModelimplementation for event container. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.properties.models.datapath
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.properties.models.datapathModifier and TypeInterfaceDescriptioninterfaceThe model for data path component. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IModelModifier and TypeClassDescriptionstatic classThe model for form wizard pages.Methods in com._1c.g5.v8.dt.form.ui.wizard that return IModelModifier and TypeMethodDescriptionprotected IModelFormWizard.getModelForPageComponent(NewWizardPageComponent<?> component) Methods in com._1c.g5.v8.dt.form.ui.wizard that return types with arguments of type IModelModifier and TypeMethodDescriptionprotected CompositeComponent<IModel,?> FormWizardAttributesPage.createColumnsComponent() -
Uses of IModel in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe selection model forGeographicalCoordinatesSelectionComponent.Classes in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models that implement IModelModifier and TypeClassDescriptionclassThe default implementtaion ofIGeographicalCoordinatesSelectionModel.Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelGeographicalSchemaModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.aggregates.ui.aefModifier and TypeInterfaceDescriptioninterfaceThe Accumulation register aggregates value modelClasses in com._1c.g5.v8.dt.internal.aggregates.ui.aef that implement IModelModifier and TypeClassDescriptionclassThe bm value model implementation forAccumulationRegisterAggregatesMethods in com._1c.g5.v8.dt.internal.aggregates.ui.aef that return IModelModifier and TypeMethodDescriptionprotected IModelAggregatesModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.binary.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.binary.ui.aef.models that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe contract for model of dynamic list query feature.Classes in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models that implement IModelMethods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelFormDynamicListModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.form.ui.extension.properties.modelsModifier and TypeInterfaceDescriptioninterfaceIHandlerExtensionModel<T extends org.eclipse.emf.ecore.EObject>A model extension ofIHandlerModelfor the form extension model objects.Classes in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models that implement IModelModifier and TypeClassDescriptionclassThe BM aware implementation ofIHandlerCollectionModelfor form extension command handler collection.classTheIHandlerExtensionModelimplementation for form command.classEventHandlerCollectionModelextension for the form extension model objects.classTheIHandlerExtensionModelimplementation for event container.Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models that return IModelModifier and TypeMethodDescriptionFormExtensionModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.catalog
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.catalog that implement IModelModifier and TypeClassDescriptionclassCatalog owners component model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.document
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.document that implement IModelModifier and TypeClassDescriptionclassDocument editor journals page model.classDocumentEditorsequences page model.classThe AEF 2.0 component for the document register records. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion that implement IModelModifier and TypeClassDescriptionclass -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption that implement IModelModifier and TypeClassDescriptionclass -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages that return IModelModifier and TypeMethodDescriptionMdGranularEditorsModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelMdGranularEditorMultiFeatureModelFactory.createSingleModel(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) protected IModelMdGranularEditorsModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that implement IModelModifier and TypeClassDescriptionclassTheIDynamicTableModelimplementation common attributesNavigatorTableModelfor md-object granular editor data page. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristicsModifier and TypeInterfaceDescriptioninterfaceCharacteristics table model.Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions that implement IModelModifier and TypeClassDescriptionclassDtGranularEditorfunctional options top md-object owner content model.classDtGranularEditorfunctional options page model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation that implement IModelModifier and TypeClassDescriptionclassDtGranularEditorgeneration page based on model.classDtGranularEditorgeneration page basis for model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddataModifier and TypeInterfaceDescriptioninterfacePredefined account accounting flags model.interfacePredefined account ext dimension types model.interfacePredefined account model.interfaceIPredefinedAccountPartModel<T extends org.eclipse.emf.ecore.EObject>Predefined account part (flags, ext dimension types) model.interfacePredefined calculation type calculation base (base, leading, displacing calculation types) model.interfacePredefined calculation type model.Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata that implement IModelModifier and TypeClassDescriptionclassIPredefinedAccountPartModelimplementation.classIPredefinedAccountPartModelext dimension types implementation.classIPredefinedAccountModelimplementation.classIPredefinedCalculationTypeCalculationBaseModelimplementation.classIPredefinedCalculationTypeModelimplementation. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders that implement IModelModifier and TypeClassDescriptionclass -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that implement IModelModifier and TypeClassDescriptionclassThe AEF 2.0 adopted domain model for the common attribute content.Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that return IModelModifier and TypeMethodDescriptionprotected IModelAdoptedCommonAttributeContentModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.dataexchange
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.dataexchange that return IModelModifier and TypeMethodDescriptionprotected IModelAdoptedDtGranularEditorDataExchangePageDescriptor.createDataExchangeModel(org.eclipse.emf.ecore.EObject[] objs) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that implement IModelModifier and TypeClassDescriptionclassExtension ofExchangePlanContentModelfor adopted exchange plan.Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that return IModelModifier and TypeMethodDescriptionAdoptedExchangePlanContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata that implement IModelModifier and TypeClassDescriptionclassAdopted predefined data page tree component model -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.type
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.type that implement IModelModifier and TypeClassDescriptionclassAEF model implementation forTypeDescriptionExtensioneditor -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.wizards
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.wizards that implement IModelModifier and TypeClassDescriptionprotected static classConfiguration extension project model. -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components with type parameters of type IModelModifier and TypeClassDescriptionclassNotSupportedComponent<M extends IModel,P extends IParameterization> AEF component indicating that requested feature is not supported yet. -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors that return IModelModifier and TypeMethodDescriptionWebServerExtensionModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassAbstract implementation ofEmfListthat listens child element changes.classList model that wraps the given list ofDataSeparatorand transforms it toDataSeparatorSetting.classModel for HTTP services list.classInfobase reference proxy password model.classModel that containts infobase and platform services UI factory.classInfobaseReference InfobaseType model.classModel that containts mobile publication debug enablement value.classModel for infobase publication Open ID use as provider mode.classModel for infobase publication Open ID use auth mode.classValue that transformsStringtoPathand vice versa.classModel that containts publication with ability to get its URL.classModel for OpenID return to addresses list.classString transformer model.classModel for web server type.classModel for web services list.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models that return IModelModifier and TypeMethodDescriptionPlatformServicesModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelPlatformServicesModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase that implement IModelModifier and TypeClassDescriptionclassModel allowing to edit prompt confirmation on restructure preference for an infobase.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase that return IModelModifier and TypeMethodDescriptionPromptConfirmationOnRestructureModel.Factory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.style.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.style.ui.aef.modelsClasses in com._1c.g5.v8.dt.internal.style.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassIStyleModelimplementation.classBorderStyleItemmodel.classColorStyleItemmodel.classFontStyleItemmodel.classAbstractStyleItemmodel.Methods in com._1c.g5.v8.dt.internal.style.ui.aef.models that return IModelModifier and TypeMethodDescriptionStyleModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.ui.editor
Method parameters in com._1c.g5.v8.dt.internal.ui.editor with type arguments of type IModelModifier and TypeMethodDescriptionprotected abstract voidAbstractAefBoundProjectEditorSection.createChildComponents(ContainerComponent<IModel, VoidParameterization> containerComponent) Creates child components of this sectionprotected voidExternalObjectProjectParametersSection.createChildComponents(ContainerComponent<IModel, VoidParameterization> parent) -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.ws.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassWeb-service tree component model.classResource dependedPackageDataModel. -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.editors
Methods in com._1c.g5.v8.dt.internal.ws.ui.editors that return IModelModifier and TypeMethodDescriptionprotected IModelWsReferenceGranularEditorModelFactory.createSingleModel(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.properties.models
Classes in com._1c.g5.v8.dt.internal.ws.ui.properties.models that implement IModelMethods in com._1c.g5.v8.dt.internal.ws.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModelWsReferenceModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.xdto.ui.properties.models
Classes in com._1c.g5.v8.dt.internal.xdto.ui.properties.models that implement IModelModifier and TypeClassDescriptionclassBmValuesupporting refactoring operation for xdto fields (name and namespace uri)Methods in com._1c.g5.v8.dt.internal.xdto.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModelXdtoModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.help.ui.aef.model
Subinterfaces of IModel in com._1c.g5.v8.dt.md.help.ui.aef.modelClasses in com._1c.g5.v8.dt.md.help.ui.aef.model that implement IModelMethods in com._1c.g5.v8.dt.md.help.ui.aef.model that return IModelModifier and TypeMethodDescriptionprotected IModelMdHelpModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.components.eds
Classes in com._1c.g5.v8.dt.md.ui.aef.components.eds that implement IModelModifier and TypeClassDescriptionclassThe value model of SignOfUnfilledParent propertyclassSpecial value model for "Unfilled parent value" property. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.components.type
Methods in com._1c.g5.v8.dt.md.ui.aef.components.type with parameters of type IModelModifier and TypeMethodDescriptionprotected voidTypeDescriptionDialogComponent.updateViewModelStatus(ControlViewModel viewModel, IModel model) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models
Classes in com._1c.g5.v8.dt.md.ui.aef.models with type parameters of type IModelModifier and TypeClassDescriptionclassStandardObjectSwitchingSourceModel<M extends IModel>The wrap-model for standard attributes models that switches sources (EMF/BM) automatically.static interfaceSubinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.modelsModifier and TypeInterfaceDescriptioninterfaceinterfaceModel value for handler name editinginterfaceThe Bm model forCommonAttributeDataSeparationinterfaceICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>CharacteristicsDescriptiondata path field model interface.interfaceICharacteristicsDescriptionFieldModel<T extends org.eclipse.emf.ecore.EObject>Fieldmodel interface.interfaceThe interface of the model for editingChoiceParameters.interfaceICodeModel<O extends org.eclipse.emf.ecore.EObject>Model forPredefinedItemcode feature supports.interfaceThe model for color component.interfaceInterface for custom color palette model.interfaceEvent subscription event modelinterfaceEvent subscription handler modelinterfaceThe contract of model for font selection component.interfaceThe handler model.interfaceContract forField-based choice parameter links of MD object attributes.interfaceMdPicturemodel.interfaceThe contract of models for Type link feature of MD object attributes.interfaceMobileApplicationUrlmodel.interfaceThe contract of the model forMultilanguageFormattedTextComponent.interfaceThe contract of the model forMultilanguageComponent.interfaceINavigatorTreeDialogActionBarModel<T extends org.eclipse.emf.ecore.EObject>The model interface forNavigatorTreeDialogActionBarComponent.interfacePicture model.interfaceTheIListmodel implementation for required permissions component.interfaceThe contract of the model forSingleLanguageFormattedTextComponent.interfaceThe contract of the model forAbstractSingleLanguageComponent.interfaceISourceUrlModel<T extends org.eclipse.emf.ecore.EObject>WS-reference source URL model.interfaceStringKeyAndValues model.interfaceTheIListmodel implementation for used mobile application functionalities component.Classes in com._1c.g5.v8.dt.md.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassThe abstractIChoiceParametersModelimplementation with common functionality.classThe abstractIChoiceParametersModelEMF implementation.classTheIDynamicTreeModelimplementation attributes, tabular sections and other dataNavigatorTreeModel.classThe Bm model forBorderwhich convertsBorderStyle.NONEto null value in a model.classThe Bm model forBorder.classdata path field bm-model.classFieldbm-model.classCharacteristicsDescriptionselection BM model.classThe model for Choice parameter links feature of MD attributes.classBm implementationICodeModel.classBm implementation ofIColorModel.classThe Bm model implementation forCommonAttributeDataSeparationclassCommon module environment model.classConfiguration compatibility mode model.classThe specific model for Configuration.usePurposes feature.classTheBmValuesuccessor withDocumentNumerator-specific logic.classBmTypeDescriptionModelimplementation forEventSubscription.getSource().classEvent subscription event modelclassBm value model for EventSubscription handelclassThe filteringIEmfTreeSelectionModelimplementation for single item selection.classThe Bm implementation ofIFontSelectionModel.classTheIHandlerModelimplementation.classInformationRegister write mode model.classThe model forAllowedIncomingShareRequestTypeclassIRequiredPermissionsModelimplementation.classThe model forMobileApplicationUrl.classThe model forStringKeyAndValues.classMdObject name model.classThe model for Type link features of MD object attributes.classThe BM model for editing of 'format' multilanguage features.classBm model forMultilanguageFormattedTextComponent.classBm model forMultilanguageComponent.classPicture model implementationIPictureModel}.classPredefinedItemname model.classStyleItemtype BM model.classThe BMAbstractTypeDescriptionModelimplementation.classIRequiredPermissionsModelimplementation.classThe group model for color component.classTheIDynamicTreeModelimplementation dimensions and resourcesNavigatorTreeModel.classThe EMF model forBorder.classdata path fiedl emf-model.classFieldemf-model.classCharacteristicsDescriptionselection Emf model.classThe EMF implementation of theIMdChoiceParameterLinksModel.classEmf implementationICodeModel.classEMF implementation ofIColorModel.classEmf model for custom color palette.classThe EMF implementation ofIFontSelectionModel.classThe EMF model for Type link features of MD object attributes.classEmf model forMultilanguageFormattedTextComponent.classEmf model forMultilanguageComponent.classTheIPictureModelEMF implementation.classEmf model forSingleLanguageFormattedTextComponent.classEmf model forSingleLanguageComponent.classStyleItemtype Emf model.classTheITypeDescriptionModelEMF implementation.classBmValueSelectionModelforMdObjectfeature ExtendedconfiguationObject (see {@link MdClassPackage#Literals#MD_OBJECT__EXTENDED_CONFIGURATION_OBJECT})classTheIDynamicTreeModelimplementation tables and cubesNavigatorTreeModel.static classBase implementation ofIBaseBmHandlerNameModelvaluestatic final classThe working copy ofIMultilanguageFormattedTextModel.static classThe working copy ofISingleLanguageFormattedTextModel.classMdPicturemodel implementationIMdPictureModel}.classBm list implementationINavigatorTreeDialogActionBarModel.classBm value implementationINavigatorTreeDialogActionBarModel.classEmf list implementationINavigatorTreeDialogActionBarModel.classEmf list implementationINavigatorTreeDialogActionBarModel.classNavigator tree dialog model.classclassTheIMdChoiceParameterLinksModelimplementaion for standard attributes.classTheIChoiceParametersModelimplementation for standard attributes.classTheIMultilanguageModelimplementation for standard attributes.classTheIDynamicTreeModelimplementation standard objects (attributes and tabular sections)NavigatorTreeModel.classStandardObjectSwitchingSourceList<T,M extends IList<T>> The list model implementation forStandardObjectSwitchingSourceModel.classStandardObjectSwitchingSourceModel<M extends IModel>The wrap-model for standard attributes models that switches sources (EMF/BM) automatically.classStandardObjectSwitchingSourceValue<T,M extends IValue<T>> The value model implementation forStandardObjectSwitchingSourceModel.classTheIMdTypeLinkModelfor the standard attributes.classTheIValueModelinstance for standard attributes.classTheIEmfValueSelectionModelfor standard attributes.Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelMdSingleModelFactory.createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelBmCommonAttributeDataSeparationModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelDocumentNumeratorModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelMdSingleDefaultModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelMdSingleModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelSelectionModelFactory.createSingleModel(EObjectFeature objectFeature) protected IModelStandardAttributeModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpictureModifier and TypeInterfaceDescriptioninterfaceThe base model for common picture content editorinterfaceThe grid model for Common picture content grid component.Classes in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that implement IModelModifier and TypeClassDescriptionclassBaseCommonPicturecontent editor modelclassThe implementation of grid model for Common picture content grid componentclassThe model for common picture content typeMethods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that return IModelModifier and TypeMethodDescriptionCommonPictureModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.type
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.typeModifier and TypeInterfaceDescriptioninterfaceContract for type description dialog component model.interfaceContract for type description component model.Classes in com._1c.g5.v8.dt.md.ui.aef.models.type that implement IModelModifier and TypeClassDescriptionclassThe abstract model for type description dialog component.classThe abstract model for type description component. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.value
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.valueModifier and TypeInterfaceDescriptioninterfaceThe AEF model for component that works withValue.Classes in com._1c.g5.v8.dt.md.ui.aef.models.value that implement IModelModifier and TypeClassDescriptionclassTheCharacteristicsDescriptionBMIValueModelimplementation.classThe BMIValueModelimplementation.classEmfBasedGroupValue<T,O extends org.eclipse.emf.ecore.EObject> The EMF based group model.classTheCharacteristicsDescriptionEmfIValueModelimplementation.classThe EmfIValueModelimplementation.classThe group model. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that implement IModelModifier and TypeClassDescriptionclassThe AEF 2.0 domain model for the common attribute content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that return IModelModifier and TypeMethodDescriptionprotected IModelCommonAttributeContentModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that implement IModelModifier and TypeClassDescriptionclassExchange settings dialog model.classCreates exchange plan settings dialog component model.classThe AEF 2.0 component for the configuration standalone content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return IModelModifier and TypeMethodDescriptionConfigurationStandaloneContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that implement IModelMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return IModelModifier and TypeMethodDescriptionprotected IModelDtGranularEditorDataExchangePageDescriptor.createDataExchangeModel(org.eclipse.emf.ecore.EObject[] objs) Creates data exchange model. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IModelModifier and TypeClassDescriptionclassThe AEF 2.0 component for the exchange plan content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return IModelModifier and TypeMethodDescriptionExchangePlanContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IModelModifier and TypeClassDescriptionclassPredefined data page tree component model. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.models that implement IModelModifier and TypeClassDescriptionclassCustomPropertyStateModelimplementation forCommonAttributeAutoUsepropertyclassCustomPropertyStateModelimplementation forCommonAttributeDataSeparationpropertyclassCustomPropertyStateModelfor edit property state without value change side effectsclassAEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.classAEF model for metadata property state.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.models that return IModelModifier and TypeMethodDescriptionMdExtensionPropertiesModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models.type
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models.type -
Uses of IModel in com._1c.g5.v8.dt.md.ui.properties.models
Classes in com._1c.g5.v8.dt.md.ui.properties.models that implement IModelModifier and TypeClassDescriptionclassImplementation ofPropertyPaletteModelcontaining EDT specific logic.Methods in com._1c.g5.v8.dt.md.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModelModelFactory.createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IModelModifier and TypeClassDescriptionstatic classDependent wizard model instance.static classAbstractProjectWizard.WizardModel<M extends MdObject>Dependent wizard model instance.Methods in com._1c.g5.v8.dt.md.ui.wizards that return IModelModifier and TypeMethodDescriptionprotected IModelAbstractProjectWizard.getModelForPageComponent(NewWizardPageComponent<?> component) protected IModelCharacteristicsDescriptionWizard.getModelForPageComponent(NewWizardPageComponent<?> component) protected IModelPredefinedItemWizard.getModelForPageComponent(NewWizardPageComponent<?> component) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.wizards.aef.modelsModifier and TypeInterfaceDescriptioninterfaceModel contract forCharacteristicsDescription-based wizards.interfaceModel contract forMdObject-based wizards.interfaceModel contract forMdObject-based wizards with possibility to edit additional features.interfaceModel contract forChartOfAccountsPredefinedItem-based wizards.interfaceModel contract forChartOfCalculationTypesPredefinedItem-based wizards.interfaceModel contract forChartOfCharacteristicTypesPredefinedItem-based wizards.interfaceModel contract forPredefinedItem-based wizards.Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models that implement IModelModifier and TypeClassDescriptionclassTheICharacteristicsDescriptionModelimplementation that operates withIDtNewWizardContext.classThe new configuration wizard model.classMdObjectModel<M extends MdObject>TheIMdObjectModelimplementation that operates withIDtNewWizardContext.classMdTypedObjectModel<M extends MdObject>The model for AEF wizard pages which allows to select the type of creating object, e.g.classTheIPredefinedAccountModelimplementation that operates withIDtNewWizardContext.classTheIPredefinedCalculationTypeModelimplementation that operates withIDtNewWizardContext.classTheIPredefinedCharacteristicTypeModelimplementation that operates withIDtNewWizardContext.classPredefinedItemModel<M extends PredefinedItem>TheIPredefinedItemModelimplementation that operates withIDtNewWizardContext.classWizardTypeDescriptionModelforPredefinedItemclassTypeDescriptionModel<M extends org.eclipse.emf.ecore.EObject>AbstractTypeDescriptionModelimplementation for wizards.Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type IModelModifier and TypeMethodDescriptionIMdTypedObjectModel.getAdditionalModels()MdTypedObjectModel.getAdditionalModels() -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type parameters of type IModelModifier and TypeClassDescriptionclassDtAefNewWizardPage<T extends IModel,M extends org.eclipse.emf.ecore.EObject> Base class for wizard pages that is constructed using AEF.classNewWizardPageComponent<M extends IModel>Base class for AEF wizard page componentsMethods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return IModelModifier and TypeMethodDescriptionprotected IModelDtAefMdNewWizard.getModelForPageComponent(NewWizardPageComponent<?> component) protected IModelDtAefNewWizard.getModelForPageComponent(NewWizardPageComponent<?> component) Returns AEF model for the given component.Method parameters in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type arguments of type IModelModifier and TypeMethodDescriptionorg.eclipse.jface.wizard.IWizardPageDtAefNewWizard.addPage(NewWizardPageComponent<? extends IModel> pageComponent) Adds a given wizard page component to wizard. -
Uses of IModel in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.moxel.internal.ui.properties.modelsClasses in com._1c.g5.v8.dt.moxel.internal.ui.properties.models that implement IModelModifier and TypeClassDescriptionclassEmf model forMultilanguageComponentandMultilanguageFormattedTextComponent.classSpreadsheetLinemodel.Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.models that return IModelModifier and TypeMethodDescriptionMoxelModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModelMoxelModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type IModelModifier and TypeClassDescriptionclassAbstractDtActionBarComponent<M extends IModel,P extends IDtActionBarParameterization> Base component for components that works with model that can be represented as string.classAbstractDtColorActionBarComponent<M extends IModel,P extends IDtActionBarParameterization> TheAbstractDtReadonlyActionBarComponentimplementation for controls that displays color within the text box.classAbstractDtReadonlyActionBarComponent<M extends IModel,P extends IDtActionBarParameterization> TheAbstractDtActionBarComponentwith the read-only editor.classAbstractDtSelectComponent<M extends IModel,P extends IParameterization, VM extends SelectViewModel> Base component for components that allow to select new value with feasible buttons in action bar.classAbstractSelectionActionBarComponent<M extends IModel,P extends ISelectionParameterization> TheAbstractDtReadonlyActionBarComponentimplementation that allows to select values from dialog.classAbstractTabFolderComponent<M extends IModel,P extends IParameterization> The tab folder component.classDialogWithToolbarComponent<M extends IModel,P extends IDialogParametrization> Dialog component with toolbar.classTextPreviewComponent<M extends IModel>Component for displaying text with given color and font properties.Subinterfaces of IModel in com._1c.g5.v8.dt.ui.aef.componentModifier and TypeInterfaceDescriptioninterfaceIUnsettablePropertyFieldModel<T,O extends org.eclipse.emf.ecore.EObject> Unsettable property field model.Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IModelModifier and TypeMethodDescriptionprotected voidDtPictureComponent.updateViewModelStatus(ControlViewModel viewModel, IModel model) -
Uses of IModel in com._1c.g5.v8.dt.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.ui.aef.modelsModifier and TypeInterfaceDescriptioninterfaceTheAbstractMobileApplicationUrls model.interfaceThe Border value modelinterfaceIChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,U> The contract for Choice parameter links models.interfaceThe contract for dynamic table model.interfaceThe contract for dynamic tree model.interfaceIEmfListSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> The model interface forListSelectionComponent.interfaceIEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>The model interface forAbstractSelectionComponent.interfaceIEmfTreeSelectionModel<O extends org.eclipse.emf.ecore.EObject>interfaceIEmfTreeToListSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> The model interface forTreeToListSelectionComponent.interfaceIEmfTreeToSingleItemSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> The model interface forTreeToSingleItemSelectionComponent.interfaceIEmfValueSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> The model interface forValueSelectionComponent.interfaceIGridModel<T>The model for grid component.interfaceThe model interface forAbstractSelectionComponent.interfaceITypeLinkModel<T extends AbstractTypeLink,U> The contract for type link models.Classes in com._1c.g5.v8.dt.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassAbstract implementation forIDynamicTreeModel.classThe BmIEmfListSelectionModelimplementation.classTheIEmfTreeSelectionModelimplementation.classTheIEmfTreeSelectionModelimplementation for single item selection.classAEF model for unsettable property field.classThe BmIEmfValueSelectionModelimplementation.classRepresents a version-aware BM object feature value.classThe EmfIEmfListSelectionModelimplementation.classTheIEmfTreeSelectionModelimplementation.classTheIEmfTreeToSingleItemSelectionModelimplementation for single item selection.classEmf model for unsettable property field.classTheIEmfValueSelectionModelimplementation.classRepresents a version-aware EMF object feature value.classTheIDynamicTableModelimplementation for navigator objects.classTheIDynamicTreeModelimplementation for navigator objects.Fields in com._1c.g5.v8.dt.ui.aef.models with type parameters of type IModelMethods in com._1c.g5.v8.dt.ui.aef.models that return IModelModifier and TypeMethodDescriptionabstract IModelGroupModelFactory.create()Create model for editing group of objectsMethods in com._1c.g5.v8.dt.ui.aef.models with parameters of type IModelModifier and TypeMethodDescriptionbooleanAdd value model as part of group modelMethod parameters in com._1c.g5.v8.dt.ui.aef.models with type arguments of type IModelModifier and TypeMethodDescriptionGroupModelFactory.GroupModelFactoryBuilder.setCreateModelFunction(Function<List<IModel>, IModel> createFunction) Set function for create one union model for many sub modelsGroupModelFactory.GroupModelFactoryBuilder.setCreateModelFunction(Function<List<IModel>, IModel> createFunction) Set function for create one union model for many sub models -
Uses of IModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IModelModifier and TypeClassDescriptionclassThe model for AEF 2.0 granular editor page. -
Uses of IModel in com._1c.g5.v8.dt.ui.editor.aef.model
Subinterfaces of IModel in com._1c.g5.v8.dt.ui.editor.aef.modelModifier and TypeInterfaceDescriptioninterfaceTheIManagingModelfor granular editors managing components.Classes in com._1c.g5.v8.dt.ui.editor.aef.model that implement IModelModifier and TypeClassDescriptionclassTheIDtGranularEditorManagingModelabstract implmentation. -
Uses of IModel in com._1c.g5.v8.dt.xdto.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.xdto.ui.aef.modelsModifier and TypeInterfaceDescriptioninterfaceIDynamicTreeModelWithAtribiteAndOwner<T extends org.eclipse.emf.ecore.EObject>The contract for dynamic tree model with attribute and owner object.Classes in com._1c.g5.v8.dt.xdto.ui.aef.models that implement IModelMethods in com._1c.g5.v8.dt.xdto.ui.aef.models that return IModelModifier and TypeMethodDescriptionstatic IModelXdtoUiUtil.createModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) CreatesIModelinstance by the given arguments. -
Uses of IModel in com.e1c.g5.dt.applications.ui.editor.aef.models
Subinterfaces of IModel in com.e1c.g5.dt.applications.ui.editor.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe AEF 2.0 model for radio group component.interfaceThe interface of model for tree component. -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.aef.models
Subinterfaces of IModel in com.e1c.g5.dt.internal.applications.ui.editor.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe AEF 2.0 model for the application editor component.Classes in com.e1c.g5.dt.internal.applications.ui.editor.aef.models that implement IModelModifier and TypeClassDescriptionclassThe AEF 2.0 model for the application editor component. -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef
Methods in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef that return IModelModifier and TypeMethodDescriptionInfobaseApplicationEditorModelFactory.createModel(IDefinition definition, Collection<Object> objects) InfobaseApplicationEditorModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model
Classes in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model that implement IModelModifier and TypeClassDescriptionclassThe abstract AEF 2.0 model for infobase application editor components.classThe AEF 2.0 model for infobase access settings.final classThe AEF 2.0 model for infobase debug port.classThe tree model for publications.classThe AEF 2.0 model for infobase sycnhronization settings. -
Uses of IModel in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models
Subinterfaces of IModel in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.modelsModifier and TypeInterfaceDescriptioninterfaceThe contract of models for suppression settings link feature of top objects.Methods in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModelSuppressModelFactory.createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models
Classes in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models that implement IModelModifier and TypeClassDescriptionclassChange vendor settings dialog model.classChange mode dialog model.classDistributionSupportnavigator tree model for handling distribute settings.classDistributionSupportnavigator tree model for handling support settings.classMerge support rule settings dialog model.classSupport languages dialog model.classSupport rule settings dialog model.Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models that return IModelModifier and TypeMethodDescriptionDistributionSupportModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)