Uses of Class
org.eclipse.jface.viewers.StructuredViewer
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 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.
Provides the base classes to implement a search result view part for searches with textual matches.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of StructuredViewer 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 StructuredViewer in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected StructuredViewer
AbstractDebugView.getStructuredViewer()
Returns this view's viewer as a structured viewer, ornull
if none. -
Uses of StructuredViewer in org.eclipse.jface.databinding.viewers
Modifier and TypeMethodDescriptionstatic <E> void
ViewerSupport.bind
(StructuredViewer viewer, IObservableList<E> input, IValueProperty<? super E, ?> labelProperty) Binds the viewer to the specified input, using the specified label property to generate labels.static <E> void
ViewerSupport.bind
(StructuredViewer viewer, IObservableList<E> input, IValueProperty<? super E, ?>... labelProperties) Binds the viewer to the specified input, using the specified label properties to generate labels.static <E> void
ViewerSupport.bind
(StructuredViewer viewer, IObservableSet<E> input, IValueProperty<? super E, ?> labelProperty) Binds the viewer to the specified input, using the specified label property to generate labels.static <E> void
ViewerSupport.bind
(StructuredViewer viewer, IObservableSet<E> input, IValueProperty<? super E, ?>... labelProperties) Binds the viewer to the specified input, using the specified label properties to generate labels. -
Uses of StructuredViewer in org.eclipse.jface.databinding.viewers.typed
Modifier and TypeMethodDescriptionstatic <S extends StructuredViewer>
IViewerSetProperty<S,ViewerFilter> ViewerProperties.filters()
Returns a value property for observing the filters of aStructuredViewer
. -
Uses of StructuredViewer in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
Abstract base class for viewers that contain lists of items (such as a combo or list).class
This is a widget independent class implementors ofTable
like widgets can use to provide a viewer on top of their widget implementations.class
Abstract base implementation for tree-structure-oriented viewers (trees and table trees).class
A concrete viewer based on an SWTTable
control with checkboxes on each node.class
A concrete tree-structured viewer based on an SWTTree
control with checkboxes on each node.class
The ColumnViewer is the abstract superclass of viewers that have columns (e.g., AbstractTreeViewer and AbstractTableViewer).class
A concrete viewer based either on an SWTCombo
control orCCombo
control.class
A concrete viewer based on an SWTList
control.class
A concrete viewer based on a SWTTable
control.class
A concrete viewer based on an SWTTree
control.Modifier and TypeMethodDescriptionprotected static Widget[]
StructuredViewerInternals.getItems
(StructuredViewer viewer, Object element) Nothing to see here.protected static void
StructuredViewerInternals.setAssociateListener
(StructuredViewer viewer, StructuredViewerInternals.AssociateListener listener) Nothing to see here. -
Uses of StructuredViewer in org.eclipse.jface.viewers.internal
ModifierConstructorDescriptionExpandableNode
(Object[] children, int startOffSet, int limit, StructuredViewer viewer) -
Uses of StructuredViewer in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected StructuredViewer
AbstractTextSearchViewPage.getViewer()
Returns the viewer currently used in this page. -
Uses of StructuredViewer in org.eclipse.ui
ModifierConstructorDescriptionCreates a new helper for the given viewer. -
Uses of StructuredViewer 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. -
Uses of StructuredViewer in org.eclipse.ui.part
ModifierConstructorDescriptionPluginDropAdapter
(StructuredViewer viewer) Creates a plug-in drop adapter for the given viewer.