Class MethodNavigatorAdapter

  • 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 MethodNavigatorAdapter
    extends MdModelNavigatorAdapterBase<Method>
    Method navigator adapter.
    • Constructor Detail

      • MethodNavigatorAdapter

        @Inject
        public MethodNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                      ISymbolicNameService symbolicNameService,
                                      IModelParentSupport modelParentSupport)
        Instantiates a new Method navigator adapter.
        Parameters:
        configurationProvider - the configuration provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null
        modelParentSupport - the model parent support, cannot be null