public class DesignerTipOfTheDaySource
extends java.lang.Object
implements com.jidesoft.tipoftheday.TipOfTheDaySource
| Constructor and Description |
|---|
DesignerTipOfTheDaySource(PersistentProperties props) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentTipIndex() |
java.lang.String |
getNextTip() |
java.lang.String |
getPreviousTip() |
boolean |
isShowTips() |
void |
setCurrentTipIndex(int arg) |
void |
setShowTips(boolean showTips) |
public DesignerTipOfTheDaySource(PersistentProperties props)
public int getCurrentTipIndex()
getCurrentTipIndex in interface com.jidesoft.tipoftheday.TipOfTheDaySourcepublic java.lang.String getNextTip()
getNextTip in interface com.jidesoft.tipoftheday.TipOfTheDaySourcepublic java.lang.String getPreviousTip()
getPreviousTip in interface com.jidesoft.tipoftheday.TipOfTheDaySourcepublic void setCurrentTipIndex(int arg)
setCurrentTipIndex in interface com.jidesoft.tipoftheday.TipOfTheDaySourcepublic boolean isShowTips()
public void setShowTips(boolean showTips)