Interface EMFSpecificService

  • All Known Implementing Classes:
    EMFSpecificServiceImpl

    public interface EMFSpecificService
    The EMFSpecificService offers EMF specific functionality. Thereby, it provides the following things:
    • AdapterFactoryItemDelegator
    • ComposedAdapterFactory
      Author:
      Lucas Koehler
      • Method Summary

        All Methods Instance Methods Abstract Methods 
        Modifier and Type Method Description
        org.eclipse.emf.edit.provider.IItemPropertyDescriptor getIItemPropertyDescriptor​(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)  
        org.eclipse.emf.edit.provider.IItemPropertySource getIItemPropertySource​(org.eclipse.emf.ecore.EObject eObject)  
      • Method Detail

        • getIItemPropertyDescriptor

          org.eclipse.emf.edit.provider.IItemPropertyDescriptor getIItemPropertyDescriptor​(org.eclipse.emf.ecore.EObject eObject,
                                                                                           org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
        • getIItemPropertySource

          org.eclipse.emf.edit.provider.IItemPropertySource getIItemPropertySource​(org.eclipse.emf.ecore.EObject eObject)