com.alee.managers.language
Interface TooltipLanguageSupport

All Known Implementing Classes:
SwingTooltipLanguageSupport, WeblafTooltipLanguageSupport

public interface TooltipLanguageSupport

Interface for any custom component tooltip providers.

Author:
Mikle Garin

Method Summary
 void setupTooltip(java.awt.Component component, Value value)
          Called when component tooltip update is required.
 

Method Detail

setupTooltip

void setupTooltip(java.awt.Component component,
                  Value value)
Called when component tooltip update is required.

Parameters:
component - component to update tooltip for
value - language value containing possible tooltip information