org.eclipse.emf.databinding.edit.internal
Class EMFEditListValueProperty

java.lang.Object
  extended by org.eclipse.core.databinding.property.value.ValueProperty
      extended by org.eclipse.core.databinding.property.value.SimpleValueProperty
          extended by org.eclipse.emf.databinding.internal.EMFListValueProperty
              extended by org.eclipse.emf.databinding.edit.internal.EMFEditListValueProperty
All Implemented Interfaces:
IProperty, IValueProperty

public class EMFEditListValueProperty
extends EMFListValueProperty


Constructor Summary
EMFEditListValueProperty(EditingDomain editingDomain, IListProperty delegate, EStructuralFeature eStructuralFeature, IEMFListProperty.ListElementAccess<?> elementAccess)
           
 
Method Summary
protected  void doSetListValue(EObject source, java.util.List<java.lang.Object> targetList, IEMFListProperty.ListElementAccess.WriteData data, java.lang.Object value)
           
 
Methods inherited from class org.eclipse.emf.databinding.internal.EMFListValueProperty
adaptListener, doGetValue, doSetValue, getValueType
 
Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty
observe, observeDetail, observeDetail, observeDetail
 
Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty
getValue, list, map, observe, observeDetail, set, setValue, value, valueFactory, valueFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMFEditListValueProperty

public EMFEditListValueProperty(EditingDomain editingDomain,
                                IListProperty delegate,
                                EStructuralFeature eStructuralFeature,
                                IEMFListProperty.ListElementAccess<?> elementAccess)
Method Detail

doSetListValue

protected void doSetListValue(EObject source,
                              java.util.List<java.lang.Object> targetList,
                              IEMFListProperty.ListElementAccess.WriteData data,
                              java.lang.Object value)
Overrides:
doSetListValue in class EMFListValueProperty

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.