|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TipOfTheDayModel
Describes the data and operations required for the TipOfTheDayDialog.
TipOfTheDayDialog
Field Summary | |
---|---|
static String |
SHOWING_TIPS_PROPERTY
The name of the bound property "showingTips". |
Method Summary | |
---|---|
boolean |
isShowingTips()
Returns if we shall show tips at application startup. |
URL |
nextTip()
Returns the URL to the next next tip. |
URL |
previousTip()
Returns the URL of the previous tip. |
void |
setShowingTips(boolean b)
Sets if we shall show tips at application startup. |
Field Detail |
---|
static final String SHOWING_TIPS_PROPERTY
Method Detail |
---|
URL nextTip()
URL previousTip()
boolean isShowingTips()
void setShowingTips(boolean b)
b
- true to enable the tips, false to disable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |