See: Description
| Class | Description |
|---|---|
| BasicTableEditor |
The base class for implementing single-column and multi-column table editing.
|
| BasicTableEditor |
The base class for implementing single-column and multi-column table editing.
|
| ExtendedComboBoxCellEditor |
This uses a list of objects and a label provider to build a combo box based on model objects rather than on strings.
|
| ExtendedComboBoxCellEditor |
This uses a list of objects and a label provider to build a combo box based on model objects rather than on strings.
|
| ExtendedDialogCellEditor |
This uses a label provider to display a dialog cell editor.
|
| ExtendedDialogCellEditor |
This uses a label provider to display a dialog cell editor.
|
| ExtendedTableEditor | Deprecated |
| ExtendedTableEditor | Deprecated |
| ExtendedTableTreeEditor | Deprecated |
| ExtendedTreeEditor |
This base class for implementing a
TreeEditor calls #editItem
when the cell editor potentially needs to be activated. |
| ExtendedTreeEditor |
This base class for implementing a
TreeEditor calls ExtendedTreeEditor.editItem(TreeItem)
when the cell editor potentially needs to be activated. |
| MultiColumnTableEditor |
An abstract base class for implementing table editing where multiple columns (all by default) are editable.
|
| SingleColumnTableEditor |
An abstract base class for implementing table editing where only a single column is editable.
|