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 SmartHighlightPainterMarkOccurrencesSupport. pMethods in org.fife.ui.rsyntaxtextarea with parameters of type SmartHighlightPainter Modifier and Type Method Description (package private) java.lang.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 Modifier and Type Field Description private SmartHighlightPainterRTextArea. markAllHighlightPainter
-