Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
Modifier and Type | Method and Description |
---|---|
Style |
SyntaxScheme.getStyle(int index)
Returns the specified style.
|
Style[] |
SyntaxScheme.getStyles()
Used by third party implementors e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntaxScheme.setStyle(int type,
Style style)
Sets a style to use when rendering a token type.
|
void |
SyntaxScheme.setStyles(Style[] styles)
Used by third party implementors e.g.
|
Copyright © 2003–2015. All rights reserved.