| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.buffer | Buffer event listeners, and classes used to implement jEdit's document model. | 
| org.gjt.sp.jedit.syntax | The jEdit syntax highlighting engine. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TokenMarker.LineContext | Buffer. markTokens(javax.swing.text.Segment seg,
          TokenMarker.LineContext prevContext,
          TokenHandler _tokenHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JEditBuffer. markTokens(int lineIndex,
          TokenHandler tokenHandler)Returns the syntax tokens for the specified line. | 
| protected TokenMarker.LineContext | JEditBuffer. markTokens(javax.swing.text.Segment seg,
          TokenMarker.LineContext prevContext,
          TokenHandler _tokenHandler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultTokenHandlerBuilds a linked list of tokens without any additional processing. | 
| class  | DisplayTokenHandlerCreates  Chunkobjects that can be painted on screen. | 
| class  | DummyTokenHandlerA dummy token handler that discards tokens. | 
| Modifier and Type | Method and Description | 
|---|---|
| TokenMarker.LineContext | TokenMarker. markTokens(TokenMarker.LineContext prevContext,
          TokenHandler tokenHandler,
          javax.swing.text.Segment line)Do not call this method directly; call Buffer.markTokens() instead. |