Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
Modifier and Type | Method and Description |
---|---|
CellEditor.LayoutData |
ComboBoxCellEditor.getLayoutData()
The
ComboBoxCellEditor implementation of
this CellEditor framework method sets the
minimum width of the cell. |
CellEditor.LayoutData |
TextCellEditor.getLayoutData()
Since a text editor field is scrollable we don't
set a minimumSize.
|
CellEditor.LayoutData |
CellEditor.getLayoutData()
Returns a layout data object for this cell editor.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.