Uses of Class
org.eclipse.jface.viewers.AbstractTreeViewer
Packages that use AbstractTreeViewer
Package
Description
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides classes that can be used to observe the JFace Viewer framework.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides support for integrating handlers into the Eclipse workbench.
Provides the Common Navigator framework.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for a web-browser style of navigation within a view by maintaining a list
of frames.
-
Uses of AbstractTreeViewer in org.eclipse.compare.structuremergeviewer
Subclasses of AbstractTreeViewer in org.eclipse.compare.structuremergeviewerModifier 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 AbstractTreeViewer in org.eclipse.jface.databinding.viewers
Methods in org.eclipse.jface.databinding.viewers with parameters of type AbstractTreeViewerModifier and TypeMethodDescriptionstatic <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, IListProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?> labelProperty) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label property to generate labels.static <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, IListProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?>... labelProperties) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label properties to generate labels.static <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, ISetProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?> labelProperty) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label property to generate labels.static <E> void
ViewerSupport.bind
(AbstractTreeViewer viewer, E input, ISetProperty<? super E, ? extends E> childrenProperty, IValueProperty<? super E, ?>... labelProperties) Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label properties to generate labels. -
Uses of AbstractTreeViewer in org.eclipse.jface.viewers
Subclasses of AbstractTreeViewer in org.eclipse.jface.viewersModifier and TypeClassDescriptionclass
A concrete tree-structured viewer based on an SWTTree
control with checkboxes on each node.class
A concrete viewer based on an SWTTree
control.Methods in org.eclipse.jface.viewers that return AbstractTreeViewerModifier and TypeMethodDescriptionTreeExpansionEvent.getTreeViewer()
Returns the originator of the event.Constructors in org.eclipse.jface.viewers with parameters of type AbstractTreeViewerModifierConstructorDescriptionTreeExpansionEvent
(AbstractTreeViewer source, Object element) Creates a new event for the given source and element. -
Uses of AbstractTreeViewer in org.eclipse.ui.dialogs
Subclasses of AbstractTreeViewer in org.eclipse.ui.dialogsModifier 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. -
Uses of AbstractTreeViewer in org.eclipse.ui.handlers
Constructors in org.eclipse.ui.handlers with parameters of type AbstractTreeViewerModifierConstructorDescriptionCollapseAllHandler
(AbstractTreeViewer viewer) Create the handler for this tree viewer.ExpandAllHandler
(AbstractTreeViewer viewer) Create the handler for this tree viewer. -
Uses of AbstractTreeViewer in org.eclipse.ui.progress
Constructors in org.eclipse.ui.progress with parameters of type AbstractTreeViewerModifierConstructorDescriptionCreate a new instance of the receiver using the supplied content provider and viewer.DeferredTreeContentManager
(AbstractTreeViewer viewer, IWorkbenchPartSite site) Create a new instance of the receiver using the supplied content provider and viewer.DeferredTreeContentManager
(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 -
Uses of AbstractTreeViewer in org.eclipse.ui.views.framelist
Methods in org.eclipse.ui.views.framelist that return AbstractTreeViewerModifier and TypeMethodDescriptionTreeFrame.getViewer()
Returns the tree viewer.TreeViewerFrameSource.getViewer()
Returns the tree viewer.Constructors in org.eclipse.ui.views.framelist with parameters of type AbstractTreeViewerModifierConstructorDescriptionTreeFrame
(AbstractTreeViewer viewer) Constructs a frame for the specified tree viewer.TreeFrame
(AbstractTreeViewer viewer, Object input) Constructs a frame for the specified tree viewer.Constructs a new tree viewer frame source for the specified tree viewer.