public class EditingDomainEObjectObservableMap extends EObjectObservableMap
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
| Modifier and Type | Field and Description |
|---|---|
protected EditingDomain |
domain
The editing domain
|
eStructuralFeature| Constructor and Description |
|---|
EditingDomainEObjectObservableMap(EditingDomain domain,
IObservableSet objects,
EStructuralFeature eStructuralFeature)
Create a new observable for the set of features
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
doPut(java.lang.Object key,
java.lang.Object value) |
doGet, hookListener, unhookListenerprotected EditingDomain domain
public EditingDomainEObjectObservableMap(EditingDomain domain, IObservableSet objects, EStructuralFeature eStructuralFeature)
domain - the editing domainobjects - the objects to observeeStructuralFeature - the featureprotected java.lang.Object doPut(java.lang.Object key,
java.lang.Object value)
doPut in class EObjectObservableMap