|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Classes in org.eclipse.jface.viewers that implement IStructuredContentProvider | |
class |
ArrayContentProvider
This implementation of IStructuredContentProvider handles
the case where the 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 | |
ListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Creates a list selection dialog. |
|
YesNoCancelListSelectionDialog(Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated. see class comment |
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.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |