Package org.jdesktop.swingx.tips
Interface TipOfTheDayModel.Tip
- All Known Implementing Classes:
DefaultTip
- Enclosing interface:
TipOfTheDayModel
public static interface TipOfTheDayModel.Tip
A tip.
-
Method Summary
-
Method Details
-
getTipName
String getTipName()- Returns:
- very short (optional) text describing the tip
-
getTip
Object getTip()The tip object to show. SeeJXTipOfTheDay
for supported object types.- Returns:
- the tip to display
-