DefaultTipOfTheDayModel
public interface TipOfTheDayModel
JXTipOfTheDay
.Modifier and Type | Interface | Description |
---|---|---|
static interface |
TipOfTheDayModel.Tip |
A tip.
|
Modifier and Type | Method | Description |
---|---|---|
TipOfTheDayModel.Tip |
getTipAt(int index) |
|
int |
getTipCount() |
int getTipCount()
TipOfTheDayModel.Tip getTipAt(int index)
index
- index
java.lang.IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >=
getTipCount()).