public interface TipOfTheDayModel
JXTipOfTheDay.| Modifier and Type | Interface and Description |
|---|---|
static interface |
TipOfTheDayModel.Tip
A tip.
|
| Modifier and Type | Method and Description |
|---|---|
TipOfTheDayModel.Tip |
getTipAt(int index) |
int |
getTipCount() |
int getTipCount()
TipOfTheDayModel.Tip getTipAt(int index)
index - indexIndexOutOfBoundsException - if the index is out of range (index < 0 || index >=
getTipCount()).Copyright © 2017. All Rights Reserved.