| 程序包 | 说明 |
|---|---|
| cn.mapway.document.ui.client.component.ace |
| 限定符和类型 | 方法和说明 |
|---|---|
static AceRange |
AceRange.create(int startRow,
int startColumn,
int endRow,
int endColumn) |
static AceRange |
AceRange.create(int startRow,
int startColumn,
int endRow,
int endColumn) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,AceRange> |
AceEditor.getMarkers()
Gets all the displayed markers.
|
Map<Integer,AceRange> |
AceEditor.getMarkers()
Gets all the displayed markers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.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.
|
int |
AceEditor.addMarker(AceRange range,
String clazz,
AceMarkerType type,
boolean inFront)
Adds a static marker into this editor.
|
Copyright © 2021. All rights reserved.