Uses of Interface
org.eclipse.jface.viewers.IInputSelectionProvider
Package
Description
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 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.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the Common Navigator framework.
-
Uses of IInputSelectionProvider 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 IInputSelectionProvider 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
-
Uses of IInputSelectionProvider 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 IInputSelectionProvider in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
SWT based implementation ofITextViewer
and its extension interfaces. -
Uses of IInputSelectionProvider in org.eclipse.jface.text.source
Modifier and TypeClassDescriptionclass
SWT based implementation ofISourceViewer
and its extension interfaces. -
Uses of IInputSelectionProvider 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 IInputSelectionProvider 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.class
A viewer is a model-based adapter on a widget. -
Uses of IInputSelectionProvider in org.eclipse.ui.console
Modifier and TypeClassDescriptionclass
Default viewer used to display aTextConsole
. -
Uses of IInputSelectionProvider 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.