Uses of Class
org.fife.ui.rtextarea.SmartHighlightPainter
-
Packages that use SmartHighlightPainter Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of SmartHighlightPainter in org.fife.ui.rsyntaxtextarea
Methods in org.fife.ui.rsyntaxtextarea with parameters of type SmartHighlightPainter Modifier and Type Method Description voidHtmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.voidOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.voidXmlOccurrenceMarker. markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p)Called when occurrences of a token should be marked.
-