Class ExceptionsCellModifier
java.lang.Object
org.palladiosimulator.editors.commons.dialogs.exception.ExceptionsCellModifier
- All Implemented Interfaces:
ICellModifier
author roman.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.eclipse.emf.transaction.TransactionalEditingDomain
The transactional editing domain which is used to get the commands and alter the model. -
Constructor Summary
ConstructorDescriptionExceptionsCellModifier
(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:
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:
-