Uses of Enum
cn.mapway.document.ui.client.component.ace.AceCommand
Packages that use AceCommand
-
Uses of AceCommand in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceCommandModifier and TypeMethodDescriptionstatic AceCommandReturns the enum constant of this type with the specified name.static AceCommand[]AceCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceCommandModifier and TypeMethodDescriptionvoidAceEditor.execCommand(AceCommand command) Execute a command with no arguments.voidAceEditor.execCommand(AceCommand command, AceCommandArgs args) Execute a command with arguments (in case args is not null).voidAceEditor.removeCommand(AceCommand command) Remove a command from the editor.