Uses of Interface
org.eclipse.ui.navigator.ICommonContentProvider
-
Packages that use ICommonContentProvider Package Description org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.navigator Provides the Common Navigator framework. -
-
Uses of ICommonContentProvider in org.eclipse.ltk.ui.refactoring.model
Classes in org.eclipse.ltk.ui.refactoring.model that implement ICommonContentProvider Modifier and Type Class Description classAbstractSynchronizationContentProviderPartial implementation of a refactoring-aware synchronization content provider. -
Uses of ICommonContentProvider in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement ICommonContentProvider Modifier and Type Class Description classSynchronizationContentProviderAbstract team aware content provider that delegates to another content provider. -
Uses of ICommonContentProvider in org.eclipse.ui.navigator
Subinterfaces of ICommonContentProvider in org.eclipse.ui.navigator Modifier and Type Interface Description interfaceIPipelinedTreeContentProviderTo correctly implement pipelining you should implementIPipelinedTreeContentProvider2which provides the additionalITreeContentProvider.hasChildren(Object)method.interfaceIPipelinedTreeContentProvider2A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.
-