|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxScheme | |
|---|---|
| org.fife.ui.rsyntaxtextarea | |
| Uses of SyntaxScheme in org.fife.ui.rsyntaxtextarea |
|---|
| Methods in org.fife.ui.rsyntaxtextarea that return SyntaxScheme | |
|---|---|
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(java.awt.Font baseFont,
java.io.InputStream in)
Loads a syntax scheme from an input stream. |
static SyntaxScheme |
SyntaxScheme.loadFromString(java.lang.String string)
Loads a syntax highlighting color scheme from a string created from toCommaSeparatedString. |
| Methods in org.fife.ui.rsyntaxtextarea with parameters of type SyntaxScheme | |
|---|---|
void |
RSyntaxTextArea.setSyntaxScheme(SyntaxScheme scheme)
Sets all of the colors used in syntax highlighting to the colors specified. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||