| 程序包 | 说明 |
|---|---|
| cn.mapway.document.ui.client.component.ace |
| 限定符和类型 | 方法和说明 |
|---|---|
static AceMarkerType |
AceMarkerType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AceMarkerType[] |
AceMarkerType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
AceEditor.addFloatingMarker(AceRange range,
String clazz,
AceMarkerType type)
Adds a floating marker into this editor (the marker follows lines changes as insertions, suppressions...).
|
int |
AceEditor.addMarker(AceRange range,
String clazz,
AceMarkerType type,
boolean inFront)
Adds a static marker into this editor.
|
Copyright © 2018. All rights reserved.