Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTokenMakerFactory
Base class for
TokenMakerFactory implementations. |
Modifier and Type | Method and Description |
---|---|
static TokenMakerFactory |
TokenMakerFactory.getDefaultInstance()
Returns the default
TokenMakerFactory instance. |
Modifier and Type | Method and Description |
---|---|
static void |
TokenMakerFactory.setDefaultInstance(TokenMakerFactory tmf)
Sets the default
TokenMakerFactory instance. |
void |
RSyntaxDocument.setTokenMakerFactory(TokenMakerFactory tmf)
Sets the token maker factory used by this document.
|
Constructor and Description |
---|
RSyntaxDocument(TokenMakerFactory tmf,
String syntaxStyle)
Constructs a plain text document.
|
Copyright © 2003–2015. All rights reserved.