Uses of Class
org.fife.ui.rsyntaxtextarea.SyntaxScheme
Packages that use SyntaxScheme
-
Uses of SyntaxScheme in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as SyntaxSchemeModifier and TypeFieldDescriptionprivate SyntaxScheme
SyntaxScheme.SyntaxSchemeLoader.scheme
Theme.scheme
private SyntaxScheme
RSyntaxTextArea.syntaxScheme
The colors used for syntax highlighting.Methods in org.fife.ui.rsyntaxtextarea that return SyntaxSchemeModifier and TypeMethodDescriptionRSyntaxTextArea.getDefaultSyntaxScheme()
Returns the "default" syntax highlighting color scheme.RSyntaxTextArea.getSyntaxScheme()
Returns all the colors currently being used in syntax highlighting by this text component.static SyntaxScheme
SyntaxScheme.load
(Font baseFont, InputStream in) Loads a syntax scheme from an input stream.static SyntaxScheme
SyntaxScheme.SyntaxSchemeLoader.load
(Font baseFont, InputStream in) static SyntaxScheme
SyntaxScheme.loadFromString
(String string) Loads a syntax highlighting color scheme from a string created fromtoCommaSeparatedString
.static SyntaxScheme
SyntaxScheme.loadFromString
(String string, int tokenTypeCount) Loads a syntax highlighting color scheme from a string created fromtoCommaSeparatedString
.Methods in org.fife.ui.rsyntaxtextarea with parameters of type SyntaxSchemeModifier and TypeMethodDescriptionvoid
RSyntaxTextArea.setSyntaxScheme
(SyntaxScheme scheme) Sets all the colors used in syntax highlighting to the colors specified.