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 classEmfMap<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 interfaceIEmfMapAttribute<K,V,O extends org.eclipse.emf.ecore.EObject>TheIMapthat works with attribute.Classes in com._1c.g5.aef2.models.map that implement IMap Modifier and Type Class Description classMapModel<K,V>Base map model implementation.classMapWorkingCopy<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 voidIMapListener. 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 classPojoMap<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 classBmMap<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 voidAbstractMultilanguageComponent. onDialogClosedByOK(LocalStringDialog dialog, IMap<String,String> workingCopy)Called when dialog is closed by pressing OK button.protected voidMultilanguageFormattedTextComponent. 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 interfaceIMultilanguageFormattedTextModelThe contract of the model forMultilanguageFormattedTextComponent.interfaceIMultilanguageModelThe contract of the model forMultilanguageComponent.Classes in com._1c.g5.v8.dt.md.ui.aef.models that implement IMap Modifier and Type Class Description classBmMultilanguageFormatModelThe BM model for editing of 'format' multilanguage features.classBmMultilanguageFormattedTextModelBm model forMultilanguageFormattedTextComponent.classBmMultilanguageModelBm model forMultilanguageComponent.classEmfMultilanguageFormattedTextModelEmf model forMultilanguageFormattedTextComponent.classEmfMultilanguageModelEmf model forMultilanguageComponent.static classIMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopyThe working copy ofIMultilanguageFormattedTextModel.classStandardObjectMultilanguageModelTheIMultilanguageModelimplementation 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()
-