Eclipse Platform
Release 3.4

Uses of Interface
org.eclipse.ui.navigator.ICommonContentExtensionSite

Packages that use ICommonContentExtensionSite
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.ui.navigator Provides the Common Navigator framework.  
 

Uses of ICommonContentExtensionSite in org.eclipse.team.ui.mapping
 

Methods in org.eclipse.team.ui.mapping that return ICommonContentExtensionSite
 ICommonContentExtensionSite SynchronizationContentProvider.getExtensionSite()
          Return the Common Navigator extension site for this content provider.
 ICommonContentExtensionSite SynchronizationLabelProvider.getExtensionSite()
          Return the Common Navigator extension site for this label provider.
 

Methods in org.eclipse.team.ui.mapping with parameters of type ICommonContentExtensionSite
 void SynchronizationContentProvider.init(ICommonContentExtensionSite site)
           
 void SynchronizationLabelProvider.init(ICommonContentExtensionSite site)
           
 

Uses of ICommonContentExtensionSite in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator with parameters of type ICommonContentExtensionSite
 void ICommonContentProvider.init(ICommonContentExtensionSite aConfig)
          Initialize the content provider with the given configuration.
 void ICommonLabelProvider.init(ICommonContentExtensionSite aConfig)
          Initialize the label provider with the given configuration.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.