Uses of Class
org.syntax.jedit.tokenmarker.TokenMarker

Packages that use TokenMarker
org.syntax.jedit   
org.syntax.jedit.tokenmarker   
 

Uses of TokenMarker in org.syntax.jedit
 

Fields in org.syntax.jedit declared as TokenMarker
protected  TokenMarker SyntaxDocument.tokenMarker
           
 

Methods in org.syntax.jedit 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 JEditTextArea.getTokenMarker()
          Returns the document's token marker.
 

Methods in org.syntax.jedit with parameters of type TokenMarker
protected  void TextAreaPainter.paintLine(java.awt.Graphics gfx, TokenMarker tokenMarker, int line, int x)
           
protected  void TextAreaPainter.paintSyntaxLine(java.awt.Graphics gfx, TokenMarker tokenMarker, int line, java.awt.Font defaultFont, java.awt.Color defaultColor, int x, int y)
           
 void SyntaxDocument.setTokenMarker(TokenMarker tm)
          Sets the token marker that is to be used to split lines of this document up into tokens.
 void JEditTextArea.setTokenMarker(TokenMarker tokenMarker)
          Sets the document's token marker.
 

Uses of TokenMarker in org.syntax.jedit.tokenmarker
 

Subclasses of TokenMarker in org.syntax.jedit.tokenmarker
 class CTokenMarker
          C token marker.
 class JavaTokenMarker
          Java token marker.