public interface GUICommandFactory
GUICommand
instances from string
representation.Modifier and Type | Method and Description |
---|---|
@NotNull GUICommand |
createCommand(@NotNull java.lang.String commandString)
Creates a new
GUICommand instance from string representation. |
GUICommand |
createCommandDecode(@NotNull java.lang.String encodedCommandString)
Creates a new
GUICommand instance from string representation. |
@NotNull java.lang.String |
decode(@NotNull java.lang.String command)
Decodes a key binding if necessary.
|
@NotNull java.lang.String |
encode(@NotNull java.lang.String command)
Encodes a key binding if necessary.
|
GUICommand createCommandDecode(@NotNull @NotNull java.lang.String encodedCommandString)
GUICommand
instance from string representation.encodedCommandString
- the command string representation@NotNull @NotNull GUICommand createCommand(@NotNull @NotNull java.lang.String commandString)
GUICommand
instance from string representation.commandString
- the command string representation@NotNull @NotNull java.lang.String encode(@NotNull @NotNull java.lang.String command)
command
- the key binding@NotNull @NotNull java.lang.String decode(@NotNull @NotNull java.lang.String command)
command
- the key binding