JET

Uses of Class
edu.utep.cs.jet.gui.FileActionFactory

Packages that use FileActionFactory
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.tester Contains the source code to interface with an external test case generation tool. 
 

Uses of FileActionFactory in edu.utep.cs.jet.gui
 

Subclasses of FileActionFactory in edu.utep.cs.jet.gui
 class ToolActionFactory
          A factory class to create various tool actions such as compile and run.
 

Constructors in edu.utep.cs.jet.gui with parameters of type FileActionFactory
MenuFactory(FileActionFactory fa, ToolActionFactory ta, edu.utep.cs.jet.gui.EditActionFactory ea, edu.utep.cs.jet.gui.WorkingPane workingPane)
          Creates a new instance that creates various menus by using the given action factory.
 

Uses of FileActionFactory in edu.utep.cs.jet.gui.tester
 

Methods in edu.utep.cs.jet.gui.tester with parameters of type FileActionFactory
 JMenu Tester.createTestMenu(FileActionFactory fa, ToolActionFactory ta, String title)
          Creates a menu for the Test Menu.
 JMenu DefaultTester.createTestMenu(FileActionFactory fa, ToolActionFactory ta, String title)
          Creates a menu for the Test Menu.
 


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.