|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.databinding.property.map.MapProperty
org.eclipse.emf.databinding.edit.internal.EMFEditMapPropertyDecorator
public class EMFEditMapPropertyDecorator
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
| Constructor Summary | |
|---|---|
EMFEditMapPropertyDecorator(EditingDomain editingDomain,
org.eclipse.core.databinding.property.map.IMapProperty delegate,
EStructuralFeature eStructuralFeature)
|
|
| Method Summary | |
|---|---|
EditingDomain |
getEditingDomain()
|
java.lang.Object |
getKeyType()
|
EStructuralFeature |
getStructuralFeature()
Returns the descriptor of the EStructuralFeature being observed. |
java.lang.Object |
getValueType()
|
IObservableFactory |
mapFactory()
|
IObservableFactory |
mapFactory(Realm realm)
|
IObservableMap |
observe(java.lang.Object source)
|
IObservableMap |
observe(Realm realm,
java.lang.Object source)
|
IObservableMap |
observeDetail(IObservableValue master)
|
java.lang.String |
toString()
|
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 class org.eclipse.core.databinding.property.map.MapProperty |
|---|
values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.databinding.property.map.IMapProperty |
|---|
values |
| Constructor Detail |
|---|
public EMFEditMapPropertyDecorator(EditingDomain editingDomain,
org.eclipse.core.databinding.property.map.IMapProperty delegate,
EStructuralFeature eStructuralFeature)
editingDomain - delegate - eStructuralFeature - | Method Detail |
|---|
public EStructuralFeature getStructuralFeature()
IEMFPropertyEStructuralFeature being observed.
getStructuralFeature in interface IEMFPropertyEStructuralFeature being observedpublic java.lang.Object getKeyType()
getKeyType in interface org.eclipse.core.databinding.property.map.IMapPropertypublic java.lang.Object getValueType()
getValueType in interface org.eclipse.core.databinding.property.map.IMapPropertypublic IEMFEditMapProperty values(EStructuralFeature feature)
IEMFEditMapProperty
values in interface IEMFEditMapPropertyvalues in interface IEMFMapPropertyfeature - the value feature to observe
IEMFEditMapProperty.values(IEMFEditValueProperty)public IEMFEditMapProperty values(FeaturePath featurePath)
IEMFEditMapProperty
values in interface IEMFEditMapPropertyvalues in interface IEMFMapPropertyfeaturePath - the nested value feature to observe
IEMFEditMapProperty.values(IEMFEditValueProperty)public IEMFEditMapProperty values(IEMFEditValueProperty property)
IEMFEditMapPropertyvalues 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 IEMFEditMapPropertyproperty - the detail property to observe
public IObservableMap observe(java.lang.Object source)
observe in interface org.eclipse.core.databinding.property.map.IMapPropertyobserve in class org.eclipse.core.databinding.property.map.MapProperty
public IObservableMap observe(Realm realm,
java.lang.Object source)
observe in interface org.eclipse.core.databinding.property.map.IMapPropertypublic IObservableFactory mapFactory()
mapFactory in interface org.eclipse.core.databinding.property.map.IMapPropertymapFactory in class org.eclipse.core.databinding.property.map.MapPropertypublic IObservableFactory mapFactory(Realm realm)
mapFactory in interface org.eclipse.core.databinding.property.map.IMapPropertymapFactory in class org.eclipse.core.databinding.property.map.MapPropertypublic IObservableMap observeDetail(IObservableValue master)
observeDetail in interface org.eclipse.core.databinding.property.map.IMapPropertyobserveDetail in class org.eclipse.core.databinding.property.map.MapPropertypublic java.lang.String toString()
toString in class java.lang.Objectpublic EditingDomain getEditingDomain()
getEditingDomain in interface IEMFEditPropertypublic 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 IEMFEditMapPropertyvalues 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 | |||||||||