Uses of Class
org.eclipse.swt.widgets.Tree
Packages that use Tree
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Custom widgets.
SWT Drag and Drop support.
SWT widget public API classes.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
-
Uses of Tree in org.eclipse.compare.structuremergeviewer
Constructors in org.eclipse.compare.structuremergeviewer with parameters of type TreeModifierConstructorDescriptionDiffTreeViewer
(Tree tree, CompareConfiguration configuration) Creates a new viewer for the given SWT tree control with the specified configuration.StructureDiffViewer
(Tree tree, CompareConfiguration configuration) Creates a new viewer for the given SWT tree control with the specified configuration. -
Uses of Tree in org.eclipse.e4.ui.css.swt.dom
Methods in org.eclipse.e4.ui.css.swt.dom that return TreeConstructors in org.eclipse.e4.ui.css.swt.dom with parameters of type Tree -
Uses of Tree in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type TreeModifier and TypeMethodDescriptionstatic boolean
ConfigureColumns.forTree
(Tree tree, IShellProvider shellProvider) Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs. -
Uses of Tree in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return TreeConstructors in org.eclipse.jface.viewers with parameters of type TreeModifierConstructorDescriptionCheckboxTreeViewer
(Tree tree) Creates a tree viewer on the given tree control.TreeViewer
(Tree tree) Creates a tree viewer on the given tree control. -
Uses of Tree in org.eclipse.swt.custom
Constructors in org.eclipse.swt.custom with parameters of type TreeModifierConstructorDescriptionTreeCursor
(Tree parent, int style) Constructs a new instance of this class given its parent tree and a style value describing its behavior and appearance.TreeEditor
(Tree tree) Creates a TreeEditor for the specified Tree. -
Uses of Tree in org.eclipse.swt.dnd
Constructors in org.eclipse.swt.dnd with parameters of type TreeModifierConstructorDescriptionTreeDragSourceEffect
(Tree tree) Creates a newTreeDragSourceEffect
to handle drag effect from the specifiedTree
.TreeDropTargetEffect
(Tree tree) Creates a newTreeDropTargetEffect
to handle the drag under effect on the specifiedTree
. -
Uses of Tree in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return TreeModifier and TypeMethodDescriptionTreeColumn.getParent()
Returns the receiver's parent, which must be aTree
.TreeItem.getParent()
Returns the receiver's parent, which must be aTree
.Constructors in org.eclipse.swt.widgets with parameters of type TreeModifierConstructorDescriptionTreeColumn
(Tree parent, int style) Constructs a new instance of this class given its parent (which must be aTree
) and a style value describing its behavior and appearance.TreeColumn
(Tree parent, int style, int index) Constructs a new instance of this class given its parent (which must be aTree
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.ConstructsTreeItem
and inserts it intoTree
.ConstructsTreeItem
and inserts it intoTree
. -
Uses of Tree in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type TreeModifier and TypeMethodDescriptionprotected Point
QuickMenuCreator.computeMenuLocation
(Tree tree) Hook to compute the menu location if the focus widget is a tree widget.Constructors in org.eclipse.ui.actions with parameters of type TreeModifierConstructorDescriptionRenameResourceAction
(IShellProvider provider, Tree tree) Creates a new action.RenameResourceAction
(Shell shell, Tree tree) Deprecated. -
Uses of Tree in org.eclipse.ui.dialogs
Constructors in org.eclipse.ui.dialogs with parameters of type TreeModifierConstructorDescriptionConstructor for ContainerCheckedTreeViewer. -
Uses of Tree in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets that return TreeModifier and TypeMethodDescriptionFormToolkit.createTree
(Composite parent, int style) Creates a tree widget as a part of the form.
RenameResourceAction(IShellProvider, Tree)