Eclipse Platform
Release 3.0

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

Packages that use StructuredViewer
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.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.  
 

Uses of StructuredViewer in org.eclipse.compare.structuremergeviewer
 

Subclasses of StructuredViewer 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 StructuredViewer in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui that return StructuredViewer
protected  StructuredViewer AbstractDebugView.getStructuredViewer()
          Returns this view's viewer as a structured viewer, or null if none.
 

Uses of StructuredViewer in org.eclipse.jface.viewers
 

Subclasses of StructuredViewer in org.eclipse.jface.viewers
 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 ListViewer
          A concrete viewer based on an SWT List control.
 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.
 

Uses of StructuredViewer in org.eclipse.search.ui.text
 

Methods in org.eclipse.search.ui.text that return StructuredViewer
protected  StructuredViewer AbstractTextSearchViewPage.getViewer()
          Returns the viewer currently used in this page.
 

Uses of StructuredViewer in org.eclipse.ui.part
 

Constructors in org.eclipse.ui.part with parameters of type StructuredViewer
PluginDropAdapter(StructuredViewer viewer)
          Creates a plug-in drop adapter for the given viewer.
PluginDropAdapter(StructuredViewer viewer)
          Creates a plug-in drop adapter for the given viewer.
 

Uses of StructuredViewer in org.eclipse.ui.views.navigator
 

Constructors in org.eclipse.ui.views.navigator with parameters of type StructuredViewer
ResourceNavigatorMoveAction(Shell shell, StructuredViewer structureViewer)
          Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
NavigatorDropAdapter(StructuredViewer viewer)
          Constructs a new drop adapter.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.