|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.sygem.swing.jtipoftheday.TipShowListener
The TipShowListener lets you register for changes to the "Show Tips on Startup" variable. You can then store the information in whatever way suits your application.
Title: JTipOfTheDay
Description: A Swing component for displaying a Tip on startup
Copyright: Copyright (c) 2004
Company: SyGem Software
| Constructor Summary | |
TipShowListener()
|
|
| Method Summary | |
abstract void |
tipShowChanged(boolean showTips)
This method will be called when the user clicks on the "Show Tips on Startup" checkbox. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TipShowListener()
| Method Detail |
public abstract void tipShowChanged(boolean showTips)
showTips - The new value for the "Show Tips on Startup" variable.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||