Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ColumnLayoutData[] |
EnvironmentTab.envTableColumnLayouts |
Modifier and Type | Class and Description |
---|---|
class |
ColumnPixelData
Describes the width of a table column in pixels, and
whether the column is resizable.
|
class |
ColumnWeightData
Describes the width of a table column in terms of a weight,
a minimum width, and whether the column is resizable.
|
Modifier and Type | Method and Description |
---|---|
void |
TableLayout.addColumnData(ColumnLayoutData data)
Adds a new column of data to this table layout.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.