Uses of Class
org.eclipse.jface.viewers.TableViewer
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides the base classes to implement a search result view part for searches with textual matches.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse text editor template support.
-
Uses of TableViewer in org.eclipse.debug.ui
-
Uses of TableViewer in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionAbstractTableRendering.getTableViewer()
Returns this rendering's table viewer. -
Uses of TableViewer in org.eclipse.jface.viewers
Modifier and TypeClassDescriptionclass
A concrete viewer based on an SWTTable
control with checkboxes on each node.Modifier and TypeMethodDescriptionstatic void
TableViewerEditor.create
(TableViewer viewer, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor whose activation process is customizedstatic void
TableViewerEditor.create
(TableViewer viewer, org.eclipse.jface.viewers.SWTFocusCellManager focusCellManager, ColumnViewerEditorActivationStrategy editorActivationStrategy, int feature) Create a customized editor with focusable cellsModifierConstructorDescriptionTableViewerColumn
(TableViewer viewer, int style) Creates a new viewer column for the givenTableViewer
on a newTableColumn
with the given style bits.TableViewerColumn
(TableViewer viewer, int style, int index) Creates a new viewer column for the givenTableViewer
on a newTableColumn
with the given style bits.TableViewerColumn
(TableViewer viewer, TableColumn column) Creates a new viewer column for the givenTableViewer
on the givenTableColumn
.TableViewerFocusCellManager
(TableViewer viewer, FocusCellHighlighter focusDrawingDelegate) Create a new manager with a default navigation strategy:SWT.ARROW_UP
: navigate to cell aboveSWT.ARROW_DOWN
: navigate to cell belowSWT.ARROW_RIGHT
: navigate to next visible cell on the rightSWT.ARROW_LEFT
: navigate to next visible cell on the leftTableViewerFocusCellManager
(TableViewer viewer, FocusCellHighlighter focusDrawingDelegate, CellNavigationStrategy navigationStrategy) Create a new manager -
Uses of TableViewer in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected TableViewer
AbstractTextSearchViewPage.createTableViewer
(Composite parent) Creates the table viewer to be shown on this page.Modifier and TypeMethodDescriptionprotected abstract void
AbstractTextSearchViewPage.configureTableViewer
(TableViewer viewer) Configures the given viewer. -
Uses of TableViewer in org.eclipse.ui.dialogs
-
Uses of TableViewer in org.eclipse.ui.texteditor.templates