Class CheckBoxEditingSupport<T,V>

java.lang.Object
org.eclipse.jface.viewers.EditingSupport
com.amalgamasimulation.desktop.binding.editingsupports.GenericEditingSupport<T,V>
com.amalgamasimulation.desktop.binding.editingsupports.CheckBoxEditingSupport<T,V>
Type Parameters:
T - type of row value
V - type of column value (cell value)
Direct Known Subclasses:
EMFCheckBoxEditingSupport

public class CheckBoxEditingSupport<T,V> extends GenericEditingSupport<T,V>
Class is used to edit boolean values ​​in a cell. When a cell is clicked, the setter function is executed
Author:
Ionov Ivan
  • Constructor Details

    • CheckBoxEditingSupport

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