Where should the balloon's tip be located, relative to the attached component
; ALIGNED makes sure the balloon's edge is aligned with the attached component
A BalloonTipPositioner is used to determine the position of a BalloonTip
Note: If you change a positioner's settings, the changes may not be visible until the balloon tip is redrawn.
Provides the same functionality as a BalloonTip, but you can add a certain offset to its position (, which can come in handy if attached to custom components)
Returns the percentage that determines the X-coordinate of the tip within the attached component
(whereas 0.0 is the left side and 1.0 is the right side)
Change the component this balloon tip is attached to
(The top-level container will be re-determined during this process;
if you set it manually, you'll have to set it again...)
Sets this balloon tip's close button (which will call closeBalloon() when clicked)
You don't need add any behaviour to the button yourself; this is added for you.
This class allows you to use a balloon tip as a tooltip
That is, the balloon tip will only show up for a certain amount of time while you hover over the attached component.
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.