|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeViewer | |
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
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.search.ui.text | Provides the interface for a default search result page for textual searches. |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.views.contentoutline | Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
Uses of TreeViewer in org.eclipse.compare.structuremergeviewer |
Subclasses of TreeViewer in org.eclipse.compare.structuremergeviewer | |
class |
DiffTreeViewer
A tree viewer that works on objects implementing the IDiffContainer and IDiffElement interfaces.
|
class |
StructureDiffViewer
A diff tree viewer that can be configured with a IStructureCreator
to retrieve a hierarchical structure from the input object (an ICompareInput )
and perform a two-way or three-way compare on it.
|
Uses of TreeViewer in org.eclipse.jface.preference |
Methods in org.eclipse.jface.preference that return TreeViewer | |
protected TreeViewer |
PreferenceDialog.createTreeViewer(Composite parent)
Create a new TreeViewer . |
protected TreeViewer |
PreferenceDialog.getTreeViewer()
|
Uses of TreeViewer in org.eclipse.jface.viewers |
Subclasses of TreeViewer in org.eclipse.jface.viewers | |
class |
CheckboxTreeViewer
A concrete tree-structured viewer based on an SWT Tree
control with checkboxes on each node.
|
Uses of TreeViewer in org.eclipse.search.ui.text |
Methods in org.eclipse.search.ui.text that return TreeViewer | |
protected TreeViewer |
AbstractTextSearchViewPage.createTreeViewer(Composite parent)
Creates the tree viewer to be shown on this page. |
Methods in org.eclipse.search.ui.text with parameters of type TreeViewer | |
protected abstract void |
AbstractTextSearchViewPage.configureTreeViewer(TreeViewer viewer)
Configures the given viewer. |
Uses of TreeViewer in org.eclipse.ui.dialogs |
Methods in org.eclipse.ui.dialogs that return TreeViewer | |
protected TreeViewer |
ElementTreeSelectionDialog.createTreeViewer(Composite parent)
Creates the tree viewer. |
protected TreeViewer |
ElementTreeSelectionDialog.getTreeViewer()
Returns the tree viewer. |
Uses of TreeViewer in org.eclipse.ui.part |
Methods in org.eclipse.ui.part with parameters of type TreeViewer | |
void |
DrillDownComposite.setChildTree(TreeViewer aViewer)
Sets the child viewer. |
void |
DrillDownComposite.setChildTree(TreeViewer aViewer)
Sets the child viewer. |
Constructors in org.eclipse.ui.part with parameters of type TreeViewer | |
DrillDownAdapter(TreeViewer tree)
Allocates a new DrillDownTreePart. |
|
DrillDownAdapter(TreeViewer tree)
Allocates a new DrillDownTreePart. |
Uses of TreeViewer in org.eclipse.ui.views.contentoutline |
Methods in org.eclipse.ui.views.contentoutline that return TreeViewer | |
protected TreeViewer |
ContentOutlinePage.getTreeViewer()
Returns this page's tree viewer. |
Uses of TreeViewer in org.eclipse.ui.views.navigator |
Methods in org.eclipse.ui.views.navigator that return TreeViewer | |
protected TreeViewer |
ResourceNavigator.createViewer(Composite parent)
Creates the viewer. |
TreeViewer |
ResourceNavigator.getViewer()
Returns the resource viewer which shows the resource hierarchy. |
TreeViewer |
ResourceNavigator.getTreeViewer()
Returns the tree viewer which shows the resource hierarchy. |
TreeViewer |
IResourceNavigator.getViewer()
Returns the viewer which shows the resource tree. |
Methods in org.eclipse.ui.views.navigator with parameters of type TreeViewer | |
protected void |
ResourceNavigator.initContentProvider(TreeViewer viewer)
Sets the content provider for the viewer. |
protected void |
ResourceNavigator.initLabelProvider(TreeViewer viewer)
Sets the label provider for the viewer. |
protected void |
ResourceNavigator.initFilters(TreeViewer viewer)
Adds the filters to the viewer. |
protected void |
ResourceNavigator.initListeners(TreeViewer viewer)
Adds the listeners to the viewer. |
Constructors in org.eclipse.ui.views.navigator with parameters of type TreeViewer | |
ResourceNavigatorRenameAction(Shell shell,
TreeViewer treeViewer)
Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer for editing. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.