|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
---|---|
ij.plugin.frame.jedit | |
ij.plugin.frame.jedit.tokenmarker |
Uses of Token in ij.plugin.frame.jedit |
---|
Methods in ij.plugin.frame.jedit with parameters of type Token | |
---|---|
static int |
SyntaxUtilities.paintSyntaxLine(javax.swing.text.Segment line,
Token tokens,
SyntaxStyle[] styles,
javax.swing.text.TabExpander expander,
java.awt.Graphics gfx,
int x,
int y)
Paints the specified line onto the graphics context. |
Uses of Token in ij.plugin.frame.jedit.tokenmarker |
---|
Fields in ij.plugin.frame.jedit.tokenmarker declared as Token | |
---|---|
Token |
Token.next
The next token in the linked list. |
Methods in ij.plugin.frame.jedit.tokenmarker that return Token | |
---|---|
Token |
TokenMarker.markTokens(javax.swing.text.Segment line,
int lineIndex)
A wrapper for the lower-level markTokensImpl method
that is called to split a line up into tokens. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |