public class WeblafTooltipLanguageSupport
extends java.lang.Object
implements com.alee.managers.language.TooltipLanguageSupport
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.awt.Component,java.util.List<WebCustomTooltip>> |
tooltipsCache
Components custom WebLaF tooltips cache.
|
| Constructor and Description |
|---|
WeblafTooltipLanguageSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cacheTip(WebCustomTooltip tooltip)
Caches created custom tooltip.
|
void |
setupTooltip(java.awt.Component component,
com.alee.managers.language.data.Value value) |
protected final java.util.Map<java.awt.Component,java.util.List<WebCustomTooltip>> tooltipsCache
public void setupTooltip(java.awt.Component component,
com.alee.managers.language.data.Value value)
setupTooltip in interface com.alee.managers.language.TooltipLanguageSupportprotected void cacheTip(WebCustomTooltip tooltip)
tooltip - tooltip to cache