Interface IPositionPropertyOwnerPart

All Known Implementing Classes:
AbstractImagePart, AbstractLocatableContainerPart, AbstractLocatablePart, AbstractNodePart

public interface IPositionPropertyOwnerPart
  • 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

      default PositionInternalContainerDescriptor getPositionInternalContainerDescriptor()