| 
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 TipOfTheDaySourcepublic void setCurrentTipIndex(int currentTipIndex)
TipOfTheDaySource
setCurrentTipIndex in interface TipOfTheDaySourcepublic String getNextTip()
TipOfTheDaySource
getNextTip in interface TipOfTheDaySourcepublic String getPreviousTip()
TipOfTheDaySource
getPreviousTip in interface TipOfTheDaySourceprotected String getTip()
  | 
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||