Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.HighlightInfo
-
Packages that use RTextAreaHighlighter.HighlightInfo Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextarea
Subinterfaces of RTextAreaHighlighter.HighlightInfo in org.fife.ui.rtextarea Modifier and Type Interface Description static interfaceRTextAreaHighlighter.LayeredHighlightInfoInformation 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 classRTextAreaHighlighter.HighlightInfoImplA straightforward implementation ofHighlightInfo.protected static classRTextAreaHighlighter.LayeredHighlightInfoImplA straightforward implementation ofHighlightInfofor painting layered highlights.Methods in org.fife.ui.rtextarea with parameters of type RTextAreaHighlighter.HighlightInfo Modifier and Type Method Description protected voidRTextAreaHighlighter. repaintListHighlight(RTextAreaHighlighter.HighlightInfo info)Method parameters in org.fife.ui.rtextarea with type arguments of type RTextAreaHighlighter.HighlightInfo Modifier and Type Method Description protected voidRTextAreaHighlighter. paintListLayered(Graphics g, int lineStart, int lineEnd, Shape viewBounds, JTextComponent editor, View view, List<? extends RTextAreaHighlighter.HighlightInfo> highlights)
-