Uses of Interface
com._1c.g5.aef2.models.map.IMap
-
-
Uses of IMap in com._1c.g5.aef2.emf.models
Classes in com._1c.g5.aef2.emf.models that implement IMap Modifier and Type Class Description class
EmfMap<K,V>
Represents a EMF map. -
Uses of IMap in com._1c.g5.aef2.models.map
Subinterfaces of IMap in com._1c.g5.aef2.models.map Modifier and Type Interface Description interface
IEmfMapAttribute<K,V,O extends org.eclipse.emf.ecore.EObject>
TheIMap
that works with attribute.Classes in com._1c.g5.aef2.models.map that implement IMap 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.Methods in com._1c.g5.aef2.models.map that return IMap Modifier and Type Method Description IMap<K,V>
IMap. createWorkingCopy()
IMap<K,V>
MapModel. createWorkingCopy()
protected IMap<K,V>
MapWorkingCopy. getOriginalModel()
Returns the original map model.Methods in com._1c.g5.aef2.models.map with parameters of type IMap Modifier and Type Method Description void
IMapListener. mapChanged(IMap<K,V> map, ChangeOrigin changeOrigin)
Invoked when the map is changed.Constructors in com._1c.g5.aef2.models.map with parameters of type IMap Constructor Description MapWorkingCopy(IMap<K,V> original)
Instantiates a new map working copy. -
Uses of IMap in com._1c.g5.aef2.models.pojo
Classes in com._1c.g5.aef2.models.pojo that implement IMap Modifier and Type Class Description class
PojoMap<K,V>
POJO map model implementation. -
Uses of IMap in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IMap Modifier and Type Class Description class
BmMap<K,V>
Represents a BM object feature map model. -
Uses of IMap in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type IMap Modifier and Type Method Description protected void
AbstractMultilanguageComponent. onDialogClosedByOK(LocalStringDialog dialog, IMap<String,String> workingCopy)
Called when dialog is closed by pressing OK button.protected void
MultilanguageFormattedTextComponent. onDialogClosedByOK(LocalStringDialog dialog, IMap<String,String> workingCopy)
-
Uses of IMap in com._1c.g5.v8.dt.md.ui.aef.models
Subinterfaces of IMap in com._1c.g5.v8.dt.md.ui.aef.models Modifier and Type Interface Description interface
IMultilanguageFormattedTextModel
The contract of the model forMultilanguageFormattedTextComponent
.interface
IMultilanguageModel
The contract of the model forMultilanguageComponent
.Classes in com._1c.g5.v8.dt.md.ui.aef.models that implement IMap Modifier and Type Class Description class
BmMultilanguageFormatModel
The BM model for editing of 'format' multilanguage features.class
BmMultilanguageFormattedTextModel
Bm model forMultilanguageFormattedTextComponent
.class
BmMultilanguageModel
Bm model forMultilanguageComponent
.class
EmfMultilanguageFormattedTextModel
Emf model forMultilanguageFormattedTextComponent
.class
EmfMultilanguageModel
Emf model forMultilanguageComponent
.static class
IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy
The working copy ofIMultilanguageFormattedTextModel
.class
StandardObjectMultilanguageModel
TheIMultilanguageModel
implementation for standard attributes.Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IMap Modifier and Type Method Description IMap<String,String>
StandardObjectMultilanguageModel. createWorkingCopy()
-