Class EventTypesCellModifier

java.lang.Object
java.util.Observable
org.palladiosimulator.editors.commons.tabs.generic.ObservableCellModifier
org.palladiosimulator.editors.commons.tabs.operations.EventTypesCellModifier
All Implemented Interfaces:
ICellModifier

public class EventTypesCellModifier extends ObservableCellModifier
This class implements an ICellModifier for the modification of event types. An ICellModifier is called when the user modifies a cell in the tableViewer
  • 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

    • EventTypesCellModifier

      public EventTypesCellModifier(String[] columnNames)
  • Method Details