Uses of Class
nz.ac.waikato.modeljunit.gui.Project

Packages that use Project
nz.ac.waikato.modeljunit.gui A GUI for ModelJUnit 
 

Uses of Project in nz.ac.waikato.modeljunit.gui
 

Methods in nz.ac.waikato.modeljunit.gui that return Project
static Project Project.getInstance()
           
 Project ModelJUnitGUI.getProject()
           
static Project Project.load(java.io.File file)
           
 

Methods in nz.ac.waikato.modeljunit.gui with parameters of type Project
static boolean Project.save(Project project)
          Save the project state to the currently set filename.
static void Project.setInstance(Project pr)
           
 void ModelJUnitGUI.showProjectDialog(Project project)
           
 

Constructors in nz.ac.waikato.modeljunit.gui with parameters of type Project
ProjectDialog(ModelJUnitGUI parent, Project project)
           
 



Copyright © 2009 ModelJUnit Project. All Rights Reserved.