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