Uses of Package
org.gjt.sp.jedit.syntax
Packages that use org.gjt.sp.jedit.syntax
Package
Description
This package contains jEdit 4's core classes.
Buffer event listeners, and classes used to implement jEdit's document model.
Various GUI controls and dialog boxes.
The jEdit syntax highlighting engine.
Classes related to jEdit's TextArea.
Utility classes used by jEdit but that do not depend on jEdit
itself.
-
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jeditClassDescriptionA simple text style class.A linked list of syntax tokens.Token markers send tokens to implementations of this interface.A token marker splits lines of text into tokens.Stores persistent per-line syntax parser state.
-
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.bufferClassDescriptionA
KeywordMap
is similar to a hashtable in that it maps keys to values.A set of parser rules.Token markers send tokens to implementations of this interface.A token marker splits lines of text into tokens.Stores persistent per-line syntax parser state. -
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.gui
-
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.syntaxClassDescriptionA syntax token with extra information required for painting it on screen.Builds a linked list of tokens without any additional processing.A dummy token handler that discards tokens.A
KeywordMap
is similar to a hashtable in that it maps keys to values.This class works like a singleton, the instance is initialized by jEdit.A parser rule.A set of parser rules.A simple text style class.A linked list of syntax tokens.Token markers send tokens to implementations of this interface.A token marker splits lines of text into tokens.Stores persistent per-line syntax parser state.XML handler for mode definition files. -
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.textarea
-
Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.util