Uses of Class
org.fife.ui.rtextarea.SmartHighlightPainter
-
Packages that use SmartHighlightPainter Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea 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 SmartHighlightPainter Modifier and Type Field Description private SmartHighlightPainter
MarkOccurrencesSupport. p
Methods in org.fife.ui.rsyntaxtextarea with parameters of type SmartHighlightPainter Modifier and Type Method Description (package private) java.lang.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 Modifier and Type Field Description private SmartHighlightPainter
RTextArea. markAllHighlightPainter
-