com.alee.managers.language
Class SwingTooltipLanguageSupport

java.lang.Object
  extended by com.alee.managers.language.SwingTooltipLanguageSupport
All Implemented Interfaces:
TooltipLanguageSupport

public class SwingTooltipLanguageSupport
extends java.lang.Object
implements TooltipLanguageSupport

Swing tooltips language support.

Author:
Mikle Garin

Constructor Summary
SwingTooltipLanguageSupport()
           
 
Method Summary
 void setupTooltip(java.awt.Component component, Value value)
          Called when component tooltip update is required.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingTooltipLanguageSupport

public SwingTooltipLanguageSupport()
Method Detail

setupTooltip

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

Specified by:
setupTooltip in interface TooltipLanguageSupport
Parameters:
component - component to update tooltip for
value - language value containing possible tooltip information