public class EMFEditFXProperties
extends java.lang.Object
EObjects EStructuralFeature| Constructor and Description |
|---|
EMFEditFXProperties() |
| Modifier and Type | Method and Description |
|---|---|
static <T> javafx.beans.property.Property<T> |
value(@NonNull org.eclipse.emf.edit.domain.EditingDomain editingDomain,
@NonNull org.eclipse.emf.ecore.EObject eObject,
@NonNull org.eclipse.emf.ecore.EStructuralFeature feature)
Returns a
Property for the given EStructuralFeature |
public static <T> javafx.beans.property.Property<T> value(@NonNull org.eclipse.emf.edit.domain.EditingDomain editingDomain,
@NonNull org.eclipse.emf.ecore.EObject eObject,
@NonNull org.eclipse.emf.ecore.EStructuralFeature feature)
Property for the given EStructuralFeatureeditingDomain - the editing domaineObject - the objectfeature - the feature instance the property is created forEStructuralFeature