|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEMFMapProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
AnIMapProperty
extension interface with convenience methods for
creating nested EStructuralFeature
s
Method Summary | |
---|---|
IEMFMapProperty |
values(EStructuralFeature feature)
Returns a master-detail combination of this property and the specified value feature. |
IEMFMapProperty |
values(FeaturePath featurePath)
Returns a master-detail combination of this property and the specified nested value feature. |
IEMFMapProperty |
values(IEMFValueProperty property)
Returns a master-detail combination of this property and the specified value property. |
Methods inherited from interface org.eclipse.emf.databinding.IEMFProperty |
---|
getStructuralFeature |
Methods inherited from interface org.eclipse.core.databinding.property.map.IMapProperty |
---|
getKeyType, getMap, getValueType, mapFactory, mapFactory, observe, observe, observeDetail, setMap, updateMap, values |
Method Detail |
---|
IEMFMapProperty values(FeaturePath featurePath)
featurePath
- the nested value feature to observe
values(IEMFValueProperty)
IEMFMapProperty values(EStructuralFeature feature)
feature
- the value feature to observe
values(IEMFValueProperty)
IEMFMapProperty values(IEMFValueProperty property)
values
observed by this map
property, mapping from this map property's key set
to the specified value property's value for each element in the master
property's values
collection.
property
- the detail property to observe
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |