|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use edu.utep.cs.jet.gui.editor.syn | |
|---|---|
| edu.utep.cs.jet.gui.editor | Contains the source code for a editor that can open a single Java/JML source code file at a time and supports a primitive form of syntax coloring. |
| edu.utep.cs.jet.gui.editor.syn | Contains the source code for Java syntax highlighting. |
| Classes in edu.utep.cs.jet.gui.editor.syn used by edu.utep.cs.jet.gui.editor | |
|---|---|
| SyntaxDocument
A document implementation that can be tokenized by the syntax highlighting system. |
|
| SyntaxStyle
A simple text style class. |
|
| Classes in edu.utep.cs.jet.gui.editor.syn used by edu.utep.cs.jet.gui.editor.syn | |
|---|---|
| CTokenMarker
C token marker. |
|
| InputHandler
An input handler converts the user's key strokes into concrete actions. |
|
| InputHandler.MacroRecorder
Macro recorder. |
|
| InputHandler.NonRecordable
If an action implements this interface, it should not be recorded by the macro recorder. |
|
| InputHandler.NonRepeatable
If an action implements this interface, it should not be repeated. |
|
| JEditTextArea
jEdit's text area component. |
|
| KeywordMap
A KeywordMap is similar to a hashtable in that it maps keys
to values. |
|
| SyntaxDocument
A document implementation that can be tokenized by the syntax highlighting system. |
|
| SyntaxStyle
A simple text style class. |
|
| TextAreaDefaults
Encapsulates default settings for a text area. |
|
| TextAreaPainter
The text area repaint manager. |
|
| TextAreaPainter.Highlight
Highlight interface. |
|
| 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. |
|
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||