Uses of Interface
org.eclipse.jface.viewers.ITreeContentProvider
Package
Description
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.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ITreeContentProvider in org.eclipse.jface.databinding.viewers
Modifier and TypeClassDescriptionclass
AnITreeContentProvider
for use with anAbstractTreeViewer
, which uses the providedlist factory
to obtain the elements of a tree.class
AnITreeContentProvider
for use with anAbstractTreeViewer
, which uses the providedset factory
to obtain the elements of a tree. -
Uses of ITreeContentProvider in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
Provides a tree model forPreferenceManager
content. -
Uses of ITreeContentProvider in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
A content provider that expects every element to be aTreeNode
. -
Uses of ITreeContentProvider in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeClassDescriptionclass
Tree content provider to display a refactoring history. -
Uses of ITreeContentProvider in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeClassDescriptionclass
Partial implementation of a refactoring-aware synchronization content provider. -
Uses of ITreeContentProvider in org.eclipse.team.ui.mapping
Modifier and TypeClassDescriptionclass
Abstract team aware content provider that delegates to another content provider.Modifier and TypeMethodDescriptionprotected abstract ITreeContentProvider
SynchronizationContentProvider.getDelegateContentProvider()
Return the model content provider that the team aware content provider delegates to. -
Uses of ITreeContentProvider in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionprotected abstract ITreeContentProvider
WizardResourceImportPage.getFileProvider()
Returns a content provider forFileSystemElement
s that returns only files as children.protected abstract ITreeContentProvider
WizardResourceImportPage.getFolderProvider()
Returns a content provider forFileSystemElement
s that returns only folders as children.ModifierConstructorDescriptionCheckedTreeSelectionDialog
(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider) Constructs an instance ofElementTreeSelectionDialog
.CheckedTreeSelectionDialog
(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider, boolean allowEmptyTree) Constructs an instance ofElementTreeSelectionDialog
.CheckedTreeSelectionDialog
(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider, int style) Constructs an instance ofElementTreeSelectionDialog
.CheckedTreeSelectionDialog
(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider, int style, boolean allowEmptyTree) Constructs an instance ofElementTreeSelectionDialog
.ElementTreeSelectionDialog
(Shell parent, IBaseLabelProvider labelProvider, ITreeContentProvider contentProvider) Constructs an instance ofElementTreeSelectionDialog
.ElementTreeSelectionDialog
(Shell parent, ILabelProvider labelProvider, ITreeContentProvider contentProvider) Constructs an instance ofElementTreeSelectionDialog
. -
Uses of ITreeContentProvider in org.eclipse.ui.ide.dialogs
Modifier and TypeMethodDescriptionvoid
ResourceTreeAndListGroup.setTreeProviders
(ITreeContentProvider contentProvider, ILabelProvider labelProvider) Set the tree 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 ITreeContentProvider 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 ITreeContentProvider in org.eclipse.ui.progress
ModifierConstructorDescriptionDeferredTreeContentManager
(ITreeContentProvider provider, AbstractTreeViewer viewer) Deprecated.in 3.4. provider is not used by this classDeferredTreeContentManager
(ITreeContentProvider provider, AbstractTreeViewer viewer, IWorkbenchPartSite site) Deprecated.in 3.4. provider is not used by this class