Class ProcessingTypeSelectionLabelProvider

    • Constructor Detail

      • ProcessingTypeSelectionLabelProvider

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

      • 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