Class EMFTextEditingSupport<T,V>

java.lang.Object
org.eclipse.jface.viewers.EditingSupport
Type Parameters:
T - type of row value
V - type of column value (cell value)

public class EMFTextEditingSupport<T,V> extends TextEditingSupport<T,V>
Class is used to edit a table cell value. When a cell is clicked, a text editor appears where an updated cell value can be entered Used only with EMF (EObject).
Author:
Ionov Ivan
  • Constructor Details

    • EMFTextEditingSupport

      public EMFTextEditingSupport(org.eclipse.jface.viewers.ColumnViewer viewer, org.eclipse.swt.widgets.Composite parent)
  • Method Details

    • editedFeature

      public EMFTextEditingSupport<T,V> editedFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
      Set up the feature
      Parameters:
      feature - container reference to value
      Returns:
      this object