Interface MultiChoiceLabelProvider

All Known Implementing Classes:
MultiChoiceDefaultLabelProvider
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 MultiChoiceLabelProvider
Classes which implement this interface provide methods that determine what to show in a MultiChoice control.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getText​(java.lang.Object element)  
  • Method Details

    • getText

      java.lang.String getText​(java.lang.Object element)
      Parameters:
      element - the element for which to provide the label text
      Returns:
      the text string used to label the element, or "" if there is no text label for the given object