Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
Modifier and Type | Method and Description |
---|---|
SyntaxScheme |
RSyntaxTextArea.getDefaultSyntaxScheme()
Returns the "default" syntax highlighting color scheme.
|
SyntaxScheme |
RSyntaxTextArea.getSyntaxScheme()
Returns all of 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.loadFromString(String string)
Loads a syntax highlighting color scheme from a string created from
toCommaSeparatedString . |
static SyntaxScheme |
SyntaxScheme.loadFromString(String string,
int tokenTypeCount)
Loads a syntax highlighting color scheme from a string created from
toCommaSeparatedString . |
Modifier and Type | Method and Description |
---|---|
void |
RSyntaxTextArea.setSyntaxScheme(SyntaxScheme scheme)
Sets all of the colors used in syntax highlighting to the colors
specified.
|
Copyright © 2003–2015. All rights reserved.