Interface MultiChoiceLabelProvider

  • All Known Implementing Classes:
    MultiChoiceDefaultLabelProvider

    public interface MultiChoiceLabelProvider
    Classes which implement this interface provide methods that determine what to show in a MultiChoice control.
    • Method Detail

      • 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