public class EMFMapProperty
extends SimpleMapProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
| Constructor and Description |
|---|
EMFMapProperty(EStructuralFeature eStructuralFeature) |
| Modifier and Type | Method and Description |
|---|---|
INativePropertyListener |
adaptListener(ISimplePropertyListener listener) |
protected java.util.Map<?,?> |
doGetMap(java.lang.Object source) |
protected void |
doSetMap(java.lang.Object source,
java.util.Map map,
MapDiff diff) |
protected EStructuralFeature |
getFeature() |
java.lang.Object |
getKeyType() |
java.lang.Object |
getValueType() |
java.lang.String |
toString() |
public EMFMapProperty(EStructuralFeature eStructuralFeature)
eStructuralFeature - protected EStructuralFeature getFeature()
public java.lang.Object getKeyType()
public java.lang.Object getValueType()
protected java.util.Map<?,?> doGetMap(java.lang.Object source)
protected void doSetMap(java.lang.Object source,
java.util.Map map,
MapDiff diff)
public INativePropertyListener adaptListener(ISimplePropertyListener listener)
public java.lang.String toString()