JET

Uses of Package
edu.utep.cs.jet.gui.editor.syn

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

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.