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) ObjectRSyntaxTextAreaHighlighter.addMarkedOccurrenceHighlight(int start, int end, SmartHighlightPainter p) Adds a special "marked occurrence" highlight.voidDefaultOccurrenceMarker.markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) voidHtmlOccurrenceMarker.markOccurrences(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) 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) static voidDefaultOccurrenceMarker.markOccurrencesOfToken(RSyntaxDocument doc, Token t, RSyntaxTextAreaHighlighter h, SmartHighlightPainter p) Highlights all instances of tokens identical totin the specified document. -
Uses of SmartHighlightPainter in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as SmartHighlightPainter