Class ParametersCellModifier
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.parameters.ParametersCellModifier
- All Implemented Interfaces:
ICellModifier
The class define the CellModifire for the ParametersDialog.
-
Constructor Summary
ConstructorsConstructorDescriptionParametersCellModifier(TableViewer viewer, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Instantiates a new parameters cell modifier. -
Method Summary
-
Constructor Details
-
ParametersCellModifier
public ParametersCellModifier(TableViewer viewer, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Instantiates a new parameters cell modifier.- Parameters:
viewer- the viewereditingDomain- the editing domain
-
-
Method Details
-
canModify
Can modify.- Specified by:
canModifyin interfaceICellModifier- Parameters:
element- the elementproperty- the property- Returns:
- true, if successful
- See Also:
-
getValue
Gets the value.- Specified by:
getValuein interfaceICellModifier- Parameters:
element- the elementproperty- the property- Returns:
- the value
- See Also:
-
modify
Modify.- Specified by:
modifyin interfaceICellModifier- Parameters:
element- the elementproperty- the propertyvalue- the value- See Also:
-