Uses of Interface
ij.plugin.frame.jedit.syntax.TokenHandler

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

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

Classes in ij.plugin.frame.jedit.syntax that implement TokenHandler
 class DefaultTokenHandler
          Builds a linked list of tokens without any additional processing.
 class DisplayTokenHandler
          Creates Chunk objects that can be painted on screen.
 class DummyTokenHandler
          A dummy token handler that discards tokens.
 

Methods in ij.plugin.frame.jedit.syntax with parameters of type TokenHandler
 TokenMarker.LineContext TokenMarker.markTokens(TokenMarker.LineContext prevContext, TokenHandler tokenHandler, javax.swing.text.Segment line)
          Do not call this method directly; call Buffer.markTokens() instead.