Uses of Interface
org.eclipse.nebula.widgets.nattable.edit.editor.ICellEditor
Packages that use ICellEditor
Package
Description
-
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable
Methods in org.eclipse.nebula.widgets.nattable that return ICellEditorModifier and TypeMethodDescriptionNatTable.getActiveCellEditor()Returns the active cell editor that is currently open ornullif there is no editor active. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.edit
Fields in org.eclipse.nebula.widgets.nattable.edit with type parameters of type ICellEditorModifier and TypeFieldDescriptionstatic final ConfigAttribute<ICellEditor>EditConfigAttributes.CELL_EDITORThe configuration attribute for theICellEditorthat should be used for editing a cell value.Methods in org.eclipse.nebula.widgets.nattable.edit that return ICellEditorModifier and TypeMethodDescriptionCellEditorCreatedEvent.getEditor()Returns the editor associated with this event.Constructors in org.eclipse.nebula.widgets.nattable.edit with parameters of type ICellEditorModifierConstructorDescriptionCellEditorCreatedEvent(ICellEditor editor) Creates a new event passing the created editor -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.edit.command
Methods in org.eclipse.nebula.widgets.nattable.edit.command that return ICellEditorModifier and TypeMethodDescriptionstatic ICellEditorEditUtils.getLastSelectedCellEditor(SelectionLayer selectionLayer, IConfigRegistry configRegistry) -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.edit.config
Fields in org.eclipse.nebula.widgets.nattable.edit.config declared as ICellEditorModifier and TypeFieldDescriptionprotected ICellEditorDialogErrorHandling.editorTheICellEditorfor which thisDialogErrorHandlingis activated.Methods in org.eclipse.nebula.widgets.nattable.edit.config with parameters of type ICellEditorModifier and TypeMethodDescriptionvoidDialogErrorHandling.displayError(ICellEditor cellEditor, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidDiscardValueErrorHandling.displayError(ICellEditor cellEditor, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidLoggingErrorHandling.displayError(ICellEditor cellEditor, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidRenderErrorHandling.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidRenderErrorHandling.removeError(ICellEditor cellEditor) Will remove styling or other decorations that indicate that an error occurred. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.edit.editor
Classes in org.eclipse.nebula.widgets.nattable.edit.editor that implement ICellEditorModifier and TypeClassDescriptionclassAbstract implementation ofICellEditorthat wraps SWT controls to be NatTable editors.classICellEditorimplementation for checkbox editors.classICellEditorimplementation to provide combo box editing behaviour.classICellEditor implementation that uses a DateTime control for editing.classA specialization ofTextCellEditorthat uses a multi line text editor as editor control.classSpecialisedTextCellEditorthat sets the echo char of the text control used by this editor to a configured character.classICellEditor that uses a JFace TableViewer as editor control.classICellEditorimplementation that wraps a SWTTextcontrol to support text editing.Methods in org.eclipse.nebula.widgets.nattable.edit.editor with parameters of type ICellEditorModifier and TypeMethodDescriptionvoidAbstractEditErrorHandler.displayError(ICellEditor cellEditor, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidAbstractEditErrorHandler.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidIEditErrorHandler.displayError(ICellEditor cellEditor, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.default voidIEditErrorHandler.displayError(ICellEditor cellEditor, IConfigRegistry configRegistry, Exception e) If an error occurs on conversion/validation of data, this method will be called for showing that error to the user.voidAbstractEditErrorHandler.removeError(ICellEditor cellEditor) Will remove styling or other decorations that indicate that an error occurred.voidIEditErrorHandler.removeError(ICellEditor cellEditor) Will remove styling or other decorations that indicate that an error occurred. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.edit.gui
Classes in org.eclipse.nebula.widgets.nattable.edit.gui that implement ICellEditorModifier and TypeClassDescriptionclassAbstract implementation of aICellEditorthat is also aICellEditDialog.classThis implementation is a proof of concept for special cell editors that wrap dialogs.Fields in org.eclipse.nebula.widgets.nattable.edit.gui declared as ICellEditorModifier and TypeFieldDescriptionprotected final ICellEditorCellEditDialog.cellEditorThe cell editor that should be integrated and activated in this dialog.Methods in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type ICellEditorModifier and TypeMethodDescriptionstatic ICellEditDialogCellEditDialogFactory.createCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry) Will determine and return theICellEditDialogto open for editing a cell value.Constructors in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type ICellEditorModifierConstructorDescriptionCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry) TickUpdateCellEditDialog(org.eclipse.swt.widgets.Shell parentShell, Object originalCanonicalValue, ILayerCell cell, ICellEditor cellEditor, IConfigRegistry configRegistry, ITickUpdateHandler tickUpdateHandler) -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.extension.nebula.cdatetime
Classes in org.eclipse.nebula.widgets.nattable.extension.nebula.cdatetime that implement ICellEditorModifier and TypeClassDescriptionclassICellEditor implementation that uses the NebulaCDateTimecontrol for editing. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Classes in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext that implement ICellEditorModifier and TypeClassDescriptionclassNatTableICellEditorimplementation that makes use of the NebulaRichTextEditor. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.filterrow
Classes in org.eclipse.nebula.widgets.nattable.filterrow that implement ICellEditorModifier and TypeClassDescriptionclassSpecialisation of TextCellEditor that performs a commit on edit. -
Uses of ICellEditor in org.eclipse.nebula.widgets.nattable.filterrow.combobox
Classes in org.eclipse.nebula.widgets.nattable.filterrow.combobox that implement ICellEditorModifier and TypeClassDescriptionclassSpecialisation of ComboBoxCellEditor that can only be created using an IComboBoxDataProvider.Fields in org.eclipse.nebula.widgets.nattable.filterrow.combobox declared as ICellEditorModifier and TypeFieldDescriptionprotected ICellEditorComboBoxFilterRowConfiguration.cellEditorThe ICellEditor that should be used for the filter cells.Constructors in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type ICellEditorModifierConstructorDescriptionComboBoxFilterRowConfiguration(ICellEditor cellEditor, ImagePainter filterIconPainter) Deprecated.ComboBoxFilterRowConfiguration(ICellEditor cellEditor, ImagePainter filterIconPainter, IComboBoxDataProvider comboBoxDataProvider) Create a ComboBoxFilterRowConfiguration with the given filter cell editor and filter icon painter.
ComboBoxFilterRowConfiguration(ICellEditor, ImagePainter, IComboBoxDataProvider)