Uses of Class
com.hilerio.ace.AceMarkerColor
-
Uses of AceMarkerColor in com.hilerio.ace
Methods in com.hilerio.ace that return AceMarkerColor Modifier and Type Method Description AceMarkerColorAceMarker. getAceMarkerColor()static AceMarkerColorAceMarkerColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AceMarkerColor[]AceMarkerColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hilerio.ace with parameters of type AceMarkerColor Modifier and Type Method Description java.lang.StringAceEditor. addMarkerAtCurrentSelection(AceMarkerColor color)Adds a marker to the editor at the current selection.java.lang.StringAceEditor. addMarkerAtCurrentSelection(AceMarkerColor color, java.lang.String alias)Adds a marker to the editor at the current selection.java.lang.StringAceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color)Adds a marker to the editor.java.lang.StringAceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color, java.lang.String alias)Adds a marker to the editor.java.lang.StringAceEditor. addMarkerAtSelection(int from, int to, AceMarkerColor color)Adds a marker to the editor.java.lang.StringAceEditor. addMarkerAtSelection(int from, int to, AceMarkerColor color, java.lang.String alias)Adds a marker to the editor.Constructors in com.hilerio.ace with parameters of type AceMarkerColor Constructor Description AceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker)AceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker, java.lang.String alias)AceMarker(int from, int to, AceMarkerColor aceMarker)AceMarker(int from, int to, AceMarkerColor aceMarker, java.lang.String alias)