Uses of Interface
org.eclipse.jface.viewers.IStructuredContentProvider
-
Packages that use IStructuredContentProvider Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.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.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of 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.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of IStructuredContentProvider in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IStructuredContentProvider Modifier and Type Class Description protected classEnvironmentTab.EnvironmentVariableContentProviderContent provider for the environment table -
Uses of IStructuredContentProvider in org.eclipse.jface.databinding.viewers
Classes in org.eclipse.jface.databinding.viewers that implement IStructuredContentProvider Modifier and Type Class Description classObservableListContentProvider<E>Acontent providerforAbstractTableViewerorAbstractListViewerthat provides elements of anIObservableListwhen set as the viewer's input.classObservableListTreeContentProvider<E>AnITreeContentProviderfor use with anAbstractTreeViewer, which uses the providedlist factoryto obtain the elements of a tree.classObservableSetContentProvider<E>Acontent providerforAbstractTableViewerorAbstractListViewerthat provides elements of anIObservableSetwhen set as the viewer's input.classObservableSetTreeContentProvider<E>AnITreeContentProviderfor use with anAbstractTreeViewer, which uses the providedset factoryto obtain the elements of a tree. -
Uses of IStructuredContentProvider in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IStructuredContentProvider Modifier and Type Class Description classPreferenceContentProviderProvides a tree model forPreferenceManagercontent. -
Uses of IStructuredContentProvider in org.eclipse.jface.viewers
Subinterfaces of IStructuredContentProvider in org.eclipse.jface.viewers Modifier and Type Interface Description interfaceITreeContentProviderAn interface to content providers for tree-structure-oriented viewers.interfaceITreePathContentProviderAn 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 IStructuredContentProvider Modifier and Type Class Description classArrayContentProviderThis implementation ofIStructuredContentProviderhandles the case where the viewer input is an unchanging array or collection of elements.classTreeNodeContentProviderA content provider that expects every element to be aTreeNode.Methods in org.eclipse.jface.viewers with parameters of type IStructuredContentProvider Modifier and Type Method Description voidComboBoxViewerCellEditor. setContenProvider(IStructuredContentProvider provider)Deprecated.As of 3.7, replaced byComboBoxViewerCellEditor.setContentProvider(IStructuredContentProvider)voidComboBoxViewerCellEditor. setContentProvider(IStructuredContentProvider provider) -
Uses of IStructuredContentProvider in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IStructuredContentProvider Modifier and Type Class Description classRefactoringHistoryContentProviderTree content provider to display a refactoring history. -
Uses of IStructuredContentProvider in org.eclipse.ltk.ui.refactoring.model
Classes in org.eclipse.ltk.ui.refactoring.model that implement IStructuredContentProvider Modifier and Type Class Description classAbstractSynchronizationContentProviderPartial implementation of a refactoring-aware synchronization content provider. -
Uses of IStructuredContentProvider in org.eclipse.team.ui.mapping
Classes in org.eclipse.team.ui.mapping that implement IStructuredContentProvider Modifier and Type Class Description classSynchronizationContentProviderAbstract team aware content provider that delegates to another content provider. -
Uses of IStructuredContentProvider in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IStructuredContentProvider Modifier and Type Class Description classFileEditorMappingContentProviderA content provider for displaying ofIFileEditorMappingobjects in viewers.Methods in org.eclipse.ui.dialogs that return IStructuredContentProvider Modifier and Type Method Description protected IStructuredContentProviderWizardNewProjectReferencePage. getContentProvider()Returns a content provider for the reference project viewer.Methods in org.eclipse.ui.dialogs with parameters of type IStructuredContentProvider Modifier and Type Method Description ListSelectionDialog.BuilderListSelectionDialog.Builder. contentProvider(IStructuredContentProvider contentProvider)Sets the content provider.voidListDialog. setContentProvider(IStructuredContentProvider sp)Constructors in org.eclipse.ui.dialogs with parameters of type IStructuredContentProvider Constructor Description ListSelectionDialog(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
Methods in org.eclipse.ui.ide.dialogs with parameters of type IStructuredContentProvider Modifier and Type Method Description voidResourceTreeAndListGroup. setListProviders(IStructuredContentProvider contentProvider, ILabelProvider labelProvider)Set the list viewer's providers to those passedConstructors in org.eclipse.ui.ide.dialogs with parameters of type IStructuredContentProvider Constructor Description ResourceTreeAndListGroup(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
Classes in org.eclipse.ui.model that implement IStructuredContentProvider Modifier and Type Class Description classBaseWorkbenchContentProviderTree content provider for objects that can be adapted to the interfaceIWorkbenchAdapter.classWorkbenchContentProviderTree content provider for resource objects that can be adapted to the interfaceIWorkbenchAdapter. -
Uses of IStructuredContentProvider in org.eclipse.ui.navigator
Subinterfaces of IStructuredContentProvider in org.eclipse.ui.navigator Modifier and Type Interface Description interfaceICommonContentProviderAllows extensions to vary their behavior based on properties in the extension model and the given memento.interfaceIPipelinedTreeContentProviderTo correctly implement pipelining you should implementIPipelinedTreeContentProvider2which provides the additionalITreeContentProvider.hasChildren(Object)method.interfaceIPipelinedTreeContentProvider2A pipelined content provider allows an extension to reshape the contributions of an upstream content extension. -
Uses of IStructuredContentProvider in org.eclipse.ui.views.properties.tabbed
Subinterfaces of IStructuredContentProvider in org.eclipse.ui.views.properties.tabbed Modifier and Type Interface Description interfaceIOverridableTabListContentProviderA content provider for the tabbed property sheet page's list of tabs.Fields in org.eclipse.ui.views.properties.tabbed declared as IStructuredContentProvider Modifier and Type Field Description protected IStructuredContentProviderTabbedPropertySheetPage. tabListContentProviderMethods in org.eclipse.ui.views.properties.tabbed that return IStructuredContentProvider Modifier and Type Method Description protected IStructuredContentProviderTabbedPropertySheetPage. getTabListContentProvider()Gets the tab list content provider for the contributor.
-