Class EMFCheckBoxEditingSupport<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 EMFCheckBoxEditingSupport<T,V> extends CheckBoxEditingSupport<T,V>
Class is used to edit boolean values ​​in a cell. When a cell is clicked, the setter function is executed. Used only with EMF (EObject).
Author:
Ionov Ivan
  • Constructor Details

    • EMFCheckBoxEditingSupport

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

    • editedFeature

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