Uses of Class
cn.mapway.document.ui.client.component.ace.AceCommandArgs
Packages that use AceCommandArgs
-
Uses of AceCommandArgs in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceCommandArgsModifier and TypeMethodDescriptionAdd key-value pair to map.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceCommandArgsModifier and TypeMethodDescriptionvoidAceEditor.execCommand(AceCommand command, AceCommandArgs args) Execute a command with arguments (in case args is not null).voidAceEditor.execCommand(String command, AceCommandArgs args) Execute a command with arguments (in case args is not null).