Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.HighlightInfo
-
Packages that use RTextAreaHighlighter.HighlightInfo 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 RTextAreaHighlighter.HighlightInfo in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement RTextAreaHighlighter.HighlightInfo Modifier and Type Class Description private static class
RSyntaxTextAreaHighlighter.SyntaxLayeredHighlightInfoImpl
Highlight info implementation used for parser notices and marked occurrences.Fields in org.fife.ui.rsyntaxtextarea declared as RTextAreaHighlighter.HighlightInfo Modifier and Type Field Description private RTextAreaHighlighter.HighlightInfo
ParserManager.NoticeHighlightPair. highlight
Methods in org.fife.ui.rsyntaxtextarea that return RTextAreaHighlighter.HighlightInfo Modifier and Type Method Description (package private) RTextAreaHighlighter.HighlightInfo
RSyntaxTextAreaHighlighter. addParserHighlight(ParserNotice notice, javax.swing.text.Highlighter.HighlightPainter p)
Adds a highlight from a parser.Methods in org.fife.ui.rsyntaxtextarea with parameters of type RTextAreaHighlighter.HighlightInfo Modifier and Type Method Description (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.HighlightInfo Constructor Description NoticeHighlightPair(ParserNotice notice, RTextAreaHighlighter.HighlightInfo highlight)
-
Uses of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextarea
Subinterfaces of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextarea Modifier and Type Interface Description static interface
RTextAreaHighlighter.LayeredHighlightInfo
Information about a layered highlight being painted by this highlighter.Classes in org.fife.ui.rtextarea that implement RTextAreaHighlighter.HighlightInfo Modifier and Type Class Description protected static class
RTextAreaHighlighter.HighlightInfoImpl
A straightforward implementation ofHighlightInfo
.protected static class
RTextAreaHighlighter.LayeredHighlightInfoImpl
A straightforward implementation ofHighlightInfo
for painting layered highlights.Fields in org.fife.ui.rtextarea with type parameters of type RTextAreaHighlighter.HighlightInfo Modifier and Type Field Description private java.util.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.HighlightInfo Modifier and Type Method Description protected void
RTextAreaHighlighter. repaintListHighlight(RTextAreaHighlighter.HighlightInfo info)
Method parameters in org.fife.ui.rtextarea with type arguments of type RTextAreaHighlighter.HighlightInfo Modifier and Type Method Description protected void
RTextAreaHighlighter. paintListLayered(java.awt.Graphics g, int lineStart, int lineEnd, java.awt.Shape viewBounds, javax.swing.text.JTextComponent editor, javax.swing.text.View view, java.util.List<? extends RTextAreaHighlighter.HighlightInfo> highlights)
-