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

public class ComponentParametersCellModifier extends ObservableCellModifier
The class define a cell modifier is used to access the data model from a cell editor.
  • Field Details

    • editingDomain

      protected org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain
      The transactional editing domain which is used to get the commands and alter the model
  • Constructor Details

    • ComponentParametersCellModifier

      public ComponentParametersCellModifier()
  • Method Details

    • canModify

      public boolean canModify(Object element, String property)
    • getValue

      public Object getValue(Object element, String property)
    • modify

      public void modify(Object element, String property, Object value)
    • setContext

      public void setContext(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
      Parameters:
      context - the context to set