Class TableViewerEditingSupport


  • public abstract class TableViewerEditingSupport
    extends org.eclipse.jface.viewers.EditingSupport
    • Field Detail

      • cellEditor

        protected org.eclipse.jface.viewers.CellEditor cellEditor
    • Constructor Detail

      • TableViewerEditingSupport

        public TableViewerEditingSupport​(org.eclipse.jface.viewers.TableViewer viewer)
    • Method Detail

      • createCellEditor

        protected abstract org.eclipse.jface.viewers.CellEditor createCellEditor​(org.eclipse.jface.viewers.TableViewer viewer)
      • 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 abstract Object getValue​(Object element)
        Specified by:
        getValue in class org.eclipse.jface.viewers.EditingSupport
      • setValueImpl

        protected abstract void setValueImpl​(Object element,
                                             Object value)
      • setValue

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