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 classSquiggleUnderlineHighlightPainterHighlight 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 classSmartHighlightPainterA "smart" highlight painter designed for use in RSyntaxTextArea.
-