Package | Description |
---|---|
alice.tuprologx.ide | |
alice.util.jedit |
Modifier and Type | Class and Description |
---|---|
class |
PrologTokenMarker |
Modifier and Type | Field and Description |
---|---|
protected TokenMarker |
SyntaxDocument.tokenMarker |
Modifier and Type | Method and Description |
---|---|
TokenMarker |
JEditTextArea.getTokenMarker()
Returns the document's token marker.
|
TokenMarker |
SyntaxDocument.getTokenMarker()
Returns the token marker that is to be used to split lines
of this document up into tokens.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TextAreaPainter.paintLine(Graphics gfx,
TokenMarker tokenMarker,
int line,
int x) |
protected void |
TextAreaPainter.paintSyntaxLine(Graphics gfx,
TokenMarker tokenMarker,
int line,
Font defaultFont,
Color defaultColor,
int x,
int y) |
void |
JEditTextArea.setTokenMarker(TokenMarker tokenMarker)
Sets the document's token marker.
|
void |
SyntaxDocument.setTokenMarker(TokenMarker tm)
Sets the token marker that is to be used to split lines of
this document up into tokens.
|
Copyright © 2015. All rights reserved.