net.java.balloontip
Class BalloonTip.VisibilityControl

java.lang.Object
  extended by net.java.balloontip.BalloonTip.VisibilityControl
Enclosing class:
BalloonTip

protected class BalloonTip.VisibilityControl
extends java.lang.Object


Constructor Summary
protected BalloonTip.VisibilityControl()
           
 
Method Summary
 void setCriteriumAndUpdate(java.lang.String criterium, java.lang.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
 

Constructor Detail

BalloonTip.VisibilityControl

protected BalloonTip.VisibilityControl()
Method Detail

setCriteriumAndUpdate

public void setCriteriumAndUpdate(java.lang.String criterium,
                                  java.lang.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 criterium
value - 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/