Class ProcessingTypePropertyEditingSupport

java.lang.Object
org.eclipse.jface.viewers.EditingSupport
org.palladiosimulator.measurementsui.wizard.handlers.editingsupport.ProcessingTypeSelectionEditingSupport
org.palladiosimulator.measurementsui.wizard.handlers.editingsupport.ProcessingTypePropertyEditingSupport

public final class ProcessingTypePropertyEditingSupport extends ProcessingTypeSelectionEditingSupport
This class enables editing support for the ProcessingType property columns on the 4th wizard page (for specification of measurements).
  • Constructor Details

    • ProcessingTypePropertyEditingSupport

      public ProcessingTypePropertyEditingSupport(ColumnViewer columnViewer, TableViewer tableViewer, ProcessingTypeSelectionWizardModel processingTypeSelectionWizardModel, int propertyColumn)
      Constructor, where basic attributes are set for further use, e. g. the according ColumnViewer, TableViewer.
      Parameters:
      columnViewer - the given ColumnViewer
      tableViewer - the given TableViewer
      processingTypeSelectionWizardModel - the internal model handler
      propertyColumn - indicates the index of the property column of the ProcessingType
  • Method Details