Class ExternalDataProcessorNavigatorAdapter

    • Constructor Detail

      • ExternalDataProcessorNavigatorAdapter

        @Inject
        public ExternalDataProcessorNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                                     ISymbolicNameService symbolicNameService,
                                                     IResourceLookup resourceLookup,
                                                     org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                     INavigatorContentProviderStateProvider navigatorContentProviderStateProvider,
                                                     IRootObjectProvider rootObjectProvider)
        Instantiates a new external data processor navigator adapter.
        Parameters:
        configurationProvider - the configuration provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null
        resourceLookup - the resource lookup, cannot be null
        qualifiedNameProvider - special service for getting QualifiedName of the model object, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, cannot be null
        rootObjectProvider - the root object provider, cannot be null