Interface EMFFormsViewService

    • Method Detail

      • getView

        VView getView​(org.eclipse.emf.ecore.EObject eObject,
                      VViewModelProperties properties)
        This allows to retrieve a VView based on an EObject. This method reads all IViewProviders and searches for the best fitting. If none can be found, then null is returned.
        Parameters:
        eObject - the EObject to find a VView for
        properties - the properties
        Returns:
        a view model for the given EObject or null if no suited provider could be found