| Package | Description |
|---|---|
| edu.ycp.cs.dh.acegwt.client.ace |
| Modifier and Type | Method and Description |
|---|---|
static AceMarkerType |
AceMarkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AceMarkerType[] |
AceMarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All Rights Reserved.