Package | Description |
---|---|
org.eclipse.jface.layout |
Provides support for layout generation.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ColumnLayoutData |
AbstractColumnLayout.getLayoutData(Scrollable tableTree,
int columnIndex)
Get the layout data for a column
|
protected ColumnLayoutData |
TableColumnLayout.getLayoutData(Scrollable tableTree,
int columnIndex)
Get the layout data for a column
|
protected ColumnLayoutData |
TreeColumnLayout.getLayoutData(Scrollable tableTree,
int columnIndex)
Get the layout data for a column
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractColumnLayout.setColumnData(Widget column,
ColumnLayoutData data)
Adds a new column of data to this table layout.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.