Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.HighlightInfo
Packages that use RTextAreaHighlighter.HighlightInfo
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement RTextAreaHighlighter.HighlightInfoModifier and TypeClassDescriptionprivate static class
Highlight info implementation used for parser notices and marked occurrences.Fields in org.fife.ui.rsyntaxtextarea declared as RTextAreaHighlighter.HighlightInfoMethods in org.fife.ui.rsyntaxtextarea that return RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescription(package private) RTextAreaHighlighter.HighlightInfo
RSyntaxTextAreaHighlighter.addParserHighlight
(ParserNotice notice, Highlighter.HighlightPainter p) Adds a highlight from a parser.Methods in org.fife.ui.rsyntaxtextarea with parameters of type RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescription(package private) void
RSyntaxTextAreaHighlighter.removeParserHighlight
(RTextAreaHighlighter.HighlightInfo tag) Removes a parser highlight from this view.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type RTextAreaHighlighter.HighlightInfoModifierConstructorDescription(package private)
NoticeHighlightPair
(ParserNotice notice, RTextAreaHighlighter.HighlightInfo highlight) -
Uses of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextarea
Subinterfaces of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextareaModifier and TypeInterfaceDescriptionstatic interface
Information about a layered highlight being painted by this highlighter.Classes in org.fife.ui.rtextarea that implement RTextAreaHighlighter.HighlightInfoModifier and TypeClassDescriptionprotected static class
A straightforward implementation ofHighlightInfo
.protected static class
A straightforward implementation ofHighlightInfo
for painting layered highlights.Fields in org.fife.ui.rtextarea with type parameters of type RTextAreaHighlighter.HighlightInfoModifier and TypeFieldDescriptionprivate List
<RTextAreaHighlighter.HighlightInfo> RTextAreaHighlighter.markAllHighlights
The "mark all" highlights (to be painted separately from other highlights).Methods in org.fife.ui.rtextarea with parameters of type RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescriptionprotected void
RTextAreaHighlighter.repaintListHighlight
(RTextAreaHighlighter.HighlightInfo info) Method parameters in org.fife.ui.rtextarea with type arguments of type RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescriptionprotected void
RTextAreaHighlighter.paintListLayered
(Graphics g, int lineStart, int lineEnd, Shape viewBounds, JTextComponent editor, View view, List<? extends RTextAreaHighlighter.HighlightInfo> highlights)