Eclipse Platform
2.0

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

Packages that use IContentProvider
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
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. 
 

Uses of IContentProvider in org.eclipse.compare.contentmergeviewer
 

Subinterfaces of IContentProvider in org.eclipse.compare.contentmergeviewer
 interface IMergeViewerContentProvider
          A content provider that mediates between a ContentMergeViewer's model and the viewer itself.
 

Uses of IContentProvider in org.eclipse.jface.viewers
 

Subinterfaces of IContentProvider in org.eclipse.jface.viewers
 interface IStructuredContentProvider
          An interface to content providers for structured viewers.
 interface ITreeContentProvider
          An interface to content providers for tree-structure-oriented viewers.
 

Uses of IContentProvider in org.eclipse.ui.dialogs
 

Classes in org.eclipse.ui.dialogs that implement IContentProvider
 class FileEditorMappingContentProvider
          A content provider for displaying of IFileEditorMapping objects in viewers.
 

Uses of IContentProvider in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IContentProvider
 class WorkbenchContentProvider
          Provides tree contents for objects that have the IWorkbenchAdapter adapter registered.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.