程序包 | 说明 |
---|---|
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
限定符和类型 | 方法和说明 |
---|---|
Style |
SyntaxScheme.getStyle(int index)
Returns the specified style.
|
Style[] |
SyntaxScheme.getStyles()
Used by third party implementors e.g.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|