Eclipse Platform
2.0

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

Packages that use IStructuredContentProvider
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 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.
 

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.
 

Uses of IStructuredContentProvider in org.eclipse.ui.model
 

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