Uses of Interface
org.eclipse.jface.viewers.IContentProvider
Packages that use IContentProvider
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes that can be used to observe the JFace Viewer framework.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a framework for viewers that handle deferred contents.
Application programming interface to display and preview refactoring history information.
Application programming interface to provide model integration for refactoring histories.
Application programming interfaces for working with resource mappings.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
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.
Provides the Common Navigator framework.
Provides the Tabbed Properties framework.
-
Uses of IContentProvider in org.eclipse.compare.contentmergeviewer
Subinterfaces of IContentProvider in org.eclipse.compare.contentmergeviewerModifier and TypeInterfaceDescriptioninterface
A content provider that mediates between aContentMergeViewer
's model and the viewer itself.Methods in org.eclipse.compare.contentmergeviewer with parameters of type IContentProviderModifier and TypeMethodDescriptionvoid
ContentMergeViewer.setContentProvider
(IContentProvider contentProvider) TheContentMergeViewer
implementation of thisContentViewer
method checks to ensure that the content provider is anIMergeViewerContentProvider
. -
Uses of IContentProvider in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IContentProviderModifier and TypeClassDescriptionclass
A specialized content provider to show a list of editor parts.class
Adapts anyContentMergeViewer
to work on anICompareInput
e.g. aDiffNode
.class
This class just swaps the left and right input for display. -
Uses of IContentProvider in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IContentProviderModifier and TypeClassDescriptionprotected class
Content provider for the environment table -
Uses of IContentProvider in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IContentProviderModifier and TypeClassDescriptionclass
Acontent provider
forAbstractTableViewer
orAbstractListViewer
that provides elements of anIObservableList
when set as the viewer's input.class
AnITreeContentProvider
for use with anAbstractTreeViewer
, which uses the providedlist factory
to obtain the elements of a tree.class
Acontent provider
forAbstractTableViewer
orAbstractListViewer
that provides elements of anIObservableSet
when set as the viewer's input.class
AnITreeContentProvider
for use with anAbstractTreeViewer
, which uses the providedset factory
to obtain the elements of a tree. -
Uses of IContentProvider in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IContentProviderModifier and TypeClassDescriptionclass
Provides a tree model forPreferenceManager
content. -
Uses of IContentProvider in org.eclipse.jface.viewers
Subinterfaces of IContentProvider in org.eclipse.jface.viewersModifier and TypeInterfaceDescriptioninterface
Adds efficient element indexing support to ILazyContentProvider.interface
The ILazyContentProvider is the content provider for table viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.interface
The ILazyTreeContentProvider is the content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.interface
The ILazyTreePathContentProvider is a tree path-based content provider for tree viewers created using the SWT.VIRTUAL flag that only wish to return their contents as they are queried.interface
An interface to content providers for structured viewers.interface
An interface to content providers for tree-structure-oriented viewers.interface
An interface to content providers for tree-structure-oriented viewers that provides content based on the path of elements in the tree viewer.Classes in org.eclipse.jface.viewers that implement IContentProviderModifier and TypeClassDescriptionclass
This implementation ofIStructuredContentProvider
handles the case where the viewer input is an unchanging array or collection of elements.class
A content provider that expects every element to be aTreeNode
.Methods in org.eclipse.jface.viewers that return IContentProviderModifier and TypeMethodDescriptionContentViewer.getContentProvider()
Returns the content provider used by this viewer, ornull
if this view does not yet have a content provider.Methods in org.eclipse.jface.viewers with parameters of type IContentProviderModifier and TypeMethodDescriptionprotected void
AbstractTableViewer.assertContentProviderType
(IContentProvider provider) protected void
AbstractTreeViewer.assertContentProviderType
(IContentProvider provider) protected void
StructuredViewer.assertContentProviderType
(IContentProvider provider) Assert that the content provider is of one of the supported types.protected void
TreeViewer.assertContentProviderType
(IContentProvider provider) void
AbstractTableViewer.setContentProvider
(IContentProvider provider) Sets the content provider used by thisAbstractTableViewer
.void
AbstractTreeViewer.setContentProvider
(IContentProvider provider) Sets the content provider used by thisAbstractTreeViewer
.void
ContentViewer.setContentProvider
(IContentProvider contentProvider) Sets the content provider used by this viewer.void
StructuredViewer.setContentProvider
(IContentProvider provider) Sets the content provider used by this viewer.void
TreeViewer.setContentProvider
(IContentProvider provider) Sets the content provider used by thisTreeViewer
. -
Uses of IContentProvider in org.eclipse.jface.viewers.deferred
Classes in org.eclipse.jface.viewers.deferred that implement IContentProviderModifier and TypeClassDescriptionclass
Content provider that performs sorting and filtering in a background thread. -
Uses of IContentProvider in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IContentProviderModifier and TypeClassDescriptionclass
Tree content provider to display a refactoring history. -
Uses of IContentProvider in org.eclipse.ltk.ui.refactoring.model
Classes in org.eclipse.ltk.ui.refactoring.model that implement IContentProviderModifier and TypeClassDescriptionclass
Partial implementation of a refactoring-aware synchronization content provider. -
Uses of IContentProvider in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IContentProviderModifier and TypeClassDescriptionclass
Abstract team aware content provider that delegates to another content provider. -
Uses of IContentProvider in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IContentProviderModifier and TypeClassDescriptionclass
A content provider for displaying ofIFileEditorMapping
objects in viewers. -
Uses of IContentProvider in org.eclipse.ui.model
Classes in org.eclipse.ui.model that implement IContentProviderModifier and TypeClassDescriptionclass
Tree content provider for objects that can be adapted to the interfaceIWorkbenchAdapter
.class
Tree content provider for resource objects that can be adapted to the interfaceIWorkbenchAdapter
. -
Uses of IContentProvider in org.eclipse.ui.views.properties.tabbed
Subinterfaces of IContentProvider in org.eclipse.ui.views.properties.tabbedModifier and TypeInterfaceDescriptioninterface
A content provider for the tabbed property sheet page's list of tabs.