org.xith3d.ui.hud.utils
Interface ToolTipFactory

All Known Implementing Classes:
DefaultToolTipFactory

public interface ToolTipFactory

An implementation of this interface provides instances of Widgets, that are used as tooltips for other Widgets.


Method Summary
 Widget createToolTip(java.lang.String text)
          Creates a Widget, that is used as a ToolTip for another Widget.
 

Method Detail

createToolTip

Widget createToolTip(java.lang.String text)
Creates a Widget, that is used as a ToolTip for another Widget.

Parameters:
text - the text to be displayed on the tooltip.
Returns:
the tooltip Widget.