Class ProcessingTypeSelectionEditingSupport

java.lang.Object
org.eclipse.jface.viewers.EditingSupport
org.palladiosimulator.measurementsui.wizard.handlers.editingsupport.ProcessingTypeSelectionEditingSupport
Direct Known Subclasses:
ProcessingTypeDropDownEditingSupport, ProcessingTypePropertyEditingSupport

public abstract class ProcessingTypeSelectionEditingSupport extends EditingSupport
This class models the editing support for the columns on the 4th wizard page (for specification of selected measurements).
  • Field Details

    • tableViewer

      protected TableViewer tableViewer
      The according TableViewer object.
    • processingTypeSelectionWizardModel

      protected ProcessingTypeSelectionWizardModel processingTypeSelectionWizardModel
      This handles the internal model.
    • cellEditor

      protected CellEditor cellEditor
      The Editor object for the table cells.
  • Constructor Details

    • ProcessingTypeSelectionEditingSupport

      public ProcessingTypeSelectionEditingSupport(ColumnViewer columnViewer, TableViewer tableViewer, ProcessingTypeSelectionWizardModel processingTypeSelectionWizardModel)
      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
  • Method Details