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. |
setupTooltip
void setupTooltip(java.awt.Component component,
Value value)
- Called when component tooltip update is required.
- Parameters:
component
- component to update tooltip forvalue
- language value containing possible tooltip information