Class 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 Detail

      • TableCellEditingSupport

        public TableCellEditingSupport()
    • Method Detail

      • getCellEditor

        protected org.eclipse.jface.viewers.CellEditor getCellEditor​(Object element)
        Specified by:
        getCellEditor in class org.eclipse.jface.viewers.EditingSupport
      • canEdit

        protected boolean canEdit​(Object element)
        Specified by:
        canEdit in class org.eclipse.jface.viewers.EditingSupport
      • getValue

        protected Object getValue​(Object element)
        Specified by:
        getValue in class org.eclipse.jface.viewers.EditingSupport
      • setValue

        protected void setValue​(Object element,
                                Object value)
        Specified by:
        setValue in class org.eclipse.jface.viewers.EditingSupport