Class ExceptionsCellModifier
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.exception.ExceptionsCellModifier
- All Implemented Interfaces:
ICellModifier
author roman.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.emf.transaction.TransactionalEditingDomainThe transactional editing domain which is used to get the commands and alter the model. -
Constructor Summary
ConstructorsConstructorDescriptionExceptionsCellModifier(TableViewer viewer, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Instantiates a new exceptions cell modifier. -
Method Summary
-
Field Details
-
editingDomain
protected org.eclipse.emf.transaction.TransactionalEditingDomain editingDomainThe transactional editing domain which is used to get the commands and alter the model.
-
-
Constructor Details
-
ExceptionsCellModifier
public ExceptionsCellModifier(TableViewer viewer, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain) Instantiates a new exceptions 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:
-