Interface MultiPagePane.ToolTipCustomizer

  • Enclosing class:
    MultiPagePane

    public static interface MultiPagePane.ToolTipCustomizer
    Interface for classes that want to customize the tool tip of an entry.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • customizeToolTip

        String customizeToolTip​(int index,
                                String toolTip)
        Gets called before the tool tip is set.
        Parameters:
        index - the index this menu is for
        toolTip - the tool tip at the moment, can be null
        Returns:
        the updated tool tip