public class EMFListProperty
extends SimpleListProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Constructor and Description |
---|
EMFListProperty(EStructuralFeature eStructuralFeature) |
Modifier and Type | Method and Description |
---|---|
INativePropertyListener |
adaptListener(ISimplePropertyListener listener) |
protected java.util.List<?> |
doGetList(java.lang.Object source) |
protected void |
doSetList(java.lang.Object source,
java.util.List list,
ListDiff diff) |
java.lang.Object |
getElementType() |
protected EStructuralFeature |
getFeature() |
java.lang.String |
toString() |
public EMFListProperty(EStructuralFeature eStructuralFeature)
eStructuralFeature
- protected EStructuralFeature getFeature()
public java.lang.Object getElementType()
protected java.util.List<?> doGetList(java.lang.Object source)
protected void doSetList(java.lang.Object source, java.util.List list, ListDiff diff)
public INativePropertyListener adaptListener(ISimplePropertyListener listener)
public java.lang.String toString()