Uses of Class
org.eclipse.jface.viewers.Viewer
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
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 preferences.
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a framework for viewers that handle deferred contents.
Application programming interface to display and preview refactoring history information.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
Provides the Common Navigator framework.
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
-
Uses of Viewer in org.eclipse.compare
Modifier and TypeMethodDescriptionCompareEditorInput.createDiffViewer
(Composite parent) Factory method for creating a differences viewer for the top left pane.IViewerCreator.createViewer
(Composite parent, CompareConfiguration config) Creates a new viewer under the given SWT parent control.CompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for content viewers.static Viewer
CompareUI.findContentViewer
(Viewer oldViewer, Object input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.static Viewer
CompareUI.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.CompareEditorInput.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for structure viewers.static Viewer
CompareUI.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.CompareViewerSwitchingPane.getViewer()
Returns the current viewer.protected abstract Viewer
Returns a viewer which is able to display the given input.Modifier and TypeMethodDescriptionCompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for content viewers.static Viewer
CompareUI.findContentViewer
(Viewer oldViewer, Object input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.static Viewer
CompareUI.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.CompareEditorInput.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for structure viewers.static Viewer
CompareUI.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.protected abstract Viewer
Returns a viewer which is able to display the given input. -
Uses of Viewer in org.eclipse.compare.contentmergeviewer
Modifier and TypeClassDescriptionclass
An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.class
A text merge viewer uses theRangeDifferencer
to perform a textual, line-by-line comparison of two (or three) input documents. -
Uses of Viewer in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
class
A simple compare viewer for binary files.class
class
Used whenever the input is null or no viewer can be found.class
Modifier and TypeMethodDescriptionBinaryCompareViewerCreator.createViewer
(Composite parent, CompareConfiguration mp) ImageMergeViewerCreator.createViewer
(Composite parent, CompareConfiguration mp) IViewerDescriptor.createViewer
(Viewer currentViewer, Composite parent, CompareConfiguration config) Creates a new viewer from this descriptor under the given STW parent control.TextMergeViewerCreator.createViewer
(Composite parent, CompareConfiguration mp) TextViewerCreator.createViewer
(Composite parent, CompareConfiguration mp) ViewerDescriptor.createViewer
(Viewer currentViewer, Composite parent, CompareConfiguration mp) CompareUIPlugin.findContentViewer
(Viewer oldViewer, Object in, Composite parent, CompareConfiguration cc) Returns a content compare viewer based on an old viewer and an input object.CompareUIPlugin.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.abstract Viewer
OutlineViewerCreator.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Method called by the editor to create a structure viewer for the current content merge viewer.protected Viewer
protected Viewer
Modifier and TypeMethodDescriptionIViewerDescriptor.createViewer
(Viewer currentViewer, Composite parent, CompareConfiguration config) Creates a new viewer from this descriptor under the given STW parent control.ViewerDescriptor.createViewer
(Viewer currentViewer, Composite parent, CompareConfiguration mp) CompareUIPlugin.findContentViewer
(Viewer oldViewer, Object in, Composite parent, CompareConfiguration cc) Returns a content compare viewer based on an old viewer and an input object.CompareUIPlugin.findContentViewerDescriptor
(Viewer oldViewer, Object in, CompareConfiguration cc) CompareUIPlugin.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.abstract Viewer
OutlineViewerCreator.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Method called by the editor to create a structure viewer for the current content merge viewer.CompareUIPlugin.findStructureViewerDescriptor
(Viewer oldViewer, ICompareInput input, CompareConfiguration configuration) protected Viewer
protected Viewer
void
ListContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) void
MergeViewerContentProvider.inputChanged
(Viewer v, Object o1, Object o2) -
Uses of Viewer 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 Viewer in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected abstract Viewer
AbstractDebugView.createViewer
(Composite parent) Creates and returns this view's underlying viewer.AbstractDebugView.getViewer()
IDebugView.getViewer()
Returns the viewer contained in this debug view. -
Uses of Viewer in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeMethodDescriptionfinal Object[]
boolean
PatternFilter.isElementVisible
(Viewer viewer, Object element) Answers whether the given element in the given viewer matches the filter pattern.protected boolean
PatternFilter.isLeafMatch
(Viewer viewer, Object element) Check if the current (leaf) element is a match with the filter text.protected boolean
PatternFilter.isParentMatch
(Viewer viewer, Object element) Check if the parent (category) is a match to the filter text.final boolean
-
Uses of Viewer in org.eclipse.jface.databinding.viewers
Modifier and TypeMethodDescriptionIViewerObservable.getViewer()
Returns the underlying viewer for this observable.Modifier and TypeMethodDescriptionvoid
ObservableListContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) void
ObservableListTreeContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) void
ObservableSetContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) void
ObservableSetTreeContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) Returns anIViewerObservableList
observing this list property on the given viewerReturns anIViewerObservableSet
observing this set property on the given viewerReturns anIViewerObservableValue
observing this value property on the given viewerIViewerValueProperty.observeDelayed
(int delay, Viewer viewer) Returns anIViewerObservableValue
observing this value property on the given viewer, which delays notification of value changes until at leastdelay
milliseconds have elapsed since that last change event, or until a FocusOut event is received from the viewer's control (whichever happens first).ViewerValueProperty.observeDelayed
(int delay, Viewer viewer) -
Uses of Viewer in org.eclipse.jface.databinding.viewers.typed
Modifier and TypeMethodDescriptionstatic <S extends Viewer,
E>
IViewerValueProperty<S,E> ViewerProperties.input()
Returns a value property for observing the input of aViewer
.static <S extends Viewer,
T>
IViewerValueProperty<S,T> An alternative version ofViewerProperties.input()
which casts the property to the argument element type. -
Uses of Viewer in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionvoid
PreferenceContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) -
Uses of Viewer in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
SWT based implementation ofITextViewer
and its extension interfaces. -
Uses of Viewer in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
SWT based implementation ofISourceViewer
and its extension interfaces. -
Uses of Viewer in org.eclipse.jface.text.source.projection
Modifier and TypeClassDescriptionclass
A projection source viewer is a source viewer which supports multiple visible regions which can dynamically be changed. -
Uses of Viewer 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 content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.class
A concrete viewer based on an SWTList
control.class
Abstract base implementation for structure-oriented viewers (trees, lists, tables).class
A concrete viewer based on a SWTTable
control.class
A concrete viewer based on an SWTTree
control.Modifier and TypeMethodDescriptionDoubleClickEvent.getViewer()
Returns the viewer that is the source of this event.OpenEvent.getViewer()
Returns the viewer that is the source of this event.protected Viewer
ViewerDropAdapter.getViewer()
Modifier and TypeMethodDescriptionint
Compare the given elements that will have the given parent path when they are added to the viewer.int
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.Object[]
Filters the given elements for the given viewer.Object[]
Filters the given elements for the given viewer.default void
IContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) Notifies this content provider that the given viewer's input has been switched to a different element.abstract boolean
Returns whether the given element makes it through this filter.void
Sorts the given elements in-place, modifying the given array.void
Sorts the given elements in-place, modifying the given array.ModifierConstructorDescriptionDoubleClickEvent
(Viewer source, ISelection selection) Creates a new event for the given source and selection.OpenEvent
(Viewer source, ISelection selection) Creates a new event for the given source and selection.protected
ViewerDropAdapter
(Viewer viewer) Creates a new drop adapter for the given viewer. -
Uses of Viewer in org.eclipse.jface.viewers.deferred
Modifier and TypeMethodDescriptionvoid
DeferredContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) -
Uses of Viewer in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeMethodDescriptionvoid
RefactoringHistoryContentProvider.inputChanged
(Viewer viewer, Object predecessor, Object successor) -
Uses of Viewer in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionprotected final Viewer
SynchronizationContentProvider.getViewer()
Return the viewer to which the content provider is associated.Modifier and TypeMethodDescriptionvoid
SynchronizationContentProvider.inputChanged
(Viewer viewer, Object oldInput, Object newInput) -
Uses of Viewer in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionSaveableCompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) ISynchronizePage.getViewer()
Returns the viewer associated with this page ornull
if the page doesn't have a viewer.Modifier and TypeMethodDescriptionSaveableCompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) -
Uses of Viewer in org.eclipse.ui
Modifier and TypeMethodDescriptionObject[]
Filters out elements that are neither a parent nor a child of a working set element.boolean
Determines if an element should be filtered out. -
Uses of Viewer in org.eclipse.ui.console
Modifier and TypeClassDescriptionclass
Default viewer used to display aTextConsole
. -
Uses of Viewer 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 TypeMethodDescriptionObject[]
boolean
PatternFilter.isElementVisible
(Viewer viewer, Object element) Answers whether the given element in the given viewer matches the filter pattern.protected boolean
PatternFilter.isLeafMatch
(Viewer viewer, Object element) Check if the current (leaf) element is a match with the filter text.protected boolean
PatternFilter.isParentMatch
(Viewer viewer, Object element) Check if the parent (category) is a match to the filter text.final boolean
-
Uses of Viewer in org.eclipse.ui.model
-
Uses of Viewer in org.eclipse.ui.views.markers.internal