Uses of Class
cn.mapway.document.ui.client.component.ace.AceRange
Packages that use AceRange
-
Uses of AceRange in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceRangeModifier and TypeMethodDescriptionstatic AceRangeAceRange.create(int startRow, int startColumn, int endRow, int endColumn) Methods in cn.mapway.document.ui.client.component.ace that return types with arguments of type AceRangeMethods in cn.mapway.document.ui.client.component.ace with parameters of type AceRangeModifier 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.