| Home >> All >> novaworx >> [ syntax Javadoc ] |
novaworx.syntax: Javadoc index of package novaworx.syntax.
Package Samples:
novaworx.syntax
Classes:
Syntax: An edit syntax defines specific settings for editing some type of file. One instance of this class is created for each supported edit syntax. In most cases, instances of this class can be created directly, however if the edit syntax needs to define custom indentation behaviour, subclassing is required.
KeywordMap: A KeywordMap is similar to a hashtable in that it maps keys to values. However, the keys are Swing segments. This allows lookups of text substrings without the overhead of creating a new string object.
TokenMarker: A token marker splits lines of text into tokens. Each token carries a length field and an identification tag that can be mapped to a color or font style for painting that token.
SyntaxUtilities: Class with several utility functions used by jEdit's syntax highlighting subsystem.
SyntaxLineContext: Stores information needed to render a line of syntax highlighted text.
SyntaxTokenList: Encapsulates a token list.
Token: Represent syntax tokens.
ParserRuleSet: A set of parser rules.
ParserRuleFactory: Creates parser rules.
ParserRule: A parser rule.
SyntaxFactory
SyntaxHandler
SyntaxCatalogHandler
| Home | Contact Us | Privacy Policy | Terms of Service |