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 classHighlight 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.HighlightInfoRSyntaxTextAreaHighlighter.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) voidRSyntaxTextAreaHighlighter.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 interfaceInformation about a layered highlight being painted by this highlighter.Classes in org.fife.ui.rtextarea that implement RTextAreaHighlighter.HighlightInfoModifier and TypeClassDescriptionprotected static classA straightforward implementation ofHighlightInfo.protected static classA straightforward implementation ofHighlightInfofor painting layered highlights.Fields in org.fife.ui.rtextarea with type parameters of type RTextAreaHighlighter.HighlightInfoModifier and TypeFieldDescriptionprivate List<RTextAreaHighlighter.HighlightInfo> RTextAreaHighlighter.markAllHighlightsThe "mark all" highlights (to be painted separately from other highlights).Methods in org.fife.ui.rtextarea with parameters of type RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescriptionprotected voidRTextAreaHighlighter.repaintListHighlight(RTextAreaHighlighter.HighlightInfo info) Method parameters in org.fife.ui.rtextarea with type arguments of type RTextAreaHighlighter.HighlightInfoModifier and TypeMethodDescriptionprotected voidRTextAreaHighlighter.paintListLayered(Graphics g, int lineStart, int lineEnd, Shape viewBounds, JTextComponent editor, View view, List<? extends RTextAreaHighlighter.HighlightInfo> highlights)