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 class
EmfList<T>
Represents a EMF list.class
EmfMap<K,V>
Represents a EMF map.class
EmfValue<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 class
CompoundModel
Base class for the compound models.class
EditableModel
Base 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 class
ListModel<E>
Base list model implementation.class
ListWorkingCopy<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 class
MapModel<K,V>
Base map model implementation.class
MapWorkingCopy<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 class
PojoList<T>
POJO list model implementation.class
PojoMap<K,V>
POJO map model implementation.class
PojoValue<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 class
Value<T>
BaseIValue
implementation.class
ValueWorkingCopy<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 class
AbstractDefinitionModel
The 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.class
DefinitionModel
The 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 class
EmptyModel
Empty model for components that doesn't require the model.class
ViewModelList<T>
The special list model implementation forIViewModel
.class
ViewModelValue<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 class
PropertyPaletteModel
Model 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 class
AddInModel
The 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 class
BmInlineTaskValue<T>
A BM value with a supplier of customIBmTask
.class
BmList<T>
Represents a BM object feature list model.class
BmMap<K,V>
Represents a BM object feature map model.class
BmSkipNullValue<T>
RepresentsBmValue
which avoids setting ofnull
values to the model.class
BmValue<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 class
AddressingAttributeModel
Implementation ofIAddressingAttributeModel
.class
AddressingAttributesCollectionModel
Implementation ofIAddressingAttributesCollectionModel
.class
BmGraphicalSchemeLineModel
Graphical scheme line model.class
EventHandlerCollectionModel
The BM aware implementation ofIHandlerCollectionModel
for graphical scheme item event handler collectionclass
EventHandlerModel
Model for addressing event handler selection component.class
GraphicalSchemeCaseValue
class
GraphicalSchemeItemValue
BmValue
implementation forGraphicalSchemeItem
name. -
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 class
EmfChartColorPaletteDescriptionModel
Component EMF-model forChartColorPaletteDescription
.class
EmfChartScaleModelValue
Implementation ofIChartScaleModel
forChartScaleValueEditor
.class
EmfIntervalBoundModelValue
EMF 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 class
DcsChartReferenceBandGridModel
Grid model forChartReferenceBand
class
DcsChartReferenceLineGridModel
Grid 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 class
BmTimeScaleLevelsLinkModel
The BM implementation ofITimeScaleLevelsLinkModel
.class
ChartColorPaletteDescriptionDetailedModel
Detailed model forChartColorPaletteDescription
.class
ChartScaleDetailedModel
Detailed model forChartScale
.class
EmfChartLineModel
The 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 class
EmfLabelAreaModelValue
BM 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 class
TrendlineArrayGridModel
Model 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 class
BmAdjustableBooleanModel
IAdjustableBooleanModel
implementation.class
CommandActionModel
TheIHandlerModel
implementation for form command.class
EventHandlerCollectionModel
The BM aware implementation ofIHandlerCollectionModel
for form event handler collection.class
EventHandlerModel
TheIHandlerModel
implementation 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 class
FormWizard.FormModel
The 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 class
BmOpenMdHelpModel
TheIOpenMdHelpModel
BM 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 class
CommonPictureContentEditModel
BaseCommonPicture
content editor modelclass
CommonPictureContentGridModel
The 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 class
AbstractTypeDescriptionDialogModel
The abstract model for type description dialog component.class
AbstractTypeDescriptionModel
The 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 class
BmCharacteristicsDescriptionValueModel
TheCharacteristicsDescription
BMIValueModel
implementation.class
BmValueModel
The BMIValueModel
implementation.class
EmfCharacteristicsDescriptionValueModel
TheCharacteristicsDescription
EmfIValueModel
implementation.class
EmfValueModel
The EmfIValueModel
implementation.class
UnfilledParentValueModel
Special 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 class
CommonAttributeContentModel
The 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 class
ConfigurationStandaloneContentExchangeSettingsDialogModel
Exchange settings dialog model.class
ConfigurationStandaloneContentExchangeSettingsDialogModel.ExchangePlanModel
Creates exchange plan settings dialog component model.class
ConfigurationStandaloneContentModel
The 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 class
DataExchangeModel
DtGranularEditor
data 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 class
ExchangePlanContentModel
The 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 class
PredefinedDataModel
Predefined 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 class
CommonAttributeAutoUsePropertyStateModel
CustomPropertyStateModel
implementation forCommonAttributeAutoUse
propertyclass
CommonAttributeDataSeparationPropertyStateModel
CustomPropertyStateModel
implementation forCommonAttributeDataSeparation
propertyclass
ExtendedConfigurationObjectPropertyStateModel
CustomPropertyStateModel
for edit property state without value change side effectsclass
FormPropertyStateModel
AEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.class
PropertyStateModel
AEF 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 class
MdPropertyPaletteModel
Implementation ofPropertyPaletteModel
containing EDT specific logic.class
SimpleGroupValue<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 class
AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>
Dependent wizard model instance.static class
AbstractProjectWizard.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 class
AbstractDtDynamicTreeModel<T>
Abstract implementation forIDynamicTreeModel
.class
BmListSelectionModel<T>
The BmIEmfListSelectionModel
implementation.class
BmTreeToListSelectionModel<T>
TheIEmfTreeSelectionModel
implementation.class
BmTreeToSingleItemSelectionModel<T>
TheIEmfTreeSelectionModel
implementation for single item selection.class
BmUnsettablePropertyFieldModel<T>
AEF model for unsettable property field.class
BmValueSelectionModel<T>
The BmIEmfValueSelectionModel
implementation.class
BmVersionedValue<T>
Represents a version-aware BM object feature value.class
EmfListSelectionModel<T>
The EmfIEmfListSelectionModel
implementation.class
EmfTreeToListSelectionModel<T>
TheIEmfTreeSelectionModel
implementation.class
EmfTreeToSingleItemSelectionModel<T>
TheIEmfTreeToSingleItemSelectionModel
implementation for single item selection.class
EmfUnsettablePropertyFieldModel<T>
Emf model for unsettable property field.class
EmfValueSelectionModel<T>
TheIEmfValueSelectionModel
implementation.class
EmfVersionedValue<T>
Represents a version-aware EMF object feature value.class
NavigatorTableModel
TheIDynamicTableModel
implementation for navigator objects.class
NavigatorTreeModel
TheIDynamicTreeModel
implementation 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 class
DtGranularEditorPageDefinitionModel
The 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 class
AbstractDtGranularEditorManagingModel
TheIDtGranularEditorManagingModel
abstract 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 class
PackageDataModel
Package tree component model.
-