Uses of Interface
org.eclipse.jface.viewers.IInputProvider
Packages that use IInputProvider
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 IInputProvider in org.eclipse.compare.contentmergeviewer
Classes in org.eclipse.compare.contentmergeviewer that implement IInputProviderModifier and TypeClassDescriptionclassAn abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.classA text merge viewer uses theRangeDifferencerto perform a textual, line-by-line comparison of two (or three) input documents. -
Uses of IInputProvider in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IInputProviderModifier and TypeClassDescriptionclassclassA simple compare viewer for binary files.classclassUsed whenever the input is null or no viewer can be found.class -
Uses of IInputProvider in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IInputProviderModifier and TypeClassDescriptionclassA tree viewer that works on objects implementing theIDiffContainerandIDiffElementinterfaces.classA diff tree viewer that can be configured with aIStructureCreatorto retrieve a hierarchical structure from the input object (anICompareInput) and perform a two-way or three-way compare on it. -
Uses of IInputProvider in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IInputProviderModifier and TypeClassDescriptionclassSWT based implementation ofITextViewerand its extension interfaces. -
Uses of IInputProvider in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement IInputProviderModifier and TypeClassDescriptionclassSWT based implementation ofISourceViewerand its extension interfaces. -
Uses of IInputProvider in org.eclipse.jface.text.source.projection
Classes in org.eclipse.jface.text.source.projection that implement IInputProviderModifier and TypeClassDescriptionclassA projection source viewer is a source viewer which supports multiple visible regions which can dynamically be changed. -
Uses of IInputProvider in org.eclipse.jface.viewers
Subinterfaces of IInputProvider in org.eclipse.jface.viewersModifier and TypeInterfaceDescriptioninterfaceInterface common to all objects that provide both an input and a selection.Classes in org.eclipse.jface.viewers that implement IInputProviderModifier and TypeClassDescriptionclassAbstract base class for viewers that contain lists of items (such as a combo or list).classThis is a widget independent class implementors ofTablelike widgets can use to provide a viewer on top of their widget implementations.classAbstract base implementation for tree-structure-oriented viewers (trees and table trees).classA concrete viewer based on an SWTTablecontrol with checkboxes on each node.classA concrete tree-structured viewer based on an SWTTreecontrol with checkboxes on each node.classThe ColumnViewer is the abstract superclass of viewers that have columns (e.g., AbstractTreeViewer and AbstractTableViewer).classA concrete viewer based either on an SWTCombocontrol orCCombocontrol.classA content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.classA concrete viewer based on an SWTListcontrol.classAbstract base implementation for structure-oriented viewers (trees, lists, tables).classA concrete viewer based on a SWTTablecontrol.classA concrete viewer based on an SWTTreecontrol.classA viewer is a model-based adapter on a widget. -
Uses of IInputProvider in org.eclipse.ui.console
Classes in org.eclipse.ui.console that implement IInputProviderModifier and TypeClassDescriptionclassDefault viewer used to display aTextConsole. -
Uses of IInputProvider in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IInputProviderModifier and TypeClassDescriptionclassCheckboxTreeViewer 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.