Uses of Class
org.eclipse.jface.viewers.TreeViewer
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides the base classes to implement a search result view part for searches with textual matches.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
-
Uses of TreeViewer in org.eclipse.compare.structuremergeviewer
Modifier and TypeClassDescriptionclass
A tree viewer that works on objects implementing theIDiffContainer
andIDiffElement
interfaces.class
A diff tree viewer that can be configured with aIStructureCreator
to retrieve a hierarchical structure from the input object (anICompareInput
) and perform a two-way or three-way compare on it. -
Uses of TreeViewer in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionInspectPopupDialog.getTreeViewer()
The viewer is initialized after the dialog is constructed, so only after open is called. -
Uses of TreeViewer in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeMethodDescriptionprotected TreeViewer
FilteredTree.doCreateTreeViewer
(Composite parent, int style) Creates the tree viewer.FilteredTree.getViewer()
Get the tree viewer of the receiver. -
Uses of TreeViewer in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected TreeViewer
PreferenceDialog.createTreeViewer
(Composite parent) Create a newTreeViewer
.PreferenceDialog.getTreeViewer()
Modifier and TypeMethodDescriptionprotected void
PreferenceDialog.addListeners
(TreeViewer viewer) Add the listeners to the tree viewer.protected void
PreferenceDialog.setTreeViewer
(TreeViewer treeViewer) Set the treeViewer. -
Uses of TreeViewer in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
A concrete tree-structured viewer based on an SWTTree
control with checkboxes on each node.Modifier and TypeMethodDescriptionstatic void
TreeViewerEditor.create
(TreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor whose activation process is customizedstatic void
TreeViewerEditor.create
(TreeViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor with focusable cellsModifierConstructorDescriptionTreeViewerColumn
(TreeViewer viewer, int style) Creates a new viewer column for the givenTreeViewer
on a newTreeColumn
with the given style bits.TreeViewerColumn
(TreeViewer viewer, int style, int index) Creates a new viewer column for the givenTreeViewer
on a newTreeColumn
with the given style bits.TreeViewerColumn
(TreeViewer viewer, TreeColumn column) Creates a new viewer column for the givenTreeViewer
on the givenTreeColumn
.TreeViewerFocusCellManager
(TreeViewer viewer, FocusCellHighlighter focusDrawingDelegate) Create a new manager using a default navigation strategy:SWT.ARROW_UP
: navigate to cell aboveSWT.ARROW_DOWN
: navigate to cell belowSWT.ARROW_RIGHT
: on first column (collapses if item is expanded) else navigate to next visible cell on the rightSWT.ARROW_LEFT
: on first column (expands if item is collapsed) else navigate to next visible cell on the leftTreeViewerFocusCellManager
(TreeViewer viewer, FocusCellHighlighter focusDrawingDelegate, CellNavigationStrategy navigationStrategy) Create a new manager with a custom navigation strategy -
Uses of TreeViewer in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected TreeViewer
AbstractTextSearchViewPage.createTreeViewer
(Composite parent) Creates the tree viewer to be shown on this page.Modifier and TypeMethodDescriptionprotected abstract void
AbstractTextSearchViewPage.configureTreeViewer
(TreeViewer viewer) Configures the given viewer. -
Uses of TreeViewer in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
CheckboxTreeViewer with special behaviour of the checked / gray state on container (non-leaf) nodes: The grayed state is used to visualize the checked state of its children.Modifier and TypeFieldDescriptionprotected TreeViewer
FilteredTree.treeViewer
The viewer for the filtered tree.Modifier and TypeMethodDescriptionprotected TreeViewer
ElementTreeSelectionDialog.createTreeViewer
(Composite parent) Creates and initializes the tree viewer.protected TreeViewer
ElementTreeSelectionDialog.doCreateTreeViewer
(Composite parent, int style) Creates the tree viewer.protected TreeViewer
FilteredTree.doCreateTreeViewer
(Composite parent, int style) Creates the tree viewer.protected TreeViewer
ElementTreeSelectionDialog.getTreeViewer()
Returns the tree viewer.FilteredTree.getViewer()
Get the tree viewer of the receiver. -
Uses of TreeViewer in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
DrillDownComposite.setChildTree
(TreeViewer aViewer) Sets the child viewer.ModifierConstructorDescriptionDrillDownAdapter
(TreeViewer tree) Allocates a new DrillDownTreePart. -
Uses of TreeViewer in org.eclipse.ui.views.contentoutline
Modifier and TypeMethodDescriptionprotected TreeViewer
ContentOutlinePage.getTreeViewer()
Returns this page's tree viewer.