net.java.balloontip
Class BalloonTip.VisibilityControl
java.lang.Object
net.java.balloontip.BalloonTip.VisibilityControl
- Enclosing class:
- BalloonTip
protected class BalloonTip.VisibilityControl
- extends Object
|
Method Summary |
void |
setCriteriumAndUpdate(String criterium,
Boolean value)
Sets the value of a particular visibility criterium and checks whether the balloon tip should still be visible or not |
void |
update()
Makes sure the balloon tip's visibility is updated by checking all visibility criteria
If any of the visibility criteria is false, the balloon tip should be invisible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BalloonTip.VisibilityControl
protected BalloonTip.VisibilityControl()
setCriteriumAndUpdate
public void setCriteriumAndUpdate(String criterium,
Boolean value)
- Sets the value of a particular visibility criterium and checks whether the balloon tip should still be visible or not
- Parameters:
criterium - the visibility criteriumvalue - value of the criterium
update
public void update()
- Makes sure the balloon tip's visibility is updated by checking all visibility criteria
If any of the visibility criteria is false, the balloon tip should be invisible.
Only if all criteria are true, the balloon tip can be visible.
http://balloontip.java.net/