Class MetricDescriptionSelectionCheckboxCellModifier
- java.lang.Object
-
- org.palladiosimulator.measurementsui.wizard.handlers.MetricDescriptionSelectionCheckboxCellModifier
-
- All Implemented Interfaces:
ICellModifier
public class MetricDescriptionSelectionCheckboxCellModifier extends Object implements ICellModifier
This handles the checkbox action for the self adapting column in the 3rd wizard page (measurement selection).
-
-
Constructor Summary
Constructors Constructor Description MetricDescriptionSelectionCheckboxCellModifier(TableViewer tableViewer, MetricDescriptionSelectionWizardModel model)
The constructor where basic attributes are set, e.
-
-
-
Constructor Detail
-
MetricDescriptionSelectionCheckboxCellModifier
public MetricDescriptionSelectionCheckboxCellModifier(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 Detail
-
canModify
public boolean canModify(Object element, String property)
- Specified by:
canModify
in interfaceICellModifier
-
getValue
public Object getValue(Object element, String property)
- Specified by:
getValue
in interfaceICellModifier
-
modify
public void modify(Object element, String property, Object value)
- Specified by:
modify
in interfaceICellModifier
-
-