Class StandardAttributeNavigatorAdapter

  • 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 StandardAttributeNavigatorAdapter
    extends ModelNavigatorAdapterBase<Field>
    Standard attribute navigator adapter, Field adapter in fact.
    • Constructor Detail

      • StandardAttributeNavigatorAdapter

        public StandardAttributeNavigatorAdapter​(IV8ProjectManager projectManager,
                                                 ISymbolicNameService symbolicNameService,
                                                 IModelParentSupport modelParentSupport,
                                                 IResourceLookup resourceLookup)
        Instantiates a new standard attribute navigator adapter.
        Parameters:
        projectManager - the v8 project manager provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null
        modelParentSupport - the model parent support, cannot be null
        resourceLookup - the resource lookup, cannot be null