Uses of Interface
org.fife.ui.rtextarea.RTextAreaHighlighter.LayeredHighlightInfo
-
Packages that use RTextAreaHighlighter.LayeredHighlightInfo 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 RTextAreaHighlighter.LayeredHighlightInfo in org.fife.ui.rsyntaxtextarea
Classes in org.fife.ui.rsyntaxtextarea that implement RTextAreaHighlighter.LayeredHighlightInfo Modifier and Type Class Description private static class
RSyntaxTextAreaHighlighter.SyntaxLayeredHighlightInfoImpl
Highlight info implementation used for parser notices and marked occurrences. -
Uses of RTextAreaHighlighter.LayeredHighlightInfo in org.fife.ui.rtextarea
Classes in org.fife.ui.rtextarea that implement RTextAreaHighlighter.LayeredHighlightInfo Modifier and Type Class Description protected static class
RTextAreaHighlighter.LayeredHighlightInfoImpl
A straightforward implementation ofHighlightInfo
for painting layered highlights.
-