Uses of Class
com._1c.g5.aef2.models.Model
-
-
Uses of Model in com._1c.g5.aef2.emf.models
Subclasses of Model in com._1c.g5.aef2.emf.models Modifier and Type Class Description classEmfList<T>Represents a EMF list.classEmfMap<K,V>Represents a EMF map.classEmfValue<T>Represents a EMF value. -
Uses of Model in com._1c.g5.aef2.models
Subclasses of Model in com._1c.g5.aef2.models Modifier and Type Class Description classCompoundModelBase class for the compound models.classEditableModelBase class for editable models. -
Uses of Model in com._1c.g5.aef2.models.list
Subclasses of Model in com._1c.g5.aef2.models.list Modifier and Type Class Description classListModel<E>Base list model implementation.classListWorkingCopy<T>List working copy – editable proxy buffer for another list. -
Uses of Model in com._1c.g5.aef2.models.map
Subclasses of Model in com._1c.g5.aef2.models.map Modifier and Type Class Description classMapModel<K,V>Base map model implementation.classMapWorkingCopy<K,V>Map working copy – editable proxy buffer for another map. -
Uses of Model in com._1c.g5.aef2.models.pojo
Subclasses of Model in com._1c.g5.aef2.models.pojo Modifier and Type Class Description classPojoList<T>POJO list model implementation.classPojoMap<K,V>POJO map model implementation.classPojoValue<T>POJO value model implementation. -
Uses of Model in com._1c.g5.aef2.models.value
Subclasses of Model in com._1c.g5.aef2.models.value Modifier and Type Class Description classValue<T>BaseIValueimplementation.classValueWorkingCopy<T>Value working copy – editable proxy buffer for another value. -
Uses of Model in com._1c.g5.aef2.standard.definitions.models
Subclasses of Model in com._1c.g5.aef2.standard.definitions.models Modifier and Type Class Description classAbstractDefinitionModelThe 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.classDefinitionModelThe default implementation of theIDefinitionModel. -
Uses of Model in com._1c.g5.aef2.standard.events
Constructors in com._1c.g5.aef2.standard.events with parameters of type Model Constructor Description ViewModelNotifyEvent(Runnable runnable, Model notifier)Creates a new event. -
Uses of Model in com._1c.g5.aef2.standard.models
Subclasses of Model in com._1c.g5.aef2.standard.models Modifier and Type Class Description classEmptyModelEmpty model for components that doesn't require the model.classViewModelList<T>The special list model implementation forIViewModel.classViewModelValue<T>The special model implementation forIViewModel. -
Uses of Model in com._1c.g5.properties.ui
Subclasses of Model in com._1c.g5.properties.ui Modifier and Type Class Description classPropertyPaletteModelModel for property palette. -
Uses of Model in com._1c.g5.v8.dt.addin.ui.aef
Subclasses of Model in com._1c.g5.v8.dt.addin.ui.aef Modifier and Type Class Description classAddInModelThe bm value model implementation forIAddInModel -
Uses of Model in com._1c.g5.v8.dt.aef2.bm.models
Subclasses of Model in com._1c.g5.v8.dt.aef2.bm.models Modifier and Type Class Description classBmInlineTaskValue<T>A 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.classBmSkipNullValue<T>RepresentsBmValuewhich avoids setting ofnullvalues to the model.classBmValue<T>Represents a BM object feature value. -
Uses of Model in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Subclasses of Model in com._1c.g5.v8.dt.bp.scheme.ui.aef.models Modifier and Type Class Description classAddressingAttributeModelImplementation ofIAddressingAttributeModel.classAddressingAttributesCollectionModelImplementation ofIAddressingAttributesCollectionModel.classBmGraphicalSchemeLineModelGraphical scheme line model.classEventHandlerCollectionModelThe BM aware implementation ofIHandlerCollectionModelfor graphical scheme item event handler collectionclassEventHandlerModelModel for addressing event handler selection component.classGraphicalSchemeCaseValueclassGraphicalSchemeItemValueBmValueimplementation forGraphicalSchemeItemname. -
Uses of Model in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Subclasses of Model in com._1c.g5.v8.dt.dcs.ui.aef.models.chart Modifier and Type Class Description classEmfChartColorPaletteDescriptionModelComponent EMF-model forChartColorPaletteDescription.classEmfChartScaleModelValueImplementation ofIChartScaleModelforChartScaleValueEditor.classEmfIntervalBoundModelValueEMF value implementation ofIIntervalBoundModelValue. -
Uses of Model in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference
Subclasses of Model in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference Modifier and Type Class Description classDcsChartReferenceBandGridModelGrid model forChartReferenceBandclassDcsChartReferenceLineGridModelGrid model forChartReferenceLine. -
Uses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subclasses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models Modifier and Type Class Description classBmTimeScaleLevelsLinkModelThe BM implementation ofITimeScaleLevelsLinkModel.classChartColorPaletteDescriptionDetailedModelDetailed model forChartColorPaletteDescription.classChartScaleDetailedModelDetailed model forChartScale.classEmfChartLineModelThe implementation ofIChartLineModel. -
Uses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea
Subclasses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea Modifier and Type Class Description classEmfLabelAreaModelValueBM model forLabelArea. -
Uses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference with type parameters of type Model Modifier and Type Method Description <T extends Model>
TIndexedChartReference. getModel(org.eclipse.emf.ecore.EStructuralFeature feature, Supplier<T> supplier)Gets model for given feature.Methods in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference that return types with arguments of type Model Modifier and Type Method Description Collection<Model>IndexedChartReference. getModels()Gets all accosiated models. -
Uses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Subclasses of Model in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline Modifier and Type Class Description classTrendlineArrayGridModelModel for trendline array in grid. -
Uses of Model in com._1c.g5.v8.dt.form.ui.properties.models
Subclasses of Model in com._1c.g5.v8.dt.form.ui.properties.models Modifier and Type Class Description classBmAdjustableBooleanModelIAdjustableBooleanModelimplementation.classCommandActionModelTheIHandlerModelimplementation for form command.classEventHandlerCollectionModelThe BM aware implementation ofIHandlerCollectionModelfor form event handler collection.classEventHandlerModelTheIHandlerModelimplementation for event container. -
Uses of Model in com._1c.g5.v8.dt.form.ui.wizard
Subclasses of Model in com._1c.g5.v8.dt.form.ui.wizard Modifier and Type Class Description static classFormWizard.FormModelThe model for form wizard pages. -
Uses of Model in com._1c.g5.v8.dt.md.help.ui.aef.model
Subclasses of Model in com._1c.g5.v8.dt.md.help.ui.aef.model Modifier and Type Class Description classBmOpenMdHelpModelTheIOpenMdHelpModelBM implementation. -
Uses of Model in com._1c.g5.v8.dt.md.ui.aef.models
-
Uses of Model in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Subclasses of Model in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture Modifier and Type Class Description classCommonPictureContentEditModelBaseCommonPicturecontent editor modelclassCommonPictureContentGridModelThe implementation of grid model for Common picture content grid component -
Uses of Model in com._1c.g5.v8.dt.md.ui.aef.models.type
Subclasses of Model in com._1c.g5.v8.dt.md.ui.aef.models.type Modifier and Type Class Description classAbstractTypeDescriptionDialogModelThe abstract model for type description dialog component.classAbstractTypeDescriptionModelThe abstract model for type description component. -
Uses of Model in com._1c.g5.v8.dt.md.ui.aef.models.value
Subclasses of Model in com._1c.g5.v8.dt.md.ui.aef.models.value Modifier and Type Class Description classBmCharacteristicsDescriptionValueModelTheCharacteristicsDescriptionBMIValueModelimplementation.classBmValueModelThe BMIValueModelimplementation.classEmfCharacteristicsDescriptionValueModelTheCharacteristicsDescriptionEmfIValueModelimplementation.classEmfValueModelThe EmfIValueModelimplementation.classUnfilledParentValueModelSpecial value model for "Unfilled parent value" property. -
Uses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Subclasses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute Modifier and Type Class Description classCommonAttributeContentModelThe AEF 2.0 domain model for the common attribute content. -
Uses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Subclasses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration Modifier and Type Class Description classConfigurationStandaloneContentExchangeSettingsDialogModelExchange settings dialog model.classConfigurationStandaloneContentExchangeSettingsDialogModel.ExchangePlanModelCreates exchange plan settings dialog component model.classConfigurationStandaloneContentModelThe AEF 2.0 component for the configuration standalone content. -
Uses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Subclasses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange Modifier and Type Class Description classDataExchangeModelDtGranularEditordata exchande model. -
Uses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Subclasses of Model in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan Modifier and Type Class Description classExchangePlanContentModelThe AEF 2.0 component for the exchange plan content. -
Uses of Model in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Subclasses of Model in com._1c.g5.v8.dt.md.ui.editor.predefineddata Modifier and Type Class Description classPredefinedDataModelPredefined data page tree component model. -
Uses of Model in com._1c.g5.v8.dt.md.ui.extension.aef.models
Subclasses of Model in com._1c.g5.v8.dt.md.ui.extension.aef.models Modifier and Type Class Description classCommonAttributeAutoUsePropertyStateModelCustomPropertyStateModelimplementation forCommonAttributeAutoUsepropertyclassCommonAttributeDataSeparationPropertyStateModelCustomPropertyStateModelimplementation forCommonAttributeDataSeparationpropertyclassExtendedConfigurationObjectPropertyStateModelCustomPropertyStateModelfor edit property state without value change side effectsclassFormPropertyStateModelAEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.classPropertyStateModelAEF model for metadata property state. -
Uses of Model in com._1c.g5.v8.dt.md.ui.properties.models
Subclasses of Model in com._1c.g5.v8.dt.md.ui.properties.models Modifier and Type Class Description classMdPropertyPaletteModelImplementation ofPropertyPaletteModelcontaining EDT specific logic.classSimpleGroupValue<T>The group model. -
Uses of Model in com._1c.g5.v8.dt.md.ui.wizards
Subclasses of Model in com._1c.g5.v8.dt.md.ui.wizards Modifier and Type Class Description static classAbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>Dependent wizard model instance.static classAbstractProjectWizard.WizardModel<M extends MdObject>Dependent wizard model instance. -
Uses of Model in com._1c.g5.v8.dt.md.ui.wizards.aef.models
-
Uses of Model in com._1c.g5.v8.dt.ui.aef.models
Subclasses of Model in com._1c.g5.v8.dt.ui.aef.models Modifier and Type Class Description classAbstractDtDynamicTreeModel<T>Abstract implementation forIDynamicTreeModel.classBmListSelectionModel<T>The BmIEmfListSelectionModelimplementation.classBmTreeToListSelectionModel<T>TheIEmfTreeSelectionModelimplementation.classBmTreeToSingleItemSelectionModel<T>TheIEmfTreeSelectionModelimplementation for single item selection.classBmUnsettablePropertyFieldModel<T>AEF model for unsettable property field.classBmValueSelectionModel<T>The BmIEmfValueSelectionModelimplementation.classBmVersionedValue<T>Represents a version-aware BM object feature value.classEmfListSelectionModel<T>The EmfIEmfListSelectionModelimplementation.classEmfTreeToListSelectionModel<T>TheIEmfTreeSelectionModelimplementation.classEmfTreeToSingleItemSelectionModel<T>TheIEmfTreeToSingleItemSelectionModelimplementation for single item selection.classEmfUnsettablePropertyFieldModel<T>Emf model for unsettable property field.classEmfValueSelectionModel<T>TheIEmfValueSelectionModelimplementation.classEmfVersionedValue<T>Represents a version-aware EMF object feature value.classNavigatorTableModelTheIDynamicTableModelimplementation for navigator objects.classNavigatorTreeModelTheIDynamicTreeModelimplementation for navigator objects. -
Uses of Model in com._1c.g5.v8.dt.ui.editor.aef
Subclasses of Model in com._1c.g5.v8.dt.ui.editor.aef Modifier and Type Class Description classDtGranularEditorPageDefinitionModelThe model for AEF 2.0 granular editor page. -
Uses of Model in com._1c.g5.v8.dt.ui.editor.aef.model
Subclasses of Model in com._1c.g5.v8.dt.ui.editor.aef.model Modifier and Type Class Description classAbstractDtGranularEditorManagingModelTheIDtGranularEditorManagingModelabstract implmentation. -
Uses of Model in com._1c.g5.v8.dt.xdto.ui.aef.models
Subclasses of Model in com._1c.g5.v8.dt.xdto.ui.aef.models Modifier and Type Class Description classPackageDataModelPackage tree component model.
-