Package org.jdesktop.swingx.tips
Interface TipOfTheDayModel
- All Known Implementing Classes:
DefaultTipOfTheDayModel
public interface TipOfTheDayModel
A model for
JXTipOfTheDay
.-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getTipCount
int getTipCount()- Returns:
- the number of tips in this model
-
getTipAt
- Parameters:
index
-- Returns:
- the tip at
index
- Throws:
IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >= getTipCount()).
-