java.lang.Objectcom.realtime.crossfire.jxclient.window.ShortcutsLoader
public class ShortcutsLoader
Manages shortcuts.
| Constructor Summary | |
|---|---|
private |
ShortcutsLoader()
Private constructor to prevent instantiation. |
| Method Summary | |
|---|---|
static void |
loadShortcuts(Shortcuts shortcuts,
java.lang.CharSequence hostname,
java.lang.CharSequence character)
Load shortcut info from the backing file. |
static void |
saveShortcuts(Shortcuts shortcuts)
Save all shortcut info to the backing file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private ShortcutsLoader()
| Method Detail |
|---|
public static void loadShortcuts(@NotNull
Shortcuts shortcuts,
@NotNull
java.lang.CharSequence hostname,
@NotNull
java.lang.CharSequence character)
shortcuts - the shortcuts instance to updatehostname - the current hostnamecharacter - the current character name
public static void saveShortcuts(@NotNull
Shortcuts shortcuts)
shortcuts - the shortcuts instance to save