Uses of Class
de.f0rce.ace.enums.AceMarkerColor
Package | Description |
---|---|
de.f0rce.ace | |
de.f0rce.ace.enums | |
de.f0rce.ace.util |
-
Uses of AceMarkerColor in de.f0rce.ace
Methods in de.f0rce.ace with parameters of type AceMarkerColor Modifier and Type Method Description AceMarker
AceEditor. addMarkerAtCurrentSelection(AceMarkerColor color)
Adds a marker to the editor at the current selection.AceMarker
AceEditor. addMarkerAtCurrentSelection(AceMarkerColor color, java.lang.String alias)
Adds a marker to the editor at the current selection.AceMarker
AceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color)
Adds a marker to the editor.AceMarker
AceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color, java.lang.String alias)
Adds a marker to the editor. -
Uses of AceMarkerColor in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceMarkerColor Modifier and Type Method Description static AceMarkerColor
AceMarkerColor. 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. -
Uses of AceMarkerColor in de.f0rce.ace.util
Methods in de.f0rce.ace.util that return AceMarkerColor Modifier and Type Method Description AceMarkerColor
AceMarker. getAceMarkerColor()
Returns the color set for the AceMarker.Constructors in de.f0rce.ace.util 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)