| 程序包 | 说明 |
|---|---|
| cn.mapway.document.ui.client.component.ace |
| 限定符和类型 | 方法和说明 |
|---|---|
static AceCommand |
AceCommand.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AceCommand[] |
AceCommand.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AceEditor.execCommand(AceCommand command)
Execute a command with no arguments.
|
void |
AceEditor.execCommand(AceCommand command,
AceCommandArgs args)
Execute a command with arguments (in case args is not null).
|
void |
AceEditor.removeCommand(AceCommand command)
Remove a command from the editor.
|
Copyright © 2018. All rights reserved.