|
|||||||||
| Home >> All >> de >> hunsicker >> jalopy >> swing >> [ syntax overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package de.hunsicker.jalopy.swing.syntax
Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy.
See:
Description
| Interface Summary | |
| SyntaxDocument | The interface a document must implement to be colorizable by the
SyntaxEditorKit. |
| Class Summary | |
| CTokenMarker | C token marker. |
| 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. |
Package de.hunsicker.jalopy.swing.syntax Description
Provides some building blocks to make implementing a Swing-based, graphical user interface for the Jalopy code convention settings easy.
|
|||||||||
| Home >> All >> de >> hunsicker >> jalopy >> swing >> [ syntax overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||