Class MetricDescriptionSelectionCheckboxCellModifier

java.lang.Object
org.palladiosimulator.measurementsui.wizard.handlers.MetricDescriptionSelectionCheckboxCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier

public class MetricDescriptionSelectionCheckboxCellModifier extends Object implements org.eclipse.jface.viewers.ICellModifier
This handles the checkbox action for the self adapting column in the 3rd wizard page (measurement selection).
  • Constructor Details

    • MetricDescriptionSelectionCheckboxCellModifier

      public MetricDescriptionSelectionCheckboxCellModifier(org.eclipse.jface.viewers.TableViewer tableViewer, MetricDescriptionSelectionWizardModel model)
      The constructor where basic attributes are set, e. g. the tableViewer
      Parameters:
      tableViewer - the given tableViewer of the according table
  • Method Details

    • canModify

      public boolean canModify(Object element, String property)
      Specified by:
      canModify in interface org.eclipse.jface.viewers.ICellModifier
    • getValue

      public Object getValue(Object element, String property)
      Specified by:
      getValue in interface org.eclipse.jface.viewers.ICellModifier
    • modify

      public void modify(Object element, String property, Object value)
      Specified by:
      modify in interface org.eclipse.jface.viewers.ICellModifier