Uses of Class
org.eclipse.jface.viewers.TreeViewer
-
Packages that use TreeViewer Package Description 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 base classes to implement a search result view part for searches with textual matches.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.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 Modifier and Type Class Description classDiffTreeViewerA tree viewer that works on objects implementing theIDiffContainerandIDiffElementinterfaces.classStructureDiffViewerA diff tree viewer that can be configured with aIStructureCreatorto 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.jface.preference
Methods in org.eclipse.jface.preference that return TreeViewer Modifier and Type Method Description protected TreeViewerPreferenceDialog. createTreeViewer(Composite parent)Create a newTreeViewer.TreeViewerPreferenceDialog. getTreeViewer()Methods in org.eclipse.jface.preference with parameters of type TreeViewer Modifier and Type Method Description protected voidPreferenceDialog. addListeners(TreeViewer viewer)Add the listeners to the tree viewer.protected voidPreferenceDialog. setTreeViewer(TreeViewer treeViewer)Set the treeViewer. -
Uses of TreeViewer in org.eclipse.jface.viewers
Subclasses of TreeViewer in org.eclipse.jface.viewers Modifier and Type Class Description classCheckboxTreeViewerA concrete tree-structured viewer based on an SWTTreecontrol with checkboxes on each node.Methods in org.eclipse.jface.viewers with parameters of type TreeViewer Modifier and Type Method Description static voidTreeViewerEditor. create(TreeViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor whose activation process is customizedstatic voidTreeViewerEditor. create(TreeViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)Create a customized editor with focusable cellsConstructors in org.eclipse.jface.viewers with parameters of type TreeViewer Constructor Description TreeViewerColumn(TreeViewer viewer, int style)Creates a new viewer column for the givenTreeVieweron a newTreeColumnwith the given style bits.TreeViewerColumn(TreeViewer viewer, int style, int index)Creates a new viewer column for the givenTreeVieweron a newTreeColumnwith the given style bits.TreeViewerColumn(TreeViewer viewer, TreeColumn column)Creates a new viewer column for the givenTreeVieweron 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
Methods in org.eclipse.search.ui.text that return TreeViewer Modifier and Type Method Description protected TreeViewerAbstractTextSearchViewPage. 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 Modifier and Type Method Description protected abstract voidAbstractTextSearchViewPage. configureTreeViewer(TreeViewer viewer)Configures the given viewer. -
Uses of TreeViewer in org.eclipse.ui.dialogs
Subclasses of TreeViewer in org.eclipse.ui.dialogs Modifier and Type Class Description classContainerCheckedTreeViewerCheckboxTreeViewer 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.Fields in org.eclipse.ui.dialogs declared as TreeViewer Modifier and Type Field Description protected TreeViewerFilteredTree. treeViewerThe viewer for the filtered tree.Methods in org.eclipse.ui.dialogs that return TreeViewer Modifier and Type Method Description protected TreeViewerElementTreeSelectionDialog. createTreeViewer(Composite parent)Creates and initializes the tree viewer.protected TreeViewerElementTreeSelectionDialog. doCreateTreeViewer(Composite parent, int style)Creates the tree viewer.protected TreeViewerFilteredTree. doCreateTreeViewer(Composite parent, int style)Creates the tree viewer.protected TreeViewerElementTreeSelectionDialog. getTreeViewer()Returns the tree viewer.TreeViewerFilteredTree. getViewer()Get the tree viewer of the receiver. -
Uses of TreeViewer in org.eclipse.ui.navigator
Subclasses of TreeViewer in org.eclipse.ui.navigator Modifier and Type Class Description classCommonViewerProvides the Tree Viewer for the Common Navigator.Methods in org.eclipse.ui.navigator with parameters of type TreeViewer Modifier and Type Method Description protected voidCommonNavigator. initListeners(TreeViewer viewer)Adds the listeners to the Common Viewer. -
Uses of TreeViewer in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type TreeViewer Modifier and Type Method Description protected voidProjectExplorer. initListeners(TreeViewer viewer) -
Uses of TreeViewer in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type TreeViewer Modifier and Type Method Description voidDrillDownComposite. setChildTree(TreeViewer aViewer)Sets the child viewer.Constructors in org.eclipse.ui.part with parameters of type TreeViewer Constructor Description 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 Modifier and Type Method Description protected TreeViewerContentOutlinePage. 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 Modifier and Type Method Description protected TreeViewerResourceNavigator. createViewer(Composite parent)Deprecated.Creates the viewer.TreeViewerResourceNavigator. getTreeViewer()Deprecated.Returns the tree viewer which shows the resource hierarchy.TreeViewerIResourceNavigator. getViewer()Deprecated.Returns the viewer which shows the resource tree.TreeViewerResourceNavigator. getViewer()Deprecated.Returns the resource viewer which shows the resource hierarchy.Methods in org.eclipse.ui.views.navigator with parameters of type TreeViewer Modifier and Type Method Description protected voidResourceNavigator. initContentProvider(TreeViewer viewer)Deprecated.Sets the content provider for the viewer.protected voidResourceNavigator. initFilters(TreeViewer viewer)Deprecated.Adds the filters to the viewer.protected voidResourceNavigator. initLabelProvider(TreeViewer viewer)Deprecated.Sets the label provider for the viewer.protected voidResourceNavigator. initListeners(TreeViewer viewer)Deprecated.Adds the listeners to the viewer.Constructors in org.eclipse.ui.views.navigator with parameters of type TreeViewer Constructor Description ResourceNavigatorRenameAction(Shell shell, TreeViewer treeViewer)Deprecated.Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer for editing.
-