Class EMFEnumComboBoxEditingSupport<T,V>

Type Parameters:
T - type of row value
V - type of column value (cell value)

public class EMFEnumComboBoxEditingSupport<T,V> extends EnumComboBoxEditingSupport<T,V>
Class is used to select from a enum of values ​​in a cell. Creates a combo box in the cell where a new cell value can be selected Used only with EMF (EObject).
Author:
Ionov Ivan
  • Constructor Details

    • EMFEnumComboBoxEditingSupport

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

    • editedFeature

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