|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.balloontip.utils.TimingUtils
public final class TimingUtils
This class provides balloon tips that can time out
| Method Summary | |
|---|---|
static void |
showTimedBalloon(BalloonTip balloon,
int time)
Displays a balloon tip for a certain time, then close it. |
static void |
showTimedBalloon(BalloonTip balloon,
int time,
ActionListener onTimeout)
Displays a balloon tip for a certain time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void showTimedBalloon(BalloonTip balloon,
int time)
balloon - the BalloonTiptime - show the balloon for this amount of milliseconds
public static void showTimedBalloon(BalloonTip balloon,
int time,
ActionListener onTimeout)
balloon - the BalloonTiptime - show the balloon for this amount of millisecondsonTimeout - this action is taken when time runs out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||