JET

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

Packages that use edu.utep.cs.jet.gui
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. 
edu.utep.cs.jet.gui.explorer Contains the source code for displaying several kinds of explorers, such as a directory browser that allows one to browse through directories and files. 
edu.utep.cs.jet.gui.output Contains the source code for the output console. 
edu.utep.cs.jet.gui.tester Contains the source code to interface with an external test case generation tool. 
 

Classes in edu.utep.cs.jet.gui used by edu.utep.cs.jet.gui
Constants
          An interface defining various golobal constants.
FileActionFactory
          A factory class to create various file manipulation actions.
Main
          A graphics user interface to the JML-based unit testing tool for Java.
Mainable
          An interface to the main tool.
OptionPanel
          The interface to the various option panels that composes the option dialog.
SourceCodeViewer
          An interface used by the outputer and the tester to locate and hightlight the source code line corresponding to an error message.
ToolActionFactory
          A factory class to create various tool actions such as compile and run.
 

Classes in edu.utep.cs.jet.gui used by edu.utep.cs.jet.gui.editor
Constants
          An interface defining various golobal constants.
OptionPanel
          The interface to the various option panels that composes the option dialog.
Preference
           
 

Classes in edu.utep.cs.jet.gui used by edu.utep.cs.jet.gui.explorer
Constants
          An interface defining various golobal constants.
MenuFactory
          A class to create various menus such as file menu, edit menu, tool menu, option menu, view menu, and help menu.
 

Classes in edu.utep.cs.jet.gui used by edu.utep.cs.jet.gui.output
Constants
          An interface defining various golobal constants.
OutputTextArea
          A special text area that can display text messages and recognize error messages produced by external Java and JML tools, such as javac and jmlc.
SourceCodeViewer
          An interface used by the outputer and the tester to locate and hightlight the source code line corresponding to an error message.
 

Classes in edu.utep.cs.jet.gui used by edu.utep.cs.jet.gui.tester
AbstractClassLoader
          An abstract class loader that takes into account of the user-defined classpath.
FileActionFactory
          A factory class to create various file manipulation actions.
OptionPanel
          The interface to the various option panels that composes the option dialog.
SourceCodeViewer
          An interface used by the outputer and the tester to locate and hightlight the source code line corresponding to an error message.
ToolActionFactory
          A factory class to create various tool actions such as compile and run.
 


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.