Uses of Class
org.fife.ui.rtextarea.SmartHighlightPainter
Packages that use SmartHighlightPainter
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of SmartHighlightPainter in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as SmartHighlightPainterMethods in org.fife.ui.rsyntaxtextarea with parameters of type SmartHighlightPainterModifier and TypeMethodDescription(package private) Object
RSyntaxTextAreaHighlighter.addMarkedOccurrenceHighlight
(int start, int end, SmartHighlightPainter p) Adds a special "marked occurrence" highlight.void
DefaultOccurrenceMarker.markOccurrences
(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) void
HtmlOccurrenceMarker.markOccurrences
(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) void
OccurrenceMarker.markOccurrences
(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) Called when occurrences of a token should be marked.void
XmlOccurrenceMarker.markOccurrences
(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) static void
DefaultOccurrenceMarker.markOccurrencesOfToken
(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) Highlights all instances of tokens identical tot
in the specified document. -
Uses of SmartHighlightPainter in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as SmartHighlightPainter