| 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.loadFromString(String string)
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 © 2009-2013 jtstand.com. All Rights Reserved.