Interface AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T>

    • Method Detail

      • createHistoryEntryToolTip

        String createHistoryEntryToolTip​(AbstractNamedHistoryPanel<T> history,
                                         int index)
        Gets called when a tooltip needs to get generated.
        Parameters:
        history - the history
        index - the index in the history
        Returns:
        the generated tool tip, null if not available