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
ConstructorDescriptionParametersCellModifier
(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:
canModify
in interfaceICellModifier
- Parameters:
element
- the elementproperty
- the property- Returns:
- true, if successful
- See Also:
-
getValue
Gets the value.- Specified by:
getValue
in interfaceICellModifier
- Parameters:
element
- the elementproperty
- the property- Returns:
- the value
- See Also:
-
modify
Modify.- Specified by:
modify
in interfaceICellModifier
- Parameters:
element
- the elementproperty
- the propertyvalue
- the value- See Also:
-