Uses of Interface
org.eclipse.jface.viewers.IStructuredContentProvider
Package
Description
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.
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.
APIs for dialogs in the IDE-specific portion of 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 IStructuredContentProvider in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A specialized content provider to show a list of editor parts. -
Uses of IStructuredContentProvider in org.eclipse.debug.ui
Modifier and TypeClassDescriptionprotected class
Content provider for the environment table -
Uses of IStructuredContentProvider in org.eclipse.jface.databinding.viewers
Modifier 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 IStructuredContentProvider in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
Provides a tree model forPreferenceManager
content. -
Uses of IStructuredContentProvider in org.eclipse.jface.viewers
Modifier and TypeInterfaceDescriptioninterface
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.Modifier 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
.Modifier and TypeMethodDescriptionvoid
ComboBoxViewerCellEditor.setContenProvider
(IStructuredContentProvider provider) Deprecated.void
ComboBoxViewerCellEditor.setContentProvider
(IStructuredContentProvider provider) -
Uses of IStructuredContentProvider in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeClassDescriptionclass
Tree content provider to display a refactoring history. -
Uses of IStructuredContentProvider in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeClassDescriptionclass
Partial implementation of a refactoring-aware synchronization content provider. -
Uses of IStructuredContentProvider in org.eclipse.team.ui.mapping
Modifier and TypeClassDescriptionclass
Abstract team aware content provider that delegates to another content provider. -
Uses of IStructuredContentProvider in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
A content provider for displaying ofIFileEditorMapping
objects in viewers.Modifier and TypeMethodDescriptionprotected IStructuredContentProvider
WizardNewProjectReferencePage.getContentProvider()
Returns a content provider for the reference project viewer.Modifier and TypeMethodDescriptionListSelectionDialog.Builder.contentProvider
(IStructuredContentProvider contentProvider) Sets the content provider.void
ListDialog.setContentProvider
(IStructuredContentProvider sp) ModifierConstructorDescriptionListSelectionDialog
(Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message) Deprecated.since 3.123; useListSelectionDialog.of(Object)
instead:ListSelectionDialog.of(input).contentProvider(contentProvider).labelProvider(labelProvider).message(message).create(parentShell)
YesNoCancelListSelectionDialog
(Shell parentShell, Object input, IStructuredContentProvider contentProvider, ILabelProvider labelProvider, String message) Deprecated.see class comment -
Uses of IStructuredContentProvider in org.eclipse.ui.ide.dialogs
Modifier and TypeMethodDescriptionvoid
ResourceTreeAndListGroup.setListProviders
(IStructuredContentProvider contentProvider, ILabelProvider labelProvider) Set the list viewer's providers to those passedModifierConstructorDescriptionResourceTreeAndListGroup
(Composite parent, Object rootObject, ITreeContentProvider treeContentProvider, ILabelProvider treeLabelProvider, IStructuredContentProvider listContentProvider, ILabelProvider listLabelProvider, int style, boolean useHeightHint) Create an instance of this class. -
Uses of IStructuredContentProvider in org.eclipse.ui.model
Modifier 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 IStructuredContentProvider in org.eclipse.ui.views.properties.tabbed
Modifier and TypeInterfaceDescriptioninterface
A content provider for the tabbed property sheet page's list of tabs.Modifier and TypeFieldDescriptionprotected IStructuredContentProvider
TabbedPropertySheetPage.tabListContentProvider
Modifier and TypeMethodDescriptionprotected IStructuredContentProvider
TabbedPropertySheetPage.getTabListContentProvider()
Gets the tab list content provider for the contributor.
ComboBoxViewerCellEditor.setContentProvider(IStructuredContentProvider)