Interface ECPViewerAwareCellEditor

  • All Known Implementing Classes:
    MultiReferenceCellEditor

    public interface ECPViewerAwareCellEditor
    If a ECPCellEditor additionally implements this interface, the cell editor instance will get the TableViewer instance it belongs to.
    Since:
    1.18
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setTableFeature​(org.eclipse.emf.ecore.EReference tableRefrence)
      Sets the EReference of the table this cell editor is created for.
      void setTableViewer​(org.eclipse.jface.viewers.AbstractTableViewer tableViewer)
      Sets the table viewer this cell editor is created for.
    • Method Detail

      • setTableViewer

        void setTableViewer​(org.eclipse.jface.viewers.AbstractTableViewer tableViewer)
        Sets the table viewer this cell editor is created for.
        Parameters:
        tableViewer - The TableViewer this cell editor belongs to
      • setTableFeature

        void setTableFeature​(org.eclipse.emf.ecore.EReference tableRefrence)
        Sets the EReference of the table this cell editor is created for.
        Parameters:
        tableRefrence - The EReference this cell editor is used for