| Package | Description |
|---|---|
| alice.util.jedit |
| 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 © 2015. All rights reserved.