Interface TipOfTheDayModel.Tip

All Known Implementing Classes:
DefaultTip
Enclosing interface:
TipOfTheDayModel

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

    Modifier and Type
    Method
    Description
    The tip object to show.
     
  • Method Details

    • 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