|
||||||||||
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,
java.awt.event.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 millisecondspublic static void showTimedBalloon(BalloonTip balloon, int time, java.awt.event.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 |