| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.nattable.edit.gui |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDialogCellEditor
Abstract implementation of a
ICellEditor that is also a ICellEditDialog. |
class |
CellEditDialog
Dialog that supports editing of cells in NatTable.
|
class |
FileDialogCellEditor
This implementation is a proof of concept for special cell editors that wrap dialogs.
|
class |
TickUpdateCellEditDialog
Specialization of
CellEditDialog that adds additional functionality
to also use tick updates on the cell value(s). |
| Modifier and Type | Method and Description |
|---|---|
static ICellEditDialog |
CellEditDialogFactory.createCellEditDialog(org.eclipse.swt.widgets.Shell parentShell,
Object originalCanonicalValue,
ILayerCell cell,
ICellEditor cellEditor,
IConfigRegistry configRegistry)
Will determine and return the
ICellEditDialog to open for editing a cell
value. |
Copyright © 2013. All Rights Reserved.