Uses of Class
org.fife.ui.rtextarea.ChangeableHighlightPainter
-
Packages that use ChangeableHighlightPainter 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 ChangeableHighlightPainter in org.fife.ui.rsyntaxtextarea
Subclasses of ChangeableHighlightPainter in org.fife.ui.rsyntaxtextarea Modifier and Type Class Description class
SquiggleUnderlineHighlightPainter
Highlight painter that paints a squiggly underline underneath text, similar to what popular IDE's such as Visual Studio and Eclipse do to indicate errors, warnings, etc. -
Uses of ChangeableHighlightPainter in org.fife.ui.rtextarea
Subclasses of ChangeableHighlightPainter in org.fife.ui.rtextarea Modifier and Type Class Description class
SmartHighlightPainter
A "smart" highlight painter designed for use in RSyntaxTextArea.Fields in org.fife.ui.rtextarea declared as ChangeableHighlightPainter Modifier and Type Field Description private ChangeableHighlightPainter
ConfigurableCaret. selectionPainter
The selection painter.
-