Uses of Enum
cn.mapway.document.ui.client.component.ace.AceMarkerType
Packages that use AceMarkerType
-
Uses of AceMarkerType in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceMarkerTypeModifier and TypeMethodDescriptionstatic AceMarkerTypeReturns 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.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceMarkerTypeModifier and TypeMethodDescriptionintAceEditor.addFloatingMarker(AceRange range, String clazz, AceMarkerType type) Adds a floating marker into this editor (the marker follows lines changes as insertions, suppressions...).intAceEditor.addMarker(AceRange range, String clazz, AceMarkerType type, boolean inFront) Adds a static marker into this editor.