Uses of Class
org.fife.ui.rtextarea.ChangeableHighlightPainter
Packages that use ChangeableHighlightPainter
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of ChangeableHighlightPainter in org.fife.ui.rsyntaxtextarea
Subclasses of ChangeableHighlightPainter in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescriptionclass
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.rtextareaModifier and TypeClassDescriptionclass
A "smart" highlight painter designed for use in RSyntaxTextArea.Fields in org.fife.ui.rtextarea declared as ChangeableHighlightPainterModifier and TypeFieldDescriptionprivate ChangeableHighlightPainter
ConfigurableCaret.selectionPainter
The selection painter.