Package org.eclipse.nebula.widgets.nattable.edit.gui
package org.eclipse.nebula.widgets.nattable.edit.gui
-
ClassDescriptionAbstract implementation of a
ICellEditor
that is also aICellEditDialog
.Dialog that supports editing of cells in NatTable.Factory to createICellEditDialog
instances that should be opened for editing cell values.This implementation is a proof of concept for special cell editors that wrap dialogs.Interface for dialogs that can be used as editing dialogs in NatTable.Specialization ofCellEditDialog
that adds additional functionality to also use tick updates on the cell value(s).