Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.HighlightInfo

Packages that use RTextAreaHighlighter.HighlightInfo
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
static interface RTextAreaHighlighter.LayeredHighlightInfo
          Information about a layered highlight being painted by this highlighter.
 

Classes in org.fife.ui.rtextarea that implement RTextAreaHighlighter.HighlightInfo
protected static class RTextAreaHighlighter.HighlightInfoImpl
          A straightforward implementation of HighlightInfo.
protected static class RTextAreaHighlighter.LayeredHighlightInfoImpl
          A straightforward implementation of HighlightInfo for painting layered highlights.
 

Methods in org.fife.ui.rtextarea with parameters of type RTextAreaHighlighter.HighlightInfo
protected  void RTextAreaHighlighter.repaintListHighlight(RTextAreaHighlighter.HighlightInfo info)
           
 

Method parameters in org.fife.ui.rtextarea with type arguments of type RTextAreaHighlighter.HighlightInfo
protected  void RTextAreaHighlighter.paintList(Graphics g, List<? extends RTextAreaHighlighter.HighlightInfo> highlights)
          Paints a list of highlights.
protected  void RTextAreaHighlighter.paintListLayered(Graphics g, int lineStart, int lineEnd, Shape viewBounds, JTextComponent editor, View view, List<? extends RTextAreaHighlighter.HighlightInfo> highlights)
           
 



Copyright © 2003–2014. All rights reserved.