|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TipOfTheDaySource
This interface is for any type of TipOfTheDaySource. The source of Tip of the Day could be anything, but as long as it's have the method defined in this interface, we can get and display in Tip of the Day dialog.
Method Summary | |
---|---|
int |
getCurrentTipIndex()
Gets the current tip index. |
String |
getNextTip()
Gets next tip. |
String |
getPreviousTip()
Gets previous tip. |
void |
setCurrentTipIndex(int currentTipIndex)
Sets current tip index. |
Method Detail |
---|
int getCurrentTipIndex()
void setCurrentTipIndex(int currentTipIndex)
currentTipIndex
- String getNextTip()
String getPreviousTip()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |