Uses of Class
ij.plugin.frame.jedit.syntax.TokenMarker

Packages that use TokenMarker
ij.plugin.frame.jedit   
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

Uses of TokenMarker in ij.plugin.frame.jedit
 

Methods in ij.plugin.frame.jedit that return TokenMarker
 TokenMarker Mode.getTokenMarker()
          Returns the token marker for this mode.
 

Methods in ij.plugin.frame.jedit with parameters of type TokenMarker
 void Mode.setTokenMarker(TokenMarker marker)
          Sets the token marker for this mode.
 

Uses of TokenMarker in ij.plugin.frame.jedit.syntax
 

Methods in ij.plugin.frame.jedit.syntax that return TokenMarker
 TokenMarker XModeHandler.getTokenMarker()