Interface IMListIconProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IMListIconProvider
Icon provider interface for list items connections to a VS table use the default content provider where its icon methods are not overridden.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    getIcon(VSRow row, MLGroup group, MLItem listItem)
    Gets the icon to use for the list item and the specified VS row.
  • Method Details

    • getIcon

      IImageTarget getIcon(VSRow row, MLGroup group, MLItem listItem)
      Gets the icon to use for the list item and the specified VS row.
      Parameters:
      row - The row.
      group - The list item group.
      listItem - The list item in question.
      Returns:
      The icon to use, null for none.