public abstract class WebLanguageUpdater<E extends java.awt.Component>
extends com.alee.managers.language.updaters.DefaultLanguageUpdater<E>
| Constructor and Description |
|---|
WebLanguageUpdater() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
cacheHotkey(java.awt.Component component,
HotkeyInfo hotkeyInfo)
Caches component's hotkey
|
protected static HotkeyInfo |
getCachedHotkey(java.awt.Component component)
Returns cached hotkey data.
|
protected static boolean |
isHotkeyCached(java.awt.Component component)
Returns wether hotkey is cached or not.
|
getComponentClass, getDefaultText, getDefaultText, getDefaultTextprotected static void cacheHotkey(java.awt.Component component,
HotkeyInfo hotkeyInfo)
component - componenthotkeyInfo - hotkey dataprotected static boolean isHotkeyCached(java.awt.Component component)
component - hotkey's componentprotected static HotkeyInfo getCachedHotkey(java.awt.Component component)
component - hotkey's component