Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. 
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 base classes to implement a search result view part for searches with textual matches. 
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 text editor template 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.debug.ui.memory
 

Methods in org.eclipse.debug.ui.memory that return TableViewer
  TableViewer AbstractTableRendering. getTableViewer ()
          Returns this rendering's table viewer.
 

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.
 

Methods in org.eclipse.jface.viewers with parameters of type TableViewer
static void TableViewerEditor. create ( TableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
          Create a customized editor whose activation process is customized
static void TableViewerEditor. create ( TableViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature)
          Create a customized editor with focusable cells
 

Constructors in org.eclipse.jface.viewers with parameters of type TableViewer
TableViewerColumn ( TableViewer viewer, int style)
          Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.
TableViewerColumn ( TableViewer viewer, int style, int index)
          Creates a new viewer column for the given TableViewer on a new TableColumn with the given style bits.
TableViewerColumn ( TableViewer viewer, TableColumn column)
          Creates a new viewer column for the given TableViewer on the given TableColumn.
TableViewerFocusCellManager ( TableViewer viewer, FocusCellHighlighter focusDrawingDelegate)
          Create a new manager with a default navigation strategy: SWT.ARROW_UP: navigate to cell above SWT.ARROW_DOWN: navigate to cell below SWT.ARROW_RIGHT: navigate to next visible cell on the right SWT.ARROW_LEFT: navigate to next visible cell on the left
TableViewerFocusCellManager ( TableViewer viewer, FocusCellHighlighter focusDrawingDelegate, CellNavigationStrategy navigationStrategy)
          Create a new manager
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire