Package de.hunsicker.jalopy.swing.syntax

Interface Summary
SyntaxDocument The interface a document must implement to be colorizable by the SyntaxEditorKit.
 

Class Summary
DefaultSyntaxDocument A simple implementation of SyntaxDocument.
JavaTokenMarker Java token marker.
KeywordMap A KeywordMap is similar to a hashtable in that it maps keys to values.
SyntaxEditorKit An implementation of EditorKit used for syntax colorizing.
SyntaxUtilities Class with segment and bracket matching functions used by the syntax colorizing subsystem.
SyntaxView A Swing view implementation that colorizes lines of a SyntaxDocument using a TokenMarker.
Token A linked list of tokens.
TokenMarker A token marker that splits lines of text into tokens.
TokenMarker.LineInfo Inner class for storing information about tokenized lines.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.