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 Java User Interface text 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 |
---|---|
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() |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.