22 package com.realtime.crossfire.jxclient.gui.commandlist;
24 import org.jetbrains.annotations.NotNull;
54 String
encode(@NotNull
final String command);
62 String
decode(@NotNull
final String command);
GUICommand createCommandDecode(@NotNull String encodedCommandString)
Creates a new GUICommand instance from string representation.
String decode(@NotNull final String command)
Decodes a key binding if necessary.
GUICommand createCommand(@NotNull final String commandString)
Creates a new GUICommand instance from string representation.
Factory for creating GUICommand instances from string representation.
String encode(@NotNull final String command)
Encodes a key binding if necessary.