Uses of Class
edu.harvard.mgh.purcell.gPLINK2.data.Project

Packages that use Project
edu.harvard.mgh.purcell.gPLINK2   
 

Uses of Project in edu.harvard.mgh.purcell.gPLINK2
 

Fields in edu.harvard.mgh.purcell.gPLINK2 declared as Project
private  Project PLINK_Import.data
          The Project that the operation is added to.
private  Project PLINK_Config.data
          The project we are configuring.
private  Project PlinkMenuBar.data
          A Project that we are going to pass ...to the form dialogs.
 Project GPLINK.data
          The current project we are looking at.
private  Project AddGenericOp.data
          The project that this dialog adds the operation to.
 

Methods in edu.harvard.mgh.purcell.gPLINK2 with parameters of type Project
 void GPLINK.layoutPanels(Project d)
          Re-set the panels of based on given project.
 

Constructors in edu.harvard.mgh.purcell.gPLINK2 with parameters of type Project
PLINK_Import(StartFrame mf, Project d)
          Create a JDialog that will allow the user to input plink operations from log files in their home directory.