Interface SourceListToolTipProvider

    • Method Detail

      • getTooltip

        java.lang.String getTooltip​(SourceListCategory category)
        Gets the tool tip to use for the given SourceListCategory.
        Parameters:
        category - the SourceListCategory to get the tooltip for.
        Returns:
        the tool tip, or null if no tool tip should be shown.
      • getTooltip

        java.lang.String getTooltip​(SourceListItem item)
        Gets the tool tip to use for the given SourceListItem.
        Parameters:
        item - the SourceListItem to get the tooltip for.
        Returns:
        the tool tip, or null if no tool tip should be shown.