Interface IDtEditorContextProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.util.Pair<org.eclipse.emf.ecore.EObject,​org.eclipse.emf.ecore.EStructuralFeature> getEditingContext​(org.eclipse.emf.ecore.EObject object)
      Gets parent object with granular editor for object
    • Method Detail

      • getEditingContext

        org.eclipse.xtext.util.Pair<org.eclipse.emf.ecore.EObject,​org.eclipse.emf.ecore.EStructuralFeature> getEditingContext​(org.eclipse.emf.ecore.EObject object)
        Gets parent object with granular editor for object
        Parameters:
        object - object for which is searched parent object with granular editor, can't be null
        Returns:
        pair:
        • parent object with granular editor for object
        • actual EStructuralFeature of parent corresponding to object
        , never null