Class TableCellEditor.TableCellEditingSupport
java.lang.Object
org.eclipse.jface.viewers.EditingSupport
org.eclipse.nebula.widgets.nattable.edit.editor.TableCellEditor.TableCellEditingSupport
- Enclosing class:
- TableCellEditor
protected class TableCellEditor.TableCellEditingSupport
extends org.eclipse.jface.viewers.EditingSupport
EditingSupport to make the TableViewer control of this cell editor
editable. Will use a org.eclipse.jface.viewers.TextCellEditor for
editing.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jface.viewers.EditingSupport
getViewer, initializeCellEditorValue, saveCellEditorValue
-
Constructor Details
-
TableCellEditingSupport
public TableCellEditingSupport()
-
-
Method Details
-
getCellEditor
- Specified by:
getCellEditorin classorg.eclipse.jface.viewers.EditingSupport
-
canEdit
- Specified by:
canEditin classorg.eclipse.jface.viewers.EditingSupport
-
getValue
- Specified by:
getValuein classorg.eclipse.jface.viewers.EditingSupport
-
setValue
- Specified by:
setValuein classorg.eclipse.jface.viewers.EditingSupport
-