Uses of Enum Class
de.f0rce.ace.enums.AceMarkerColor
Packages that use AceMarkerColor
-
Uses of AceMarkerColor in de.f0rce.ace
Methods in de.f0rce.ace with parameters of type AceMarkerColorModifier and TypeMethodDescriptionAceEditor.addMarkerAtCurrentSelection(AceMarkerColor color) Adds a marker to the editor at the current selection.AceEditor.addMarkerAtCurrentSelection(AceMarkerColor color, String alias) Adds a marker to the editor at the current selection.AceEditor.addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color) Adds a marker to the editor.AceEditor.addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color, String alias) Adds a marker to the editor. -
Uses of AceMarkerColor in de.f0rce.ace.enums
Methods in de.f0rce.ace.enums that return AceMarkerColorModifier and TypeMethodDescriptionstatic AceMarkerColorReturns the enum constant of this class with the specified name.static AceMarkerColor[]AceMarkerColor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AceMarkerColor in de.f0rce.ace.util
Methods in de.f0rce.ace.util that return AceMarkerColorModifier and TypeMethodDescriptionAceMarker.getAceMarkerColor()Returns the color set for the AceMarker.Constructors in de.f0rce.ace.util with parameters of type AceMarkerColorModifierConstructorDescriptionAceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker) AceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker, String alias) AceMarker(int from, int to, AceMarkerColor aceMarker) AceMarker(int from, int to, AceMarkerColor aceMarker, String alias)