Eclipse Platform
2.0

Uses of Class
org.eclipse.jface.viewers.Viewer

Packages that use Viewer
org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side. 
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data. 
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
 

Uses of Viewer in org.eclipse.compare.contentmergeviewer
 

Subclasses of Viewer in org.eclipse.compare.contentmergeviewer
 class ContentMergeViewer
          An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.
 class TextMergeViewer
          A text merge viewer uses the RangeDifferencer to perform a textual, line-by-line comparison of two (or three) input documents.
 

Uses of Viewer in org.eclipse.compare.structuremergeviewer
 

Subclasses of Viewer in org.eclipse.compare.structuremergeviewer
 class DiffTreeViewer
          A tree viewer that works on objects implementing the IDiffContainer and IDiffElement interfaces.
 class StructureDiffViewer
          A diff tree viewer that can be configured with a IStructureCreator to retrieve a hierarchical structure from the input object (an ICompareInput) and perform a two-way or three-way compare on it.
 

Uses of Viewer in org.eclipse.jface.text
 

Subclasses of Viewer in org.eclipse.jface.text
 class TextViewer
          SWT based implementation of ITextViewer.
 

Uses of Viewer in org.eclipse.jface.text.source
 

Subclasses of Viewer in org.eclipse.jface.text.source
 class SourceViewer
          SWT based implementation of ISourceViewer.
 

Uses of Viewer in org.eclipse.jface.viewers
 

Subclasses of Viewer in org.eclipse.jface.viewers
 class AbstractTreeViewer
          Abstract base implementation for tree-structure-oriented viewers (trees and table trees).
 class CheckboxTableViewer
          A concrete viewer based on an SWT Table control with checkboxes on each node.
 class CheckboxTreeViewer
          A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.
 class ContentViewer
          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 ListViewer
          A concrete viewer based on an SWT List control.
 class StructuredViewer
          Abstract base implementation for structure-oriented viewers (trees, lists, tables).
 class TableTreeViewer
          A concrete viewer based on a SWT TableTree control.
 class TableViewer
          A concrete viewer based on a SWT Table control.
 class TreeViewer
          A concrete viewer based on an SWT Tree control.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.