Interface IPositionPropertyOwnerPart
- All Known Implementing Classes:
AbstractImagePart,AbstractLocatableContainerPart,AbstractLocatablePart,AbstractNodePart
public interface IPositionPropertyOwnerPart
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.eclipse.core.databinding.observable.value.IObservableValue<Double> createCoordsObservable(org.eclipse.core.databinding.observable.value.IObservableValue<? extends org.eclipse.emf.ecore.EObject> contentObservable, org.eclipse.emf.ecore.EStructuralFeature coordsFeature) default org.eclipse.emf.ecore.EObjectgetCoordsOwner(org.eclipse.emf.ecore.EObject object) org.eclipse.emf.ecore.EStructuralFeatureorg.eclipse.emf.ecore.EStructuralFeature
-
Method Details
-
getXStructuralFeature
org.eclipse.emf.ecore.EStructuralFeature getXStructuralFeature() -
getYStructuralFeature
org.eclipse.emf.ecore.EStructuralFeature getYStructuralFeature() -
getCoordsOwner
default org.eclipse.emf.ecore.EObject getCoordsOwner(org.eclipse.emf.ecore.EObject object) -
createCoordsObservable
default org.eclipse.core.databinding.observable.value.IObservableValue<Double> createCoordsObservable(org.eclipse.core.databinding.observable.value.IObservableValue<? extends org.eclipse.emf.ecore.EObject> contentObservable, org.eclipse.emf.ecore.EStructuralFeature coordsFeature) -
getPositionInternalContainerDescriptor
-