Package org.eclipse.nebula.widgets.nattable.edit.editor
package org.eclipse.nebula.widgets.nattable.edit.editor
-
ClassDescriptionAbstract implementation of
ICellEditor
that wraps SWT controls to be NatTable editors.Abstract implementation ofIEditErrorHandler
that by default calls the underlyingIEditErrorHandler
to handle the error.ICellEditor
implementation for checkbox editors.ICellEditor
implementation to provide combo box editing behaviour.This class adds support for adding aControlDecoration
to the editor controls of aICellEditor
.ICellEditor implementation that uses a DateTime control for editing.Enumeration for selection mode within a TextCellEditor.Interface for implementing editors that can be used in a NatTable.Interface to specify a data provider forComboBoxCellEditor
s in NatTable.AnIEditErrorHandler
will be used if on data conversion or validation while editing viaICellEditor
an error occurs.A specialization ofTextCellEditor
that uses a multi line text editor as editor control.SpecialisedTextCellEditor
that sets the echo char of the text control used by this editor to a configured character.ICellEditor that uses a JFace TableViewer as editor control.ICellEditor
implementation that wraps a SWTText
control to support text editing.