Uses of Class
org.fife.ui.rsyntaxtextarea.ErrorStrip.Marker
-
Packages that use ErrorStrip.Marker Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of ErrorStrip.Marker in org.fife.ui.rsyntaxtextarea
Method parameters in org.fife.ui.rsyntaxtextarea with type arguments of type ErrorStrip.Marker Modifier and Type Method Description private void
ErrorStrip. addMarkersForRanges(java.util.List<DocumentRange> ranges, java.util.Map<java.lang.Integer,ErrorStrip.Marker> markerMap, java.awt.Color color)
Adds markers for a list of ranges in the document.
-