Modifier and Type | Method and Description |
---|---|
AceCommandArgs |
AceCommandArgs.with(java.lang.String argKey,
java.lang.String argValue)
Add key-value pair to map.
|
Modifier and Type | Method and Description |
---|---|
void |
AceEditor.execCommand(AceCommand command,
AceCommandArgs args)
Execute a command with arguments (in case args is not null).
|
void |
AceEditor.execCommand(java.lang.String command,
AceCommandArgs args)
Execute a command with arguments (in case args is not null).
|