@Deprecated
public class BooleanCellEditor
extends CellEditor
| Constructor and Description |
|---|
BooleanCellEditor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutData |
getLayoutData()
Deprecated.
The
ComboBoxCellEditor implementation of this
CellEditor framework method sets the minimum width of the
cell. |
public LayoutData getLayoutData()
ComboBoxCellEditor implementation of this
CellEditor framework method sets the minimum width of the
cell. The minimum width is 10 characters if comboBox is not
null or disposed else it is 60 pixels to make
sure the arrow button and some text is visible. The list of CCombo will
be wide enough to show its longest item.