|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.balloontip.BalloonTip.VisibilityControl
protected class BalloonTip.VisibilityControl
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 |
---|
protected BalloonTip.VisibilityControl()
Method Detail |
---|
public void setCriteriumAndUpdate(java.lang.String criterium, java.lang.Boolean value)
criterium
- the visibility criteriumvalue
- value of the criteriumpublic void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |