|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.tipoftheday.ResourceBundleTipOfTheDaySource
public class ResourceBundleTipOfTheDaySource
This is TipOfTheDay source based on resource bundle.
Constructor Summary | |
---|---|
ResourceBundleTipOfTheDaySource(ResourceBundle bundle)
|
|
ResourceBundleTipOfTheDaySource(ResourceBundle bundle,
String bundleKeyPattern)
|
Method Summary | |
---|---|
int |
getCurrentTipIndex()
Gets the current tip index. |
String |
getNextTip()
Gets next tip. |
String |
getPreviousTip()
Gets previous tip. |
protected String |
getTip()
|
void |
setCurrentTipIndex(int currentTipIndex)
Sets current tip index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceBundleTipOfTheDaySource(ResourceBundle bundle)
public ResourceBundleTipOfTheDaySource(ResourceBundle bundle, String bundleKeyPattern)
Method Detail |
---|
public int getCurrentTipIndex()
TipOfTheDaySource
getCurrentTipIndex
in interface TipOfTheDaySource
public void setCurrentTipIndex(int currentTipIndex)
TipOfTheDaySource
setCurrentTipIndex
in interface TipOfTheDaySource
public String getNextTip()
TipOfTheDaySource
getNextTip
in interface TipOfTheDaySource
public String getPreviousTip()
TipOfTheDaySource
getPreviousTip
in interface TipOfTheDaySource
protected String getTip()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |