Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.viewers.ITreeContentProvider

Packages that use ITreeContentProvider
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of ITreeContentProvider in org.eclipse.jface.preference
 

Classes in org.eclipse.jface.preference that implement ITreeContentProvider
 class PreferenceContentProvider
          Provides a tree model for PreferenceManager content.
 

Uses of ITreeContentProvider in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return ITreeContentProvider
protected abstract  ITreeContentProvider WizardResourceImportPage.getFileProvider()
          Returns a content provider for FileSystemElements that returns only files as children.
protected abstract  ITreeContentProvider WizardResourceImportPage.getFolderProvider()
          Returns a content provider for FileSystemElements that returns only folders as children.
 

Constructors in org.eclipse.ui.dialogs with parameters of type ITreeContentProvider
ElementTreeSelectionDialog(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider)
          Constructs an instance of ElementTreeSelectionDialog.
CheckedTreeSelectionDialog(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider)
          Constructs an instance of ElementTreeSelectionDialog.
 

Uses of ITreeContentProvider in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement ITreeContentProvider
 class BaseWorkbenchContentProvider
          Tree content provider for objects that can be adapted to the interface IWorkbenchAdapter.
 class WorkbenchContentProvider
          Tree content provider for resource objects that can be adapted to the interface IWorkbenchAdapter.
 

Uses of ITreeContentProvider in org.eclipse.ui.progress
 

Constructors in org.eclipse.ui.progress with parameters of type ITreeContentProvider
DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeViewer viewer, IWorkbenchPartSite site)
          Create a new instance of the receiver using the supplied content provider and viewer.
DeferredTreeContentManager(ITreeContentProvider provider, AbstractTreeViewer viewer)
          Create a new instance of the receiver using the supplied content provider and viewer.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.