Eclipse Platform
Release 3.1

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

Packages that use IStructuredContentProvider
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.preference Provides a framework for preferences.  
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, and various label providers for workbench-specific objects like editors, views, and perspectives. 
 

Uses of IStructuredContentProvider in org.eclipse.debug.ui
 

Classes in org.eclipse.debug.ui that implement IStructuredContentProvider
protected  class EnvironmentTab.EnvironmentVariableContentProvider
          Content provider for the environment table
 

Uses of IStructuredContentProvider in org.eclipse.jface.preference
 

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

Uses of IStructuredContentProvider in org.eclipse.jface.viewers
 

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

Classes in org.eclipse.jface.viewers that implement IStructuredContentProvider
 class ArrayContentProvider
          This implementation of IStructuredContentProvider handles the case where the viewer input is an unchanging array or collection of elements.
 

Uses of IStructuredContentProvider in org.eclipse.ui.dialogs
 

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

Methods in org.eclipse.ui.dialogs that return IStructuredContentProvider
protected  IStructuredContentProvider WizardNewProjectReferencePage.getContentProvider()
          Returns a content provider for the reference project viewer.
 

Methods in org.eclipse.ui.dialogs with parameters of type IStructuredContentProvider
 void ListDialog.setContentProvider(IStructuredContentProvider sp)
           
 

Constructors in org.eclipse.ui.dialogs with parameters of type IStructuredContentProvider
YesNoCancelListSelectionDialog(Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message)
          Deprecated. see class comment
ListSelectionDialog(Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message)
          Creates a list selection dialog.
 

Uses of IStructuredContentProvider in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IStructuredContentProvider
 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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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