Eclipse Platform
2.0

Uses of Package
org.eclipse.jface.viewers

Packages that use org.eclipse.jface.viewers
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
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.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
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. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.views.contentoutline Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Classes in org.eclipse.jface.viewers used by org.eclipse.compare
IDoubleClickListener
          A listener which is notified of double-click events on viewers.
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
ISelectionProvider
          Interface common to all objects that provide a selection.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.compare.contentmergeviewer
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.
IContentProvider
          A content provider mediates between the viewer's model and the viewer itself.
IInputProvider
          Interface common to all objects that provide an input.
IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
ISelectionProvider
          Interface common to all objects that provide a selection.
Viewer
          A viewer is a model-based adapter on a widget.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.compare.structuremergeviewer
AbstractTreeViewer
          Abstract base implementation for tree-structure-oriented viewers (trees and table trees).
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.
IInputProvider
          Interface common to all objects that provide an input.
IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
ISelectionProvider
          Interface common to all objects that provide a selection.
StructuredViewer
          Abstract base implementation for structure-oriented viewers (trees, lists, tables).
TreeViewer
          A concrete viewer based on an SWT Tree control.
Viewer
          A viewer is a model-based adapter on a widget.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.debug.ui
IBaseLabelProvider
          A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IDoubleClickListener
          A listener which is notified of double-click events on viewers.
ILabelProvider
          Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.jface.text
IInputProvider
          Interface common to all objects that provide an input.
IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
ISelection
          Interface for a selection.
ISelectionProvider
          Interface common to all objects that provide a selection.
Viewer
          A viewer is a model-based adapter on a widget.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.jface.text.source
IInputProvider
          Interface common to all objects that provide an input.
IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
ISelectionProvider
          Interface common to all objects that provide a selection.
Viewer
          A viewer is a model-based adapter on a widget.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.jface.viewers
AbstractTreeViewer
          Abstract base implementation for tree-structure-oriented viewers (trees and table trees).
CellEditor
          Abstract base class for cell editors.
ColumnLayoutData
          An abstract column layout data describing the information needed (by TableLayout) to properly lay out a table.
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.
DialogCellEditor
          An abstract cell editor that uses a dialog.
IBaseLabelProvider
          A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
ICheckable
          Interface for objects that support elements with a checked state.
IContentProvider
          A content provider mediates between the viewer's model and the viewer itself.
IInputProvider
          Interface common to all objects that provide an input.
IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
ILabelProvider
          Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ISelection
          Interface for a selection.
ISelectionProvider
          Interface common to all objects that provide a selection.
IStructuredContentProvider
          An interface to content providers for structured viewers.
IStructuredSelection
          A selection containing elements.
LabelProvider
          A label provider implementation which, by default, uses an element's toString value for its text and null for its image.
StructuredViewer
          Abstract base implementation for structure-oriented viewers (trees, lists, tables).
TableViewer
          A concrete viewer based on a SWT Table control.
TreeViewer
          A concrete viewer based on an SWT Tree control.
Viewer
          A viewer is a model-based adapter on a widget.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui
ViewerFilter
          A viewer filter is used by a structured viewer to extract a subset of elements provided by its content provider.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.actions
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.dialogs
IBaseLabelProvider
          A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IContentProvider
          A content provider mediates between the viewer's model and the viewer itself.
ILabelProvider
          Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
IStructuredContentProvider
          An interface to content providers for structured viewers.
ITableLabelProvider
          Extends IBaseLabelProvider with the methods to provide the text and/or image for each column of a given element.
LabelProvider
          A label provider implementation which, by default, uses an element's toString value for its text and null for its image.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.model
IBaseLabelProvider
          A label provider maps an element of the viewer's model to an optional image and optional text string used to display the element in the viewer's control.
IContentProvider
          A content provider mediates between the viewer's model and the viewer itself.
ILabelProvider
          Extends IBaseLabelProvider with the methods to provide the text and/or image for the label of a given element.
IStructuredContentProvider
          An interface to content providers for structured viewers.
ITreeContentProvider
          An interface to content providers for tree-structure-oriented viewers.
LabelProvider
          A label provider implementation which, by default, uses an element's toString value for its text and null for its image.
ViewerSorter
          A viewer sorter is used by a structured viewer to reorder the elements provided by its content provider.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.part
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
ISelectionProvider
          Interface common to all objects that provide a selection.
ViewerDropAdapter
          This adapter class provides generic drag-and-drop support for a viewer.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.views.contentoutline
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
ISelectionProvider
          Interface common to all objects that provide a selection.
 

Classes in org.eclipse.jface.viewers used by org.eclipse.ui.views.navigator
ISelectionChangedListener
          A listener which is notified when a viewer's selection changes.
ViewerDropAdapter
          This adapter class provides generic drag-and-drop support for a viewer.
ViewerFilter
          A viewer filter is used by a structured viewer to extract a subset of elements provided by its content provider.
ViewerSorter
          A viewer sorter is used by a structured viewer to reorder the elements provided by its content provider.
 


Eclipse Platform
2.0

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