Uses of Class
com.hungry.javacvs.client.util.CVSProject

Packages that use CVSProject
com.hungry.javacvs.client.ui.jfc A UI for HungryCVS based on JFC. 
com.hungry.javacvs.client.util Miscellaneous utility classes used by the client. 
 

Uses of CVSProject in com.hungry.javacvs.client.ui.jfc
 

Methods in com.hungry.javacvs.client.ui.jfc with parameters of type CVSProject
 void CVSProjectTableModel.setProject(CVSProject project)
           
 

Constructors in com.hungry.javacvs.client.ui.jfc with parameters of type CVSProject
CVSProjectTableModel.CVSProjectTableModel(CVSProject project)
           
CVSProjectEditorDialog.CVSProjectEditorDialog(javax.swing.JFrame owner, CVSProject project)
           
 

Uses of CVSProject in com.hungry.javacvs.client.util
 

Methods in com.hungry.javacvs.client.util that return CVSProject
static CVSProject CVSProject.projectForName(java.lang.String name)
           
 

Methods in com.hungry.javacvs.client.util with parameters of type CVSProject
static void CVSProject.addProject(CVSProject project)
           
static void CVSProject.dumpProject(CVSProject project)