Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.jface.viewers.ISelectionProvider

Packages that use ISelectionProvider
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.  
 

Uses of ISelectionProvider in org.eclipse.jface.viewers
 

Subinterfaces of ISelectionProvider in org.eclipse.jface.viewers
 interface IInputSelectionProvider
          Interface common to all objects that provide both an input and a selection.
 interface IPostSelectionProvider
          Selection provider extension interface to allow providers to notify about post selection changed events.
 

Classes in org.eclipse.jface.viewers that implement ISelectionProvider
 class AbstractListViewer
          Abstract base class for viewers that contain lists of items (such as a combo or list).
 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 ComboViewer
          A concrete viewer based on an SWT Combo control.
 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 TableViewer
          A concrete viewer based on a SWT Table control.
 class TreeViewer
          A concrete viewer based on an SWT Tree control.
 class Viewer
          A viewer is a model-based adapter on a widget.
 

Methods in org.eclipse.jface.viewers that return ISelectionProvider
 ISelectionProvider SelectionChangedEvent.getSelectionProvider()
          Returns the selection provider that is the source of this event.
 

Constructors in org.eclipse.jface.viewers with parameters of type ISelectionProvider
SelectionChangedEvent(ISelectionProvider source, ISelection selection)
          Creates a new event for the given source and selection.
 

Uses of ISelectionProvider in org.eclipse.ui
 

Methods in org.eclipse.ui that return ISelectionProvider
 ISelectionProvider IWorkbenchSite.getSelectionProvider()
          Returns the selection provider for this workbench site.
 

Methods in org.eclipse.ui with parameters of type ISelectionProvider
 void IWorkbenchSite.setSelectionProvider(ISelectionProvider provider)
          Sets the selection provider for this workbench site.
 


Eclipse eRCP
Release 1.1