Class DataProcessorAttributeNavigatorAdapter

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.model.IWorkbenchAdapter, org.eclipse.ui.model.IWorkbenchAdapter2, org.eclipse.ui.model.IWorkbenchAdapter3

    public class DataProcessorAttributeNavigatorAdapter
    extends MdModelNavigatorAdapterBase<DataProcessorAttribute>
    Data processor attribute navigator adapter.
    • Constructor Detail

      • DataProcessorAttributeNavigatorAdapter

        @Inject
        public DataProcessorAttributeNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                                      ISymbolicNameService symbolicNameService,
                                                      IResourceLookup resourceLookup,
                                                      org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                      IModelParentSupport modelParentSupport,
                                                      INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Instantiates a new data processor attribute 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 - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        modelParentSupport - the model parent support, cannot be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null