JET

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

Packages that use edu.utep.cs.jet.gui.editor
edu.utep.cs.jet.gui Contains the source code for a graphics user interface to the JML-based unit testing tool for Java. 
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. 
 

Classes in edu.utep.cs.jet.gui.editor used by edu.utep.cs.jet.gui
Editor
          An interface to the built-in editor that can edit a single document at a time.
FileChangeListener
          A listener interface to notify the opening and closing of the file edited by the editor.
 

Classes in edu.utep.cs.jet.gui.editor used by edu.utep.cs.jet.gui.editor
DefaultEditor
          A simple source code editor that support single document editing and primitive syntax hightligting.
Editor
          An interface to the built-in editor that can edit a single document at a time.
FileChangeListener
          A listener interface to notify the opening and closing of the file edited by the editor.
LineChangeListener
          A listener interface to notify the changes of line and column numbers of the document being edited by the editor.
 


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.