Interface TipOfTheDayModel.Tip

  • All Known Implementing Classes:
    DefaultTip
    Enclosing interface:
    TipOfTheDayModel

    public static interface TipOfTheDayModel.Tip
    A tip.
    • Method Detail

      • getTipName

        String getTipName()
        Returns:
        very short (optional) text describing the tip
      • getTip

        Object getTip()
        The tip object to show. See JXTipOfTheDay for supported object types.
        Returns:
        the tip to display