Class ProcessingTypeSelectionLabelProvider

java.lang.Object
org.palladiosimulator.measurementsui.wizard.handlers.labelprovider.ProcessingTypeSelectionLabelProvider
All Implemented Interfaces:
IBaseLabelProvider, ITableLabelProvider

public class ProcessingTypeSelectionLabelProvider extends Object implements ITableLabelProvider
This class handles the correct display of labels in the table of the 4th wizard page which is for measurement specification.
  • Constructor Details

    • ProcessingTypeSelectionLabelProvider

      public ProcessingTypeSelectionLabelProvider(ProcessingTypeSelectionWizardModel processingTypeSelectionWizardModel)
      The constructor which sets the internal model.
      Parameters:
      processingTypeSelectionWizardModel - the internal model
  • Method Details

    • removeListener

      public void removeListener(ILabelProviderListener listener)
      not used, but the existence of this method is required
      Specified by:
      removeListener in interface IBaseLabelProvider
      Parameters:
      listener - not used
    • addListener

      public void addListener(ILabelProviderListener listener)
      not used, but the existence of this method is required
      Specified by:
      addListener in interface IBaseLabelProvider
      Parameters:
      listener - not used
    • dispose

      public void dispose()
      not used, but the existence of this method is required
      Specified by:
      dispose in interface IBaseLabelProvider
    • isLabelProperty

      public boolean isLabelProperty(Object element, String property)
      not used, but the existence of this method is required
      Specified by:
      isLabelProperty in interface IBaseLabelProvider
      Parameters:
      element - not used
      property - not used
      Returns:
      not used
    • getColumnImage

      public Image getColumnImage(Object element, int columnIndex)
      not used, but the existence of this method is required
      Specified by:
      getColumnImage in interface ITableLabelProvider
      Parameters:
      element - not used
      columnIndex - not used
      Returns:
      not used
    • getColumnText

      public String getColumnText(Object element, int columnIndex)
      Sets the label that is displayed in the table for a given element and column.
      Specified by:
      getColumnText in interface ITableLabelProvider
      Parameters:
      element - the given element of the table
      columnIndex - the index of the given column
      Returns:
      the label that is displayed