|
||||||||||
| 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.emf.databinding.IEMFProperty |
|---|
getStructuralFeature |
| Methods inherited from interface org.eclipse.core.databinding.property.map.IMapProperty |
|---|
getKeyType, getValueType, mapFactory, mapFactory, observe, observe, observeDetail, values |
| Method Detail |
|---|
IEMFEditMapProperty values(FeaturePath featurePath)
values in interface IEMFMapPropertyfeaturePath - the nested value feature to observe
values(IEMFEditValueProperty)IEMFEditMapProperty values(EStructuralFeature feature)
values in interface IEMFMapPropertyfeature - 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)
IEMFMapPropertyvalues 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 IEMFMapPropertyproperty - the detail property to observe
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||