|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEMFEditMapProperty
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
AnIMapProperty
extension interface with convenience methods for
creating nested EStructuralFeature
properties.
Method Summary | |
---|---|
IEMFEditMapProperty |
values(EStructuralFeature feature)
Returns a master-detail combination of this property and the specified value feature. |
IEMFEditMapProperty |
values(FeaturePath featurePath)
Returns a master-detail combination of this property and the specified nested value feature. |
IEMFEditMapProperty |
values(IEMFEditValueProperty property)
Returns a master-detail combination of this property and the specified value property. |
IEMFEditMapProperty |
values(IEMFValueProperty property)
Returns a master-detail combination of this property and the specified value property. |
Methods inherited from interface org.eclipse.emf.databinding.edit.IEMFEditProperty |
---|
getEditingDomain |
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 |
---|
IEMFEditMapProperty values(FeaturePath featurePath)
values
in interface IEMFMapProperty
featurePath
- the nested value feature to observe
values(IEMFEditValueProperty)
IEMFEditMapProperty values(EStructuralFeature feature)
values
in interface IEMFMapProperty
feature
- the value feature to observe
values(IEMFEditValueProperty)
IEMFEditMapProperty values(IEMFEditValueProperty 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
IEMFEditMapProperty values(IEMFValueProperty property)
IEMFMapProperty
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.
values
in interface IEMFMapProperty
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 |