Uses of Class
com.rapidminer.gui.tools.syntax.Token

Packages that use Token
com.rapidminer.gui.tools.syntax This package contains a text editor supporting syntax highlighting. 
 

Uses of Token in com.rapidminer.gui.tools.syntax
 

Fields in com.rapidminer.gui.tools.syntax declared as Token
protected  Token TokenMarker.firstToken
          The first token in the list.
protected  Token TokenMarker.lastToken
          The last token in the list.
 Token Token.next
          The next token in the linked list.
 

Methods in com.rapidminer.gui.tools.syntax 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.
 

Methods in com.rapidminer.gui.tools.syntax 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.
 



Copyright © 2001-2009 by Rapid-I