org.zaval.lw
Interface TooltipInfo

All Known Implementing Classes:
LwTracker

public interface TooltipInfo

This is tooltip interface. Using the interface different classes can define tooltip or set of tooltips for the specified component area.


Method Summary
 LwComponent getTooltip(int x, int y)
          Returns a component that should be used as a tooltip for the specified location of a target component.
 

Method Detail

getTooltip

public LwComponent getTooltip(int x,
                              int y)
Returns a component that should be used as a tooltip for the specified location of a target component.
Parameters:
x - the x coordinate of the location.
y - the y coordinate of the location.
Returns:
the tooltip component.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org