| Package | Description |
|---|---|
| org.gjt.sp.jedit |
This package contains jEdit'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 | Description |
|---|---|---|
protected TokenMarker.LineContext |
Buffer.markTokens(javax.swing.text.Segment seg,
TokenMarker.LineContext prevContext,
TokenHandler _tokenHandler) |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
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.
|
| Modifier and Type | Method | 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.
|