Class ComponentParametersCellModifier
java.lang.Object
java.util.Observable
org.palladiosimulator.editors.commons.tabs.generic.ObservableCellModifier
org.palladiosimulator.editors.commons.tabs.parameters.ComponentParametersCellModifier
- All Implemented Interfaces:
ICellModifier
The class define a cell modifier is used to access the data model from a cell
editor.
-
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
-
Method Summary
Methods inherited from class org.palladiosimulator.editors.commons.tabs.generic.ObservableCellModifier
notifyObservers, notifyObservers
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, setChanged
-
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
-
ComponentParametersCellModifier
public ComponentParametersCellModifier()
-
-
Method Details
-
canModify
-
getValue
-
modify
-
setContext
public void setContext(org.palladiosimulator.pcm.core.composition.AssemblyContext context) - Parameters:
context
- the context to set
-