|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.property.value.ValueProperty
org.eclipse.core.databinding.property.value.SimpleValueProperty
org.eclipse.emf.databinding.internal.EMFValueProperty
org.eclipse.emfforms.internal.core.services.databinding.index.EMFIndexedValueProperty
public class EMFIndexedValueProperty
This class provides a ValueProperty that supports addressing specific elements of a list by an index.
Constructor Summary | |
---|---|
EMFIndexedValueProperty(org.eclipse.emf.edit.domain.EditingDomain editingDomain,
int index,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Constructor for an Index ValueProperty. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class org.eclipse.emf.databinding.internal.EMFValueProperty |
---|
adaptListener, 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EMFIndexedValueProperty(org.eclipse.emf.edit.domain.EditingDomain editingDomain, int index, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
editingDomain
- The EditingDomain
index
- The indexeStructuralFeature
- the EStructuralFeature
of the indexed featureMethod Detail |
---|
public String toString()
toString
in class org.eclipse.emf.databinding.internal.EMFValueProperty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |