|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenMarker | |
---|---|
de.hunsicker.jalopy.swing.syntax |
Uses of TokenMarker in de.hunsicker.jalopy.swing.syntax |
---|
Subclasses of TokenMarker in de.hunsicker.jalopy.swing.syntax | |
---|---|
class |
JavaTokenMarker
Java token marker. |
Fields in de.hunsicker.jalopy.swing.syntax declared as TokenMarker | |
---|---|
protected TokenMarker |
DefaultSyntaxDocument.tokenMarker
The token marker |
Methods in de.hunsicker.jalopy.swing.syntax that return TokenMarker | |
---|---|
TokenMarker |
SyntaxDocument.getTokenMarker()
Returns the token marker that is to be used to split lines of this document up into tokens. |
TokenMarker |
DefaultSyntaxDocument.getTokenMarker()
Returns the token marker that is to be used to split lines of this document up into tokens. |
Methods in de.hunsicker.jalopy.swing.syntax with parameters of type TokenMarker | |
---|---|
void |
SyntaxDocument.setTokenMarker(TokenMarker tm)
Sets the token marker that is to be used to split lines of this document up into tokens. |
void |
DefaultSyntaxDocument.setTokenMarker(TokenMarker tm)
Sets the token marker that is to be used to split lines of this document up into tokens. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |