Eclipse Platform
Release 3.0

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

Packages that use TableViewer
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.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of TableViewer in org.eclipse.debug.ui
 

Fields in org.eclipse.debug.ui declared as TableViewer
protected  TableViewer EnvironmentTab.environmentTable
           
 

Uses of TableViewer in org.eclipse.jface.viewers
 

Subclasses of TableViewer in org.eclipse.jface.viewers
 class CheckboxTableViewer
          A concrete viewer based on an SWT Table control with checkboxes on each node.
 

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

Methods in org.eclipse.search.ui.text that return TableViewer
protected  TableViewer AbstractTextSearchViewPage.createTableViewer(Composite parent)
          Creates the table viewer to be shown on this page.
 

Methods in org.eclipse.search.ui.text with parameters of type TableViewer
protected abstract  void AbstractTextSearchViewPage.configureTableViewer(TableViewer viewer)
          Configures the given viewer.
 

Uses of TableViewer in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return TableViewer
 TableViewer ListDialog.getTableViewer()
           
 

Uses of TableViewer in org.eclipse.ui.texteditor.templates
 

Methods in org.eclipse.ui.texteditor.templates that return TableViewer
protected  TableViewer TemplatePreferencePage.getTableViewer()
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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