Class EMFMapEditProperties


  • public class EMFMapEditProperties
    extends Object
    Fix of the EMFEditProperties for work with map.
    • Constructor Detail

      • EMFMapEditProperties

        public EMFMapEditProperties()
    • Method Detail

      • map

        public static org.eclipse.emf.databinding.edit.IEMFEditMapProperty map​(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
                                                                               org.eclipse.emf.ecore.EStructuralFeature feature)
        Returns a map property for the given EStructuralFeature. Objects lacking the named property are treated the same as if the property always contains an empty map.
        Parameters:
        editingDomain - the editing domain
        feature - the feature the property is created for
        Returns:
        a map property for the given EStructuralFeature