Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.HighlightInfo
Packages that use RTextAreaHighlighter.HighlightInfo
-
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.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)