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 class
AbstractSynchronizationContentProvider
Partial 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 class
SynchronizationContentProvider
Abstract 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 interface
IPipelinedTreeContentProvider
To correctly implement pipelining you should implementIPipelinedTreeContentProvider2
which provides the additionalITreeContentProvider.hasChildren(Object)
method.interface
IPipelinedTreeContentProvider2
A pipelined content provider allows an extension to reshape the contributions of an upstream content extension.
-