Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected TableViewer |
EnvironmentTab.environmentTable |
Modifier and Type | Method and Description |
---|---|
TableViewer |
AbstractTableRendering.getTableViewer()
Returns this rendering's table viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxTableViewer
A concrete viewer based on an SWT
Table
control with checkboxes on each node. |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
protected TableViewer |
AbstractTextSearchViewPage.createTableViewer(Composite parent)
Creates the table viewer to be shown on this page.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTextSearchViewPage.configureTableViewer(TableViewer viewer)
Configures the given viewer.
|
Modifier and Type | Method and Description |
---|---|
TableViewer |
ListDialog.getTableViewer() |
Modifier and Type | Method and Description |
---|---|
protected TableViewer |
TemplatePreferencePage.getTableViewer() |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.