Package | Description |
---|---|
org.syntax.jedit |
JEditTextArea classes
|
Modifier and Type | Field and Description |
---|---|
protected SyntaxStyle[] |
TextAreaPainter.styles |
SyntaxStyle[] |
TextAreaDefaults.styles |
Modifier and Type | Method and Description |
---|---|
static SyntaxStyle[] |
SyntaxUtilities.getDefaultSyntaxStyles()
Returns the default style table.
|
SyntaxStyle[] |
TextAreaPainter.getStyles()
Returns the syntax styles used to paint colorized text.
|
Modifier and Type | Method and Description |
---|---|
static int |
SyntaxUtilities.paintSyntaxLine(Segment line,
Token tokens,
SyntaxStyle[] styles,
TabExpander expander,
Graphics gfx,
int x,
int y)
Paints the specified line onto the graphics context.
|
void |
TextAreaPainter.setStyles(SyntaxStyle[] styles)
Sets the syntax styles used to paint colorized text.
|
Copyright © 2019. All Rights Reserved.