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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getTip()
The tip object to show.String
getTipName()
-
-
-
Method Detail
-
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
-
-